Skip to content

COMPASS THERAPEUTICS, INC.: filings

Every COMPASS THERAPEUTICS, 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-06fiscal Q2 202633880001171843-26-005295
10-Q2026-05-05fiscal Q1 202635720001171843-26-003006
10-K2026-03-05fiscal FY 202538750001171843-26-001337
10-Q2025-11-05fiscal Q3 2025361000001171843-25-007005
10-Q2025-08-11fiscal Q2 202535940001171843-25-005261
10-Q2025-05-08fiscal Q1 202537760001171843-25-002953
10-K2025-02-27fiscal FY 202437740001171843-25-001106
10-Q2024-11-12fiscal Q3 202434930001171843-24-006248
10-Q2024-08-12fiscal Q2 2024371010001171843-24-004670
10-Q2024-05-13fiscal Q1 202436730001171843-24-002785
10-K2024-03-21fiscal FY 202338760001171843-24-001516
10-Q2023-11-09fiscal Q3 2023371050001171843-23-006912
10-Q2023-08-03fiscal Q2 2023371010001171843-23-004947
10-Q2023-05-04fiscal Q1 202335710001171843-23-002868
10-K2023-03-15fiscal FY 202239780001171843-23-001691
10-Q2022-11-09fiscal Q3 2022381090001171843-22-007269
10-Q2022-08-01fiscal Q2 2022371020001171843-22-005187
10-Q2022-05-09fiscal Q1 202234690000950170-22-008244
10-K2022-03-18fiscal FY 202136720000950170-22-004156
10-Q2021-11-12fiscal Q3 202135930000950170-21-004267
10-Q2021-08-16fiscal Q2 202135910000950170-21-001486
10-Q2021-04-30fiscal Q1 202135670001564590-21-022412
10-K2021-03-05fiscal FY 202035690001564590-21-011110
10-Q2020-11-09fiscal Q3 202034950001564590-20-052190
10-Q2020-08-13fiscal Q2 202034920001564590-20-039951
10-K2020-06-08fiscal FY 202014290001213900-20-014390
10-Q2020-02-14fiscal Q3 202014370001213900-20-003689
10-Q2019-11-13fiscal Q2 202014370001213900-19-023231
10-Q2019-08-13fiscal Q1 202014270001213900-19-015578
10-K2019-07-01fiscal FY 201915280001213900-19-011850
10-Q2019-02-14fiscal Q3 201914250001213900-19-002496
10-Q2018-11-14fiscal Q2 201914250001213900-18-015798
10-Q2018-08-14fiscal Q1 201914210001213900-18-010934

Inspect the source

Entity
COMPASS THERAPEUTICS, INC. / CIK 0001738021
Captured
2026-09-21T17:25:31.387Z
SEC response SHA-256
9e12579e6cc358373d81361bc3010028797ebc5f19754d98e9f8de6b08aa1269

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