Skip to content

Cue Biopharma, Inc.: filings

Every Cue Biopharma, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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 2026411090001193125-26-352128
10-Q2026-05-14fiscal Q1 202640800001193125-26-224091
10-K2026-03-16fiscal FY 202544880001193125-26-108287
10-Q2025-11-12fiscal Q3 2025421130001193125-25-277466
10-Q2025-08-12fiscal Q2 2025411110000950170-25-107270
10-Q2025-05-12fiscal Q1 202540810000950170-25-069125
10-K2025-03-31fiscal FY 202443860000950170-25-047677
10-Q2024-11-14fiscal Q3 2024411100000950170-24-127005
10-Q2024-08-14fiscal Q2 2024411100000950170-24-096967
10-Q2024-05-09fiscal Q1 202442840000950170-24-056838
10-K2024-03-28fiscal FY 202346910000950170-24-038059
10-Q2023-11-03fiscal Q3 2023451200000950170-23-058838
10-Q2023-08-08fiscal Q2 2023451180000950170-23-039770
10-Q2023-05-09fiscal Q1 202345890000950170-23-019646
10-K2023-03-21fiscal FY 202247930000950170-23-008927
10-Q2022-11-14fiscal Q3 2022451200000950170-22-024991
10-Q2022-08-04fiscal Q2 2022401020000950170-22-014747
10-Q2022-05-10fiscal Q1 202241800000950170-22-008990
10-K2022-03-16fiscal FY 202141820000950170-22-003969
10-Q2021-11-09fiscal Q3 202138960001564590-21-055766
10-Q2021-08-09fiscal Q2 202138960001564590-21-042619
10-Q2021-05-10fiscal Q1 202138730001564590-21-026048
10-K2021-03-09fiscal FY 202042840001564590-21-011777
10-Q2020-11-09fiscal Q3 2020421070001564590-20-052490
10-Q2020-08-07fiscal Q2 2020421100001564590-20-038375
10-Q2020-05-07fiscal Q1 202039750001564590-20-022851
10-K2020-03-12fiscal FY 201942790001564590-20-010212
10-Q2019-11-07fiscal Q3 2019411030001564590-19-041703
10-Q2019-08-08fiscal Q2 2019401010001564590-19-030813
10-Q2019-05-08fiscal Q1 201936690001564590-19-017298
10-K2019-03-14fiscal FY 201835670001564590-19-007832
10-Q2018-11-13fiscal Q3 201833780001564590-18-029316
10-Q2018-08-13fiscal Q2 201831720001564590-18-021470
10-Q2018-05-14fiscal Q1 201821420001564590-18-013461

Inspect the source

Entity
Cue Biopharma, Inc. / CIK 0001645460
Captured
2026-09-21T17:21:45.136Z
SEC response SHA-256
ea8103701b13d2e83c3b2cb38106acb79e62f59815381c1dbdcbb1b39dc552a2

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