Skip to content

Zhuoxun Hongtu Inc.: filings

Every Zhuoxun Hongtu Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 32 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-Q2025-08-20fiscal Q3 2025451250001213900-25-078710
10-Q2025-05-21fiscal Q2 2025451220001213900-25-046189
10-Q2025-02-19fiscal Q1 202543860001213900-25-014999
10-K2025-01-07fiscal FY 202444840001213900-25-001262
10-Q2024-10-29fiscal Q3 2024431200001213900-24-091356
10-Q2024-10-11fiscal Q2 2024401150001213900-24-087252
10-Q2024-10-11fiscal Q1 202439800001213900-24-087216
10-K2024-05-31fiscal FY 202344870001213900-24-048361
10-Q2024-05-31fiscal Q3 2023451200001213900-24-048335
10-Q2024-05-31fiscal Q2 2023431180001213900-24-048329
10-Q2024-05-31fiscal Q1 202342870001213900-24-048266
10-K2023-10-04fiscal FY 202242840001013762-23-001688
10-Q2022-08-22fiscal Q3 2022441240001213900-22-049959
10-Q2022-05-16fiscal Q2 2022391120001213900-22-026865
10-Q2022-02-14fiscal Q1 202237750001213900-22-007539
10-K2022-01-13fiscal FY 202139790001213900-22-001896
10-Q2021-08-23fiscal Q3 2021411080001213900-21-044278
10-K2021-07-30fiscal FY 202113260001213900-21-039521
10-Q2021-07-30fiscal Q3 202113310001213900-21-039518
10-Q2020-12-03fiscal Q2 202113270001213900-20-040728
10-Q2020-09-18fiscal Q1 202113200001213900-20-027279
10-K2020-09-18fiscal FY 202013200001213900-20-027277
10-Q2017-12-05fiscal Q2 201812320001493152-17-014167
10-Q2017-09-11fiscal Q1 201812260001493152-17-010417
10-K2017-08-14fiscal FY 201715300001493152-17-009079
10-Q2017-03-14fiscal Q3 201723550001493152-17-002393
10-Q2016-12-20fiscal Q2 201721560001213900-16-019525
10-Q2016-09-13fiscal Q1 201712260001213900-16-016723
10-K2016-07-25fiscal FY 201616290001213900-16-015203
10-Q2016-03-08fiscal Q3 201616260001213900-16-011408
10-Q2015-12-15fiscal Q2 201615280001213900-15-009480
10-Q2015-09-10fiscal Q1 201613200001213900-15-006861

Inspect the source

Entity
Zhuoxun Hongtu Inc. / CIK 0001639327
Captured
2026-09-21T17:21:33.262Z
SEC response SHA-256
1a4cb7995b362d0c7133af5f6ab8947f63c9231cead89b291f5e9bcc5ffff745

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