Skip to content

89bio, Inc.: filings

Every 89bio, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-08fiscal Q2 2025411170000950170-25-105939
10-Q2025-05-02fiscal Q1 202541850000950170-25-062836
10-K2025-02-27fiscal FY 2024451160000950170-25-029243
10-Q2024-11-07fiscal Q3 2024411210000950170-24-123429
10-Q2024-08-05fiscal Q2 2024411170000950170-24-090871
10-Q2024-05-09fiscal Q1 202441850000950170-24-057180
10-K2024-03-01fiscal FY 2023461190000950170-24-024008
10-Q2023-11-09fiscal Q3 2023391150000950170-23-061921
10-Q2023-08-09fiscal Q2 2023391110000950170-23-040702
10-Q2023-05-08fiscal Q1 202338790000950170-23-018435
10-K2023-03-15fiscal FY 202243860000950170-23-007929
10-Q2022-11-10fiscal Q3 2022401140001564590-22-037425
10-Q2022-08-11fiscal Q2 2022391070001564590-22-029093
10-Q2022-05-12fiscal Q1 202234690001564590-22-019927
10-K2022-03-24fiscal FY 202138750001564590-22-011706
10-Q2021-11-12fiscal Q3 202132920001564590-21-056616
10-Q2021-08-13fiscal Q2 202131860001564590-21-044068
10-Q2021-05-14fiscal Q1 202131650001564590-21-027662
10-K2021-03-25fiscal FY 202038750001564590-21-015214
10-Q2020-11-13fiscal Q3 202032920001564590-20-053677
10-Q2020-08-13fiscal Q2 202029810001564590-20-040062
10-Q2020-05-13fiscal Q1 202028600001564590-20-025133
10-K2020-03-18fiscal FY 201936850001564590-20-011636
10-Q2019-12-18fiscal Q3 201929810001564590-19-046322

Inspect the source

Entity
89bio, Inc. / CIK 0001785173
Captured
2026-09-21T17:27:17.859Z
SEC response SHA-256
7be6a805e00bc205aa837577787dcedaa727703c017bbc8c2eb49ffe2f13b23a

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