Skip to content

Crinetics Pharmaceuticals, Inc.: filings

Every Crinetics Pharmaceuticals, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 33 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 2026431180001658247-26-000053
10-Q2026-05-07fiscal Q1 202643900001658247-26-000040
10-K2026-02-26fiscal FY 2025491290001658247-26-000012
10-Q2025-11-06fiscal Q3 2025381090001658247-25-000019
10-Q2025-08-07fiscal Q2 2025381110001193125-25-175498
10-Q2025-05-08fiscal Q1 202539830000950170-25-066982
10-K2025-02-27fiscal FY 2024411070000950170-25-029050
10-Q2024-11-12fiscal Q3 2024371050000950170-24-125420
10-Q2024-08-08fiscal Q2 2024371050000950170-24-093977
10-Q2024-05-09fiscal Q1 202436770000950170-24-057150
10-K2024-02-28fiscal FY 2023391030000950170-24-022108
10-Q2023-11-07fiscal Q3 2023361030000950170-23-060254
10-Q2023-08-08fiscal Q2 2023361020000950170-23-039350
10-Q2023-05-09fiscal Q1 202335740000950170-23-019821
10-K2023-02-28fiscal FY 2022411080000950170-23-005132
10-Q2022-11-14fiscal Q3 2022361040000950170-22-024736
10-Q2022-08-12fiscal Q2 202235980000950170-22-017020
10-Q2022-05-12fiscal Q1 202230630000950170-22-009740
10-K2022-03-30fiscal FY 202136920000950170-22-005050
10-Q2021-11-05fiscal Q3 202130790001564590-21-054747
10-Q2021-08-10fiscal Q2 202130800001564590-21-043078
10-Q2021-05-06fiscal Q1 202131630001564590-21-024927
10-K2021-03-30fiscal FY 202035900001564590-21-016719
10-Q2020-11-06fiscal Q3 202031810001564590-20-051686
10-Q2020-08-07fiscal Q2 202031790001564590-20-038069
10-Q2020-05-08fiscal Q1 202031630001564590-20-023265
10-K2020-03-09fiscal FY 2019351230001564590-20-009365
10-Q2019-11-12fiscal Q3 201932830001564590-19-042900
10-Q2019-08-13fiscal Q2 201931810001564590-19-031801
10-Q2019-05-13fiscal Q1 201931640001564590-19-018831
10-K2019-03-13fiscal FY 2018341250001564590-19-007561
10-Q2018-11-13fiscal Q3 201830750001564590-18-029304
10-Q2018-08-30fiscal Q2 201830770001564590-18-022504

Inspect the source

Entity
Crinetics Pharmaceuticals, Inc. / CIK 0001658247
Captured
2026-09-21T17:23:51.225Z
SEC response SHA-256
6f03f5909991c046d183f31ea1f13fb33087a842bd0a4d5e01b89ea2e3870aa4

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