Skip to content

Starling Oncology, Inc.: filings

Every Starling Oncology, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 29 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 2026521420001799191-26-000017
10-Q2026-05-07fiscal Q1 2026501030001799191-26-000010
10-K2026-03-12fiscal FY 2025561130001799191-26-000007
10-Q2025-11-13fiscal Q3 2025541510001799191-25-000036
10-Q2025-08-13fiscal Q2 2025541470001628280-25-040225
10-Q2025-05-14fiscal Q1 2025531090001628280-25-025507
10-K2025-03-26fiscal FY 2024581180001799191-25-000014
10-Q2024-11-13fiscal Q3 2024561550001799191-24-000030
10-Q2024-08-13fiscal Q2 2024561510001799191-24-000022
10-Q2024-05-14fiscal Q1 2024541110001628280-24-023223
10-K2024-03-28fiscal FY 2023561130001628280-24-013444
10-Q2023-11-08fiscal Q3 2023541490001628280-23-037896
10-Q2023-08-09fiscal Q2 2023541460001799191-23-000034
10-Q2023-05-10fiscal Q1 2023531080001628280-23-017229
10-K2023-03-16fiscal FY 2022551090001628280-23-008315
10-Q2022-11-09fiscal Q3 2022541480001628280-22-029268
10-Q2022-08-09fiscal Q2 2022551490001628280-22-021938
10-Q2022-05-10fiscal Q1 2022521060001628280-22-013677
10-K2022-03-11fiscal FY 2021501010001628280-22-005868
10-Q/A2021-12-14fiscal Q3 202121660001104659-21-149306
10-K/A2021-12-14fiscal FY 202019610001104659-21-149304
10-Q2021-11-08fiscal Q3 202121590001104659-21-135762
10-Q2021-08-16fiscal Q2 202121540001104659-21-106369
10-Q2021-05-28fiscal Q1 202120400001104659-21-073662
10-K/A2021-05-24fiscal FY 202021800001104659-21-070662
10-K2021-03-30fiscal FY 202020410001104659-21-044010
10-Q2020-11-13fiscal Q3 202023430001104659-20-125040
10-Q2020-08-13fiscal Q2 202019350001104659-20-094667
10-Q2020-05-08fiscal Q1 202021320001104659-20-058786

Inspect the source

Entity
Starling Oncology, Inc. / CIK 0001799191
Captured
2026-09-21T17:32:27.176Z
SEC response SHA-256
f73886b3a6ef18eabd171f881d98188fdae3395c8278a3e8cf17563c6ab57c88

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