Skip to content

OLD LINE BANCSHARES INC: filings

Every OLD LINE BANCSHARES INC annual and quarterly report in the SEC record with the published financial measures it tagged, 34 filings, each linked to its SEC index.

Filing record ends 2019-11-08

The latest filing in this captured record is a 10-Q filed 2019-11-08. No later filing is in the SEC companyfacts record captured on 2026-09-22. OLD LINE BANCSHARES INC may have stopped filing, merged, or changed its reporting entity; nothing on this page describes its current status. Values are as reported at the time.

Filings with published measures

Each page shows what one filing reported, as tagged in that filing, with the periods it covered. Later filings can restate a value; the company overview shows the latest-filed value per period.

FormFiledFiscal periodMeasuresFactsSEC accession
10-Q2019-11-08fiscal Q3 201932900001171843-19-007365
10-Q2019-08-09fiscal Q2 201932860001171843-19-005375
10-Q2019-05-10fiscal Q1 201931630001171843-19-003245
10-K2019-03-13fiscal FY 201834920001171843-19-001697
10-Q2018-11-02fiscal Q3 201830800001171843-18-007523
10-Q2018-08-09fiscal Q2 201830800001171843-18-005937
10-Q2018-05-09fiscal Q1 201830620001171843-18-003729
10-K2018-03-09fiscal FY 201735950001171843-18-001803
10-Q2017-11-06fiscal Q3 201729780001654954-17-010084
10-Q2017-08-04fiscal Q2 201728760001654954-17-006935
10-Q2017-05-05fiscal Q1 201728580001654954-17-004102
10-K2017-03-15fiscal FY 201631830001558370-17-001830
10-Q2016-11-04fiscal Q3 201628760001558370-16-009326
10-Q2016-08-05fiscal Q2 201627740001558370-16-007543
10-Q2016-05-06fiscal Q1 201627550001558370-16-005495
10-K2016-03-11fiscal FY 201533870001558370-16-004069
10-Q2015-11-04fiscal Q3 201526720001558370-15-002228
10-Q2015-08-07fiscal Q2 201526720001558370-15-001512
10-Q2015-05-08fiscal Q1 201526540001558370-15-000827
10-K2015-03-11fiscal FY 201431830001558370-15-000311
10-Q2014-11-07fiscal Q3 201426720001558370-14-000351
10-Q2014-08-08fiscal Q2 201426720001104659-14-058559
10-Q2014-05-09fiscal Q1 201426540001104659-14-036908
10-K2014-03-14fiscal FY 201330800001047469-14-002409
10-Q2013-11-14fiscal Q3 201327790001104659-13-084895
10-Q2013-08-14fiscal Q2 201326750001104659-13-063852
10-Q2013-05-10fiscal Q1 201328580000950159-13-000303
10-K2013-03-29fiscal FY 2012301380000950159-13-000215
10-Q2012-11-14fiscal Q3 201228720000950159-12-000623
10-Q2012-08-10fiscal Q2 201228720000950159-12-000454
10-Q2012-05-11fiscal Q1 201226540000950159-12-000327
10-K2012-03-30fiscal FY 201127800000950159-12-000191
10-Q2011-11-10fiscal Q3 201125620000950159-11-000705
10-Q2011-08-15fiscal Q2 201125620000950159-11-000547

Inspect the source

Entity
OLD LINE BANCSHARES INC / CIK 0001253317
Captured
SEC response SHA-256
1c3756b8891a4963d0147066c17b0359eb8a2eec44af7bf49036df4d0a320ac2

Current SEC company facts · Download the original response snapshot (gzip) · Download the selected JSON

Every published concept a filing tagged, with the periods it covered, as reported in that filing at capture time. Forms 10-K, 10-K/A, 10-Q, 10-Q/A, 20-F, 20-F/A, 40-F, 40-F/A. A filing page needs at least 8 published concepts. Later filings can restate these values; the company history pages show the latest-filed value per period.

Public company accounting reference, not market prices, returns, an investment recommendation, or ALPHAC performance. Validate a separately constructed return series with the validation API; accounting values are not returns.

Use this in research

A financial period ends before its results become public. Use the filing date as a minimum availability boundary, inspect amendments, and retain the original filing vintage when testing historical signals. This latest-filed selection can contain information unavailable at the time.

These pages do not supply prices, total-return histories, corporate-action adjustments or a tradable universe. Build those inputs separately before evaluating a strategy. A profitable backtest can still reflect selection bias or costs that were left out.

Research methodology · Execution and cost assumptions · Check backtest overfitting

Build with the open-source tools

Use these accounting records as inspectable inputs. When you have constructed a return series, the validation tools can help test its statistical evidence and preserve the result with its limitations.

Read the published dataset with Python
import json
from urllib.request import urlopen

with urlopen("https://canlicapital.com/company-data/0001253317.json") as response:
    record = json.load(response)
print(record["fetched_at"])
print(record["policy"])
for concept in record["concepts"]:
    print(concept["tag"], next(iter(concept["observations"])))