Skip to content

BEONE MEDICINES LTD.: filings

Every BEONE MEDICINES LTD. annual and quarterly report in the SEC record with the published financial measures it tagged, 42 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-05fiscal Q2 2026531490001628280-26-052878
10-Q2026-05-06fiscal Q1 2026531110001628280-26-030867
10-K2026-02-26fiscal FY 2025571490001628280-26-011946
10-Q2025-11-06fiscal Q3 2025511470001628280-25-049824
10-Q2025-08-06fiscal Q2 2025511430001651308-25-000133
10-Q2025-05-07fiscal Q1 2025511070001651308-25-000075
10-K2025-02-27fiscal FY 2024551450001651308-25-000031
10-Q2024-11-12fiscal Q3 2024511470001651308-24-000152
10-Q2024-08-07fiscal Q2 2024521450001651308-24-000098
10-Q2024-05-08fiscal Q1 2024511050001651308-24-000051
10-K2024-02-26fiscal FY 2023561450001651308-24-000014
10-Q2023-11-09fiscal Q3 2023501410001651308-23-000165
10-Q2023-08-02fiscal Q2 2023511390001651308-23-000127
10-Q2023-05-04fiscal Q1 2023511070001651308-23-000068
10-K2023-02-27fiscal FY 2022581510001651308-23-000036
10-Q2022-11-09fiscal Q3 2022541490001651308-22-000209
10-Q2022-08-08fiscal Q2 2022531430001651308-22-000139
10-Q2022-05-09fiscal Q1 2022511070001651308-22-000071
10-K2022-02-28fiscal FY 2021581510001651308-22-000032
10-Q2021-11-04fiscal Q3 2021531470001651308-21-000223
10-Q2021-08-05fiscal Q2 2021531430001651308-21-000172
10-Q2021-05-06fiscal Q1 2021541130001651308-21-000086
10-K2021-02-25fiscal FY 2020541710001651308-21-000039
10-Q2020-11-05fiscal Q3 2020481310001651308-20-000208
10-Q2020-08-06fiscal Q2 2020481270001651308-20-000117
10-Q2020-05-11fiscal Q1 2020481010001651308-20-000056
10-K2020-03-02fiscal FY 2019551740001651308-20-000020
10-Q2019-11-12fiscal Q3 2019501350001651308-19-000111
10-Q2019-08-08fiscal Q2 2019501310001651308-19-000079
10-Q2019-05-09fiscal Q1 2019501050001651308-19-000045
10-K2019-02-28fiscal FY 2018541830001651308-19-000018
10-Q2018-11-08fiscal Q3 2018511390001651308-18-000003
10-Q2018-08-09fiscal Q2 2018471230001558370-18-006821
10-Q2018-05-09fiscal Q1 201847980001558370-18-004503
10-K2018-02-28fiscal FY 2017491480001558370-18-001303
10-Q2017-11-13fiscal Q3 2017521250001558370-17-008851
10-Q2017-08-09fiscal Q2 201739990001558370-17-006417
10-Q2017-05-10fiscal Q1 201733650001104659-17-031586
10-K2017-03-22fiscal FY 2016341050001047469-17-001890
10-Q2016-11-10fiscal Q3 201629770001104659-16-156032
10-Q2016-08-10fiscal Q2 201629780001104659-16-138661
10-Q2016-05-12fiscal Q1 201630620001104659-16-120493

Inspect the source

Entity
BEONE MEDICINES LTD. / CIK 0001651308
Captured
2026-09-21T17:23:34.962Z
SEC response SHA-256
e52f414c5378460828e658b33687af7af29160a9ee9f5cebae472b599520e827

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