Skip to content

NATIONAL HOLDINGS CORP: filings

Every NATIONAL HOLDINGS CORP 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-02-16

The latest filing in this captured record is a 10-Q filed 2021-02-16. No later filing is in the SEC companyfacts record captured on 2026-09-22. NATIONAL 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-Q2021-02-16fiscal Q1 202141830001437749-21-003019
10-K2020-12-29fiscal FY 202042800001437749-20-026055
10-Q2020-08-13fiscal Q3 2020411230001023844-20-000005
10-Q2020-05-14fiscal Q2 2020391160001023844-20-000004
10-Q2020-02-13fiscal Q1 202041820001023844-20-000002
10-K2019-12-30fiscal FY 2019401800001023844-19-000008
10-Q2019-08-14fiscal Q3 2019391230001023844-19-000006
10-Q2019-05-15fiscal Q2 2019371130001023844-19-000004
10-Q2019-02-14fiscal Q1 201937750001023844-19-000002
10-K2018-12-21fiscal FY 2018381770001023844-18-000010
10-Q2018-08-14fiscal Q3 2018371060001023844-18-000007
10-Q2018-05-15fiscal Q2 2018361020001023844-18-000005
10-Q2018-02-14fiscal Q1 201834700001023844-18-000003
10-K/A2018-01-17fiscal FY 2017371720001437749-18-000738
10-K2017-12-22fiscal FY 201737750001023844-17-000014
10-Q2017-08-14fiscal Q3 2017361020001023844-17-000012
10-Q2017-05-15fiscal Q2 2017361020001023844-17-000009
10-Q2017-02-14fiscal Q1 201736740001023844-17-000005
10-K2016-12-29fiscal FY 201636730001023844-16-000035
10-Q2016-08-15fiscal Q3 201636960001023844-16-000029
10-Q2016-05-16fiscal Q2 201636960001023844-16-000019
10-Q2016-02-16fiscal Q1 201634690001023844-16-000010
10-K2015-12-28fiscal FY 201535730001628280-15-009929
10-Q2015-08-14fiscal Q3 201535920001437749-15-015800
10-Q2015-05-15fiscal Q2 201536950001437749-15-010409
10-Q2015-02-17fiscal Q1 201535680001437749-15-002861
10-K2014-12-29fiscal FY 201438730001437749-14-022691
10-Q2014-08-14fiscal Q3 201435910001437749-14-015549
10-Q2014-05-14fiscal Q2 201435940001437749-14-008943
10-Q2014-02-14fiscal Q1 201430610001437749-14-002269
10-K2013-12-27fiscal FY 201333650001437749-13-016493
10-Q2013-08-14fiscal Q3 201336920001437749-13-010865
10-Q2013-05-14fiscal Q2 201335890001437749-13-005913
10-Q2013-02-14fiscal Q1 201331620001437749-13-001591
10-K2012-12-27fiscal FY 201231630001437749-12-013247
10-Q2012-08-14fiscal Q3 201228770001437749-12-008501
10-Q2012-05-15fiscal Q2 201227740001437749-12-005115
10-Q2012-02-14fiscal Q1 201227540001437749-12-001455
10-K2012-01-13fiscal FY 201125510001437749-12-000540
10-Q2011-08-15fiscal Q3 201127740001437749-11-005960

Inspect the source

Entity
NATIONAL HOLDINGS CORP / CIK 0001023844
Captured
SEC response SHA-256
0521918570cea8bd76057719a8e2f077a505141a76174234d0fb63b37a79ae78

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