Skip to content

ZAI LAB LIMITED: filings

Every ZAI LAB LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-06fiscal Q2 2026491380001628280-26-053793
10-Q2026-05-07fiscal Q1 202648980001628280-26-031626
10-K2026-02-26fiscal FY 2025531370001704292-26-000015
10-Q2025-11-06fiscal Q3 2025481400001704292-25-000024
10-Q2025-08-07fiscal Q2 2025481360001628280-25-038548
10-Q2025-05-08fiscal Q1 202548980001628280-25-023411
10-K2025-02-27fiscal FY 2024521350001628280-25-008409
10-Q2024-11-12fiscal Q3 2024471380001628280-24-046824
10-Q2024-08-06fiscal Q2 2024451280001628280-24-035231
10-Q2024-05-08fiscal Q1 202445920001628280-24-021689
10-K2024-02-27fiscal FY 2023491280001628280-24-007235
10-Q2023-11-07fiscal Q3 2023441310001628280-23-037358
10-Q2023-08-07fiscal Q2 2023441270001628280-23-027773
10-Q2023-05-09fiscal Q1 202344910001628280-23-016816
10-K2023-03-01fiscal FY 2022501330001628280-23-005832
10-Q2022-11-09fiscal Q3 2022431290001628280-22-029246
10-Q2022-08-09fiscal Q2 2022431250001628280-22-021975
10-Q2022-05-10fiscal Q1 202239800001193125-22-146354
10-K2022-03-01fiscal FY 2021431440001193125-22-061312
10-Q2021-11-09fiscal Q3 2021391080001193125-21-324438
10-Q2021-08-09fiscal Q2 2021391040001193125-21-240435
10-Q2021-05-10fiscal Q1 202139790001193125-21-155749
10-K2021-03-01fiscal FY 2020441140001193125-21-062279
20-F2020-04-29fiscal FY 2019441070001564590-20-019745
20-F2019-03-29fiscal FY 201840890001564590-19-010185
20-F2018-04-30fiscal FY 201728710001564590-18-009692

Inspect the source

Entity
ZAI LAB LIMITED / CIK 0001704292
Captured
2026-09-21T17:26:06.040Z
SEC response SHA-256
3874c14ae1596c339ea739715746b3f7de49670fc343298d6f2d204c4e659f13

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