Skip to content

Natural Resource Holdings, Inc.: filings

Every Natural Resource Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 filings, each linked to its SEC index.

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-Q2026-03-18fiscal Q3 202625840001640334-26-000464
10-Q2025-12-15fiscal Q2 202625800001640334-25-002318
10-Q2025-09-09fiscal Q1 202625540001640334-25-001650
10-K2025-07-11fiscal FY 202528580001640334-25-001165
10-Q2025-03-07fiscal Q3 202528880001640334-25-000357
10-Q2024-12-11fiscal Q2 202525780001640334-24-001856
10-K/A2024-09-26fiscal FY 202425520001640334-24-001453
10-Q2024-09-13fiscal Q1 202525540001640334-24-001413
10-K2024-07-17fiscal FY 202425520001640334-24-001128
10-Q2024-03-13fiscal Q3 202424760001640334-24-000391
10-Q2023-11-29fiscal Q2 202423700001640334-23-002250
10-Q2023-09-12fiscal Q1 202420440001640334-23-001687
10-K2023-07-31fiscal FY 202321440001640334-23-001392
10-Q2023-03-15fiscal Q3 202319600001640334-23-000356
10-Q2022-12-14fiscal Q2 202319580001640334-22-002631
10-Q2022-09-16fiscal Q1 202319420001640334-22-002024
10-K2022-08-10fiscal FY 202221440001640334-22-001692
10-Q2022-03-15fiscal Q3 202221660001640334-22-000492
10-Q2021-12-10fiscal Q2 202120600001640334-21-003116
10-Q2021-09-14fiscal Q1 202120450001640334-21-002191
10-K2021-07-29fiscal FY 202120420001640334-21-001714
10-Q2021-03-31fiscal Q3 202121680001640334-21-000726
10-Q2021-02-12fiscal Q2 202121640001640334-21-000328
10-Q2021-01-25fiscal Q1 202021460001640334-21-000201
10-K2020-12-28fiscal FY 202020420001640334-20-003148
10-Q2020-04-20fiscal Q3 202014300001680689-20-000005
10-Q2020-03-25fiscal Q2 202014300001680689-20-000004
10-Q2020-03-05fiscal Q1 202015320001680689-20-000002
10-K2019-11-29fiscal FY 201921370001640334-19-002497
10-Q2019-03-18fiscal Q3 201922600001680689-19-000004
10-Q2018-12-26fiscal Q2 201919470001680689-18-000005
10-Q2018-09-14fiscal Q1 201924620001683168-18-002752
10-K2018-08-13fiscal FY 201823490001683168-18-002269
10-Q2018-04-10fiscal Q3 201819520001683168-18-000963
10-Q2018-03-19fiscal Q3 201819530001683168-18-000708
10-Q2018-02-07fiscal Q2 201819530001683168-18-000332
10-Q2018-02-07fiscal Q1 201819430001683168-18-000330
10-Q2017-12-15fiscal Q2 201819530001683168-17-003315
10-Q2017-09-19fiscal Q1 201819430001683168-17-002421
10-K2017-07-31fiscal FY 201716330001683168-17-001900
10-Q2017-03-15fiscal Q3 201716320001683168-17-000566

Inspect the source

Entity
Natural Resource Holdings, Inc. / CIK 0001680689
Captured
2026-09-21T17:23:43.886Z
SEC response SHA-256
11ec66c2e3eb048dbe020ebbc2c0bc70e26f2e2d489b9a52244610d234e165b7

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