Skip to content

National American University Holdings, Inc.: filings

Every National American University Holdings, 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-09-19

The latest filing in this captured record is a 10-K filed 2019-09-19. No later filing is in the SEC companyfacts record captured on 2026-09-22. National American University Holdings, 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-K2019-09-19fiscal FY 2019501490001654954-19-010917
10-Q2019-04-15fiscal Q3 2018441230001654954-19-004414
10-Q2019-01-22fiscal Q2 2018431220001654954-19-000678
10-Q2018-10-16fiscal Q1 201843910001654954-18-011180
10-K2018-09-14fiscal FY 2018501770001654954-18-010162
10-Q2018-04-06fiscal Q3 2018411170001654954-18-003705
10-Q2018-01-05fiscal Q2 2017391130001654954-18-000142
10-Q2017-09-29fiscal Q1 201739830001654954-17-008968
10-K2017-08-04fiscal FY 2017451690001654954-17-006965
10-Q2017-04-07fiscal Q3 2017391130001654954-17-003158
10-K/A2017-03-06fiscal FY 2016441660001654954-17-001714
10-Q2017-01-06fiscal Q2 2017391130001654954-17-000108
10-Q2016-09-30fiscal Q1 201739830001654954-16-002532
10-K/A2016-09-13fiscal FY 2016441660001654954-16-002161
10-K2016-08-05fiscal FY 2016441660001654954-16-001234
10-Q2016-04-01fiscal Q3 2016391130001354488-16-006855
10-Q2016-01-08fiscal Q2 2016391130001354488-16-005855
10-Q2015-10-02fiscal Q1 201639830001354488-15-004491
10-K2015-08-07fiscal FY 2015451690001354488-15-003634
10-Q2015-04-03fiscal Q3 2015391130001354488-15-001582
10-Q2015-01-09fiscal Q2 2015391130001354488-15-000142
10-Q2014-10-03fiscal Q1 201539830001193125-14-363235
10-K2014-08-08fiscal FY 2014441670001193125-14-302691
10-Q2014-04-04fiscal Q3 2014401150001193125-14-131535
10-Q2014-01-10fiscal Q2 2014401150001193125-14-007546
10-Q2013-10-04fiscal Q1 201440840001193125-13-391121
10-K2013-08-02fiscal FY 2013471750001193125-13-317482
10-Q2013-04-05fiscal Q3 2013411160001193125-13-143555
10-Q2013-01-04fiscal Q2 2013411160001193125-13-003208
10-Q2012-10-05fiscal Q1 201341880001193125-12-416640
10-K2012-08-03fiscal FY 2012381020001193125-12-334702
10-Q2012-04-06fiscal Q3 2012421180001193125-12-152836
10-Q2012-01-06fiscal Q2 2012421180000950123-12-000364
10-Q2011-10-07fiscal Q1 201241860000950123-11-089073

Inspect the source

Entity
National American University Holdings, Inc. / CIK 0001399855
Captured
SEC response SHA-256
61e5277aa5b7d9e7212415845cfe166a900a92b97613f0fa900be6570d4efcef

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