Skip to content

Howard Bancorp Inc: filings

Every Howard Bancorp Inc annual and quarterly report in the SEC record with the published financial measures it tagged, 40 filings, each linked to its SEC index.

Filing record ends 2021-11-09

The latest filing in this captured record is a 10-Q filed 2021-11-09. No later filing is in the SEC companyfacts record captured on 2026-09-22. Howard Bancorp 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-Q2021-11-09fiscal Q3 202133890001410578-21-000045
10-Q2021-08-09fiscal Q2 202132850001104659-21-102048
10-Q2021-05-10fiscal Q1 202132670001104659-21-063683
10-K2021-03-16fiscal FY 2020351410001104659-21-037217
10-Q2020-11-09fiscal Q3 202032850001104659-20-123036
10-Q2020-08-10fiscal Q2 202032870001104659-20-092582
10-Q2020-05-11fiscal Q1 202032660001104659-20-059627
10-K2020-03-16fiscal FY 2019351380001104659-20-034091
10-Q2019-11-08fiscal Q3 201932830001104659-19-061488
10-Q2019-08-09fiscal Q2 201931820001144204-19-038738
10-Q2019-05-10fiscal Q1 201932630001144204-19-025121
10-K2019-03-15fiscal FY 2018321300001144204-19-014232
10-Q2018-11-07fiscal Q3 201828710001144204-18-057825
10-Q2018-08-09fiscal Q2 201828710001144204-18-043137
10-Q2018-05-10fiscal Q1 201828570001144204-18-027016
10-K2018-03-15fiscal FY 2017321380001144204-18-014840
10-Q2017-11-07fiscal Q3 201729750001144204-17-056816
10-Q2017-08-09fiscal Q2 201725670001144204-17-041499
10-Q2017-05-10fiscal Q1 201725510001144204-17-025893
10-K2017-03-16fiscal FY 2016291270001144204-17-015052
10-Q2016-11-14fiscal Q3 201626680001144204-16-133730
10-Q2016-08-15fiscal Q2 201626680001144204-16-119132
10-Q2016-05-12fiscal Q1 201625500001144204-16-101213
10-K2016-03-30fiscal FY 2015291190001144204-16-091338
10-Q2015-11-16fiscal Q3 201525670001144204-15-065503
10-Q2015-08-13fiscal Q2 201524640001144204-15-048812
10-Q2015-05-14fiscal Q1 201523470001144204-15-030654
10-K2015-03-27fiscal FY 2014261150001144204-15-018880
10-Q2014-11-13fiscal Q3 201424660001144204-14-067490
10-Q2014-08-13fiscal Q2 201424660001144204-14-049086
10-Q2014-05-14fiscal Q1 201424500001144204-14-030175
10-K2014-03-27fiscal FY 2013271170001144204-14-018352
10-Q2013-11-14fiscal Q3 201327720001144204-13-061506
10-Q2013-08-14fiscal Q2 201325680001144204-13-045691
10-Q2013-05-15fiscal Q1 201324500001144204-13-029071
10-K2013-03-27fiscal FY 2012281210001144204-13-017794
10-Q/A2012-11-09fiscal Q3 201226700001144204-12-060727
10-Q2012-11-09fiscal Q3 201226700001144204-12-060708
10-Q2012-08-14fiscal Q2 201224660001144204-12-045268
10-Q/A2012-07-19fiscal Q1 201221440001144204-12-040158

Inspect the source

Entity
Howard Bancorp Inc / CIK 0001390162
Captured
SEC response SHA-256
f024b1262c4624ffc0fc647ffc2b7406aabbc1e838d9b18ef5a8bf62c7ea487e

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/0001390162.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"])))