Skip to content

ZHANLING INTERNATIONAL LIMITED: filings

Every ZHANLING INTERNATIONAL LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 43 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-K2026-08-10fiscal FY 202617350001493152-26-036752
10-Q2026-04-13fiscal Q3 202616510001493152-26-016266
10-Q2026-01-12fiscal Q2 202616510001493152-26-001194
10-Q2025-10-14fiscal Q1 202616350001493152-25-017888
10-K2025-08-21fiscal FY 202517360001641172-25-025006
10-Q2025-04-10fiscal Q3 202516510001641172-25-003507
10-Q2025-01-07fiscal Q2 202516510001493152-25-001144
10-Q2024-10-09fiscal Q1 202516350001493152-24-040547
10-Q2024-05-14fiscal Q1 202417360001493152-24-019132
10-K2024-03-28fiscal FY 202318380001493152-24-011726
10-Q2023-11-02fiscal Q3 202318500001493152-23-039062
10-Q2023-08-15fiscal Q2 202318520001493152-23-028761
10-Q2023-05-12fiscal Q1 202315320001493152-23-016574
10-K2023-03-31fiscal FY 202216330001493152-23-010210
10-Q2022-11-14fiscal Q3 202213370001493152-22-031760
10-Q2022-08-15fiscal Q2 202213380001493152-22-022478
10-Q2022-05-10fiscal Q1 202213260001493152-22-012607
10-Q2021-12-02fiscal Q3 20228220001493152-21-030317
10-Q2021-09-10fiscal Q2 20228220001493152-21-022347
10-K2021-06-01fiscal FY 202011230001493152-21-013278
10-K2021-06-01fiscal FY 202110190001493152-21-013268
10-Q2021-06-01fiscal Q3 202110260001493152-21-013265
10-Q2021-06-01fiscal Q2 202110260001493152-21-013264
10-Q2021-06-01fiscal Q1 20218180001493152-21-013259
10-Q2019-12-17fiscal Q3 202010270001493152-19-019325
10-Q2019-09-10fiscal Q2 202010270001493152-19-013943
10-Q2019-06-13fiscal Q1 202010190001493152-19-009084
10-K2019-03-01fiscal FY 201913440001493152-19-002747
10-Q2018-12-12fiscal Q3 201910260001493152-18-017360
10-Q2018-09-14fiscal Q2 201910250001493152-18-013233
10-Q2018-06-14fiscal Q1 201910190001493152-18-008640
10-K2018-04-30fiscal FY 201811390001493152-18-005908
10-Q2017-12-08fiscal Q3 20188240001493152-17-014378
10-Q2017-06-13fiscal Q1 20178170001493152-17-006532
10-K2017-04-25fiscal FY 20179310001493152-17-004341
10-Q2013-06-12fiscal Q1 20138180001078782-13-001186
10-K2013-04-26fiscal FY 20128180001078782-13-000833
10-Q2012-12-13fiscal Q3 201210280001477932-12-004844
10-Q2012-09-14fiscal Q2 201210280001477932-12-003668
10-Q2012-06-14fiscal Q1 201210230001477932-12-001953
10-K2012-05-01fiscal FY 20118230001477932-12-001347
10-Q2011-12-14fiscal Q3 20119250001477932-11-002780
10-Q/A2011-10-03fiscal Q2 20119250001477932-11-002068

16 further filings tag fewer than eight published concepts and have no page.

Inspect the source

Entity
ZHANLING INTERNATIONAL LIMITED / CIK 0001489300
Captured
2026-09-20T09:09:52.605Z
SEC response SHA-256
a6d73744b5a9cc18225426caab869be052c406dd9ae8d1b0c48ccf3c0d5b180a

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