Skip to content

ZHEN DING RESOURCES INC.: filings

Every ZHEN DING RESOURCES INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 45 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-08-19fiscal Q2 202626840001214659-26-010602
10-Q2026-05-14fiscal Q1 202625540001214659-26-006160
10-K2026-04-16fiscal FY 202527550001214659-26-004712
10-Q2025-11-14fiscal Q3 202526840001214659-25-016592
10-Q2025-08-14fiscal Q2 202526840001214659-25-012277
10-Q2025-07-10fiscal Q1 202525540001214659-25-010250
10-K2025-04-15fiscal FY 202427560001214659-25-005881
10-Q2024-11-14fiscal Q3 202426840001214659-24-019097
10-Q2024-08-14fiscal Q2 202426840001214659-24-014612
10-Q2024-05-09fiscal Q1 202425540001214659-24-008705
10-K2024-04-12fiscal FY 202327540001214659-24-006714
10-Q2023-11-16fiscal Q3 202327850001214659-23-015264
10-Q2023-08-10fiscal Q2 202326840001214659-23-010978
10-Q2023-05-17fiscal Q1 202322470001214659-23-007404
10-K2023-03-30fiscal FY 202223480001214659-23-004487
10-Q2022-11-14fiscal Q3 202223720001214659-22-013605
10-Q2022-08-15fiscal Q2 202220620001214659-22-010121
10-Q2022-05-16fiscal Q1 202221450001214659-22-006904
10-K2022-04-18fiscal FY 202122450001214659-22-005395
10-Q2021-11-15fiscal Q3 202120620001214659-21-011733
10-Q2021-08-16fiscal Q2 202120620001214659-21-008703
10-Q2021-05-17fiscal Q1 202120440001214659-21-005500
10-K2021-04-01fiscal FY 202022460001214659-21-003855
10-Q2020-11-16fiscal Q3 202020620001214659-20-009616
10-Q2020-08-14fiscal Q2 202020620001214659-20-007193
10-Q2020-05-14fiscal Q1 202021450001214659-20-004552
10-K2020-03-30fiscal FY 201921440001214659-20-003008
10-Q2019-11-14fiscal Q3 201922760001214659-19-007216
10-Q2019-08-16fiscal Q2 201922700001214659-19-005356
10-Q2019-05-15fiscal Q1 201921440001214659-19-003557
10-K2019-04-16fiscal FY 201822460001214659-19-002756
10-Q2018-11-19fiscal Q3 201821620001214659-18-007228
10-Q2018-08-14fiscal Q2 201821620001214659-18-005525
10-Q2018-05-21fiscal Q1 201821440001214659-18-003926
10-K2018-04-11fiscal FY 201721440001214659-18-002727
10-Q2017-11-14fiscal Q3 201724660001214659-17-006720
10-Q2017-08-16fiscal Q2 201724660001214659-17-005159
10-Q2017-05-15fiscal Q1 201723470001214659-17-003340
10-K2017-03-31fiscal FY 201624490001214659-17-002261
10-Q2016-11-07fiscal Q3 201626690001214659-16-014408
10-Q2016-08-11fiscal Q2 201626680001214659-16-013129
10-Q2016-05-16fiscal Q1 201626520001214659-16-011599
10-K2016-04-14fiscal FY 201532600001214659-16-010868
10-Q2015-11-05fiscal Q3 201533840001214659-15-007499
10-Q2015-08-19fiscal Q2 201533850001214659-15-006207

Inspect the source

Entity
ZHEN DING RESOURCES INC. / CIK 0001594204
Captured
2026-09-20T09:24:29.438Z
SEC response SHA-256
a42ca8aa2af30c4e94238be7ec4bb8386a638b179b9872298dc40dfeda791ceb

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