Skip to content

RAPT Therapeutics, Inc.: filings

Every RAPT Therapeutics, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 25 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-Q2025-11-06fiscal Q3 202533980001193125-25-268141
10-Q2025-08-07fiscal Q2 202533940000950170-25-104598
10-Q2025-05-08fiscal Q1 202533680000950170-25-066423
10-K2025-03-06fiscal FY 202439780000950170-25-034185
10-Q2024-11-12fiscal Q3 202433980000950170-24-124624
10-Q2024-08-08fiscal Q2 202433940000950170-24-093354
10-Q2024-05-09fiscal Q1 202433680000950170-24-056302
10-K2024-03-07fiscal FY 202339770000950170-24-027594
10-Q2023-11-13fiscal Q3 2023371060000950170-23-062471
10-Q2023-08-11fiscal Q2 2023371010000950170-23-041615
10-Q2023-05-11fiscal Q1 202336710000950170-23-020857
10-K2023-03-14fiscal FY 202239760000950170-23-007710
10-Q2022-11-10fiscal Q3 2022371040000950170-22-024191
10-Q2022-08-11fiscal Q2 2022371010000950170-22-016667
10-Q2022-05-11fiscal Q1 202232630001564590-22-019387
10-K2022-03-10fiscal FY 202134680001564590-22-009488
10-Q2021-11-10fiscal Q3 202131900001564590-21-056227
10-Q2021-08-11fiscal Q2 202131860001564590-21-043230
10-Q2021-05-11fiscal Q1 202133670001564590-21-026307
10-K2021-03-11fiscal FY 202035700001564590-21-012250
10-Q2020-11-16fiscal Q3 202032920001564590-20-054025
10-Q2020-08-13fiscal Q2 202032880001564590-20-039806
10-Q2020-05-14fiscal Q1 202033670001564590-20-025276
10-K2020-03-30fiscal FY 201933660001564590-20-014162
10-Q2019-12-11fiscal Q3 201930840001564590-19-045744

Inspect the source

Entity
RAPT Therapeutics, Inc. / CIK 0001673772
Captured
2026-09-21T17:23:24.485Z
SEC response SHA-256
683d980f49abe81186054829c2b64bc5574c66ffa0bba72492d84c4e8b184599

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