Skip to content

CHECKPOINT THERAPEUTICS, INC.: filings

Every CHECKPOINT THERAPEUTICS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 36 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-05-13fiscal Q1 202527570001410578-25-001233
10-K2025-03-28fiscal FY 202428580001410578-25-000528
10-Q2024-11-12fiscal Q3 202428830001410578-24-001885
10-Q2024-08-12fiscal Q2 202427820001410578-24-001317
10-Q2024-05-10fiscal Q1 202427570001410578-24-000738
10-K2024-03-22fiscal FY 202328570001410578-24-000283
10-Q2023-11-13fiscal Q3 202327820001410578-23-002423
10-Q2023-08-14fiscal Q2 202327820001410578-23-001903
10-Q2023-05-15fiscal Q1 202326560001410578-23-001230
10-K2023-03-31fiscal FY 202225520001410578-23-000565
10-Q2022-11-10fiscal Q3 202225760001410578-22-003153
10-Q2022-08-12fiscal Q2 202225760001410578-22-002432
10-Q2022-05-12fiscal Q1 202225540001410578-22-001386
10-K2022-03-28fiscal FY 202122460001410578-22-000556
10-Q2021-11-04fiscal Q3 202123680001104659-21-134490
10-Q2021-08-06fiscal Q2 202121600001104659-21-101116
10-Q2021-05-07fiscal Q1 202121460001104659-21-063096
10-K2021-03-12fiscal FY 202022460001104659-21-035291
10-Q2020-11-06fiscal Q3 202021600001104659-20-122503
10-Q2020-08-06fiscal Q2 202021600001104659-20-091475
10-Q2020-05-07fiscal Q1 202021460001104659-20-058103
10-K2020-03-11fiscal FY 201922460001104659-20-032004
10-Q2019-11-12fiscal Q3 201922620001104659-19-061825
10-Q2019-08-08fiscal Q2 201922620001144204-19-038614
10-Q2019-05-10fiscal Q1 201921460001144204-19-025063
10-K2019-03-18fiscal FY 201824650001144204-19-014409
10-Q2018-11-02fiscal Q3 201821560001144204-18-057063
10-Q2018-08-07fiscal Q2 201820540001144204-18-042463
10-Q2018-05-10fiscal Q1 201819400001144204-18-027139
10-K2018-03-16fiscal FY 201725850001144204-18-015101
10-Q2017-11-03fiscal Q3 201723620001144204-17-055979
10-Q2017-08-09fiscal Q2 201719540001144204-17-041730
10-Q2017-05-10fiscal Q1 201719400001144204-17-026075
10-K2017-03-21fiscal FY 201621780001144204-17-015866
10-K2017-03-17fiscal FY 201621780001144204-17-015434
10-Q2016-11-14fiscal Q3 201619540001144204-16-134399

Inspect the source

Entity
CHECKPOINT THERAPEUTICS, INC. / CIK 0001651407
Captured
2026-09-21T17:22:47.922Z
SEC response SHA-256
e130beaae83dcc1e11aa17515c8f21878713bfe6b27d37c95090cf97d6fb6bef

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