Skip to content

NATIONAL GENERAL HOLDINGS CORP.: filings

Every NATIONAL GENERAL HOLDINGS CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 28 filings, each linked to its SEC index.

Filing record ends 2021-02-26

The latest filing in this captured record is a 10-K filed 2021-02-26. No later filing is in the SEC companyfacts record captured on 2026-09-22. NATIONAL GENERAL HOLDINGS CORP. 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-K2021-02-26fiscal FY 2020431710001578735-21-000032
10-Q2020-10-30fiscal Q3 2020351050001578735-20-000064
10-Q2020-07-31fiscal Q2 2020351050001578735-20-000057
10-Q2020-04-29fiscal Q1 202034720001578735-20-000032
10-K2020-02-20fiscal FY 2019461720001578735-20-000006
10-Q2019-10-30fiscal Q3 2019381090001578735-19-000054
10-Q2019-07-29fiscal Q2 2019371050001578735-19-000030
10-Q2019-05-06fiscal Q1 201937750001628280-19-005898
10-K2019-02-25fiscal FY 2018421680001578735-19-000009
10-Q2018-10-30fiscal Q3 2018361040001578735-18-000071
10-Q2018-08-06fiscal Q2 2018361040001578735-18-000057
10-Q2018-05-07fiscal Q1 201835740001578735-18-000033
10-K2018-02-26fiscal FY 2017423820001578735-18-000014
10-Q2017-11-08fiscal Q3 201734980001578735-17-000103
10-Q2017-08-08fiscal Q2 201734980001578735-17-000087
10-Q2017-05-09fiscal Q1 201734700001578735-17-000054
10-K2017-03-23fiscal FY 2016411720001578735-17-000030
10-Q2016-11-08fiscal Q3 2016361030001578735-16-000163
10-Q2016-08-05fiscal Q2 201634990001578735-16-000141
10-Q2016-05-10fiscal Q1 201634700001578735-16-000122
10-K2016-02-29fiscal FY 2015411590001578735-16-000091
10-Q2015-11-09fiscal Q3 2015351000001578735-15-000080
10-Q2015-08-06fiscal Q2 2015351000001578735-15-000071
10-Q2015-05-11fiscal Q1 201535720001578735-15-000045
10-K2015-03-09fiscal FY 2014421600001578735-15-000033
10-Q2014-11-12fiscal Q3 2014341010001578735-14-000080
10-Q2014-08-11fiscal Q2 2014341010001578735-14-000071
10-Q2014-05-08fiscal Q1 201434700001578735-14-000052

Inspect the source

Entity
NATIONAL GENERAL HOLDINGS CORP. / CIK 0001578735
Captured
SEC response SHA-256
e1cc4c1cab70660d5a33f1e2fda45a253b5ec2fcc6cd8c3398616518d8b39df1

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