Skip to content

ZURA BIO LIMITED: filings

Every ZURA BIO LIMITED annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-11fiscal Q2 2026361040001855644-26-000006
10-Q2026-05-07fiscal Q1 202636760001628280-26-031696
10-K2026-03-19fiscal FY 202535710001104659-26-032080
10-Q2025-11-13fiscal Q3 2025351020001104659-25-110793
10-Q2025-08-14fiscal Q2 2025351020001410578-25-001783
10-Q2025-05-08fiscal Q1 202535720001410578-25-001100
10-K2025-03-25fiscal FY 202436680001410578-25-000443
10-Q2024-11-07fiscal Q3 202436990001410578-24-001779
10-Q2024-08-13fiscal Q2 202433940001410578-24-001371
10-Q2024-05-09fiscal Q1 202432630001410578-24-000655
10-K2024-03-28fiscal FY 202331590001410578-24-000329
10-Q2023-11-13fiscal Q3 202330860001410578-23-002337
10-Q2023-08-14fiscal Q2 202330860001410578-23-001829
10-Q2023-05-12fiscal Q1 202329550001410578-23-001121
10-K2023-03-28fiscal FY 202220400001410578-23-000374
10-Q2022-11-14fiscal Q3 202220580001410578-22-003377
10-Q2022-08-12fiscal Q2 202218490001410578-22-002385
10-Q2022-05-13fiscal Q1 202217360001410578-22-001433
10-Q/A2022-04-25fiscal Q3 202120290001410578-22-001001
10-K2022-04-11fiscal FY 202120220001410578-22-000860
10-Q2021-11-19fiscal Q3 202120290001410578-21-000340
10-Q2021-08-27fiscal Q2 202116220001104659-21-110390
10-Q2021-08-27fiscal Q1 202116170001104659-21-110386

Inspect the source

Entity
ZURA BIO LIMITED / CIK 0001855644
Captured
2026-09-19T11:21:57.949Z
SEC response SHA-256
0a5e76766f739b6cbf40240376740ccafcb155a2195f818dc3151b8a2a0da40f

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