Skip to content

Quince Therapeutics, Inc.: filings

Every Quince Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-14fiscal Q2 2026421150001193125-26-352201
10-Q2026-05-11fiscal Q1 202642880001193125-26-217098
10-K2026-04-10fiscal FY 2025491000001193125-26-151364
10-Q2025-11-12fiscal Q3 2025441180001193125-25-277529
10-Q2025-08-11fiscal Q2 2025441180000950170-25-106535
10-Q2025-05-13fiscal Q1 202544930001662774-25-000032
10-K2025-03-24fiscal FY 202447970001662774-25-000012
10-Q2024-11-13fiscal Q3 2024421140001662774-24-000011
10-Q2024-08-13fiscal Q2 2024421140001662774-24-000005
10-Q2024-05-13fiscal Q1 202441860000950170-24-058201
10-K2024-04-01fiscal FY 202347980000950170-24-039440
10-Q2023-11-14fiscal Q3 2023401110000950170-23-063716
10-Q2023-08-03fiscal Q2 2023401110000950170-23-038042
10-Q2023-05-15fiscal Q1 202340850000950170-23-022241
10-K2023-03-15fiscal FY 202243950000950170-23-008148
10-Q2022-11-09fiscal Q3 2022421210000950170-22-023877
10-Q2022-08-09fiscal Q2 2022421200000950170-22-016102
10-Q2022-05-10fiscal Q1 202234750000950170-22-009040
10-K2022-03-01fiscal FY 202135950000950170-22-002571
10-Q2021-10-29fiscal Q3 202132910000950170-21-002495
10-Q2021-08-06fiscal Q2 202132880000950170-21-001015
10-Q2021-05-06fiscal Q1 202131690001564590-21-025001
10-K2021-03-01fiscal FY 202035900001564590-21-009867
10-Q2020-11-12fiscal Q3 202032850001564590-20-053571
10-Q2020-08-14fiscal Q2 202032850001564590-20-040300
10-Q2020-05-12fiscal Q1 202032690001564590-20-024670
10-K2020-03-16fiscal FY 201935680001564590-20-011165
10-Q2019-11-12fiscal Q3 201934840001564590-19-042988
10-Q2019-08-09fiscal Q2 201934850001564590-19-031260
10-Q2019-06-12fiscal Q1 201934670001564590-19-022340

Inspect the source

Entity
Quince Therapeutics, Inc. / CIK 0001662774
Captured
2026-09-21T17:22:27.063Z
SEC response SHA-256
bc7d1f8395b07fec6552b2264e56a3e39c9a5c7687c209e3471a96c89ecf70a3

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