Skip to content

ORIC PHARMACEUTICALS, INC.: filings

Every ORIC PHARMACEUTICALS, INC. 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-03fiscal Q2 2026361010001193125-26-330631
10-Q2026-05-04fiscal Q1 202636770001193125-26-204047
10-K2026-02-23fiscal FY 202541840001193125-26-064005
10-Q2025-11-13fiscal Q3 2025361050001193125-25-280234
10-Q2025-08-12fiscal Q2 2025361010000950170-25-107359
10-Q2025-05-05fiscal Q1 202536770000950170-25-063564
10-K2025-02-18fiscal FY 202441840000950170-25-022273
10-Q2024-11-12fiscal Q3 2024361050000950170-24-125471
10-Q2024-08-12fiscal Q2 2024361010000950170-24-095467
10-Q2024-05-06fiscal Q1 202436770000950170-24-053582
10-K2024-03-11fiscal FY 202341840000950170-24-029298
10-Q2023-11-06fiscal Q3 2023361050000950170-23-059415
10-Q2023-08-10fiscal Q2 2023361010000950170-23-041362
10-Q2023-05-08fiscal Q1 202335750000950170-23-018839
10-K2023-03-16fiscal FY 202241830000950170-23-008483
10-Q2022-11-07fiscal Q3 2022361050000950170-22-022631
10-Q2022-08-11fiscal Q2 2022361020000950170-22-016894
10-Q2022-05-09fiscal Q1 202231670000950170-22-008512
10-K2022-03-21fiscal FY 202138910000950170-22-004239
10-Q2021-11-08fiscal Q3 202136930000950170-21-003477
10-Q2021-08-10fiscal Q2 202135850000950170-21-001185
10-Q2021-05-06fiscal Q1 202133680001564590-21-024997
10-K2021-03-23fiscal FY 202033830001564590-21-014865
10-Q2020-11-05fiscal Q3 202030830001564590-20-051363
10-Q2020-08-05fiscal Q2 202029780001564590-20-036836
10-Q2020-05-20fiscal Q1 202030640001564590-20-026394

Inspect the source

Entity
ORIC PHARMACEUTICALS, INC. / CIK 0001796280
Captured
2026-09-21T17:27:48.811Z
SEC response SHA-256
c871f4ae99434ca4e77917ac2fb9c7474f96a5b445a13c046620f15c44d1f0e6

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