Skip to content

CYPHERPUNK TECHNOLOGIES INC.: filings

Every CYPHERPUNK TECHNOLOGIES INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 39 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-12fiscal Q2 2026371030001104659-26-094449
10-Q2026-05-14fiscal Q1 202637730001104659-26-060662
10-K2026-03-16fiscal FY 202543810001104659-26-028566
10-Q2025-11-12fiscal Q3 2025351000001104659-25-109827
10-Q2025-08-14fiscal Q2 202532900001410578-25-001774
10-Q2025-05-13fiscal Q1 202532650001410578-25-001204
10-K2025-03-26fiscal FY 202438740001410578-25-000454
10-Q2024-11-13fiscal Q3 202436990001410578-24-001913
10-Q2024-08-12fiscal Q2 202434930001410578-24-001284
10-Q2024-05-13fiscal Q1 202434690001410578-24-000748
10-K2024-03-18fiscal FY 202341780001410578-24-000218
10-Q2023-11-13fiscal Q3 202336970001410578-23-002343
10-Q2023-08-14fiscal Q2 202336970001410578-23-001824
10-Q2023-05-15fiscal Q1 202336730001104659-23-060153
10-K2023-03-24fiscal FY 202243840001104659-23-036239
10-Q2022-11-14fiscal Q3 2022361010001104659-22-117613
10-Q2022-08-12fiscal Q2 2022361010001104659-22-089656
10-Q2022-05-13fiscal Q1 202236740001104659-22-059813
10-K2022-03-11fiscal FY 202145880001104659-22-032638
10-Q2021-11-12fiscal Q3 202134920001104659-21-137410
10-Q2021-08-13fiscal Q2 202134920001104659-21-104593
10-Q2021-05-14fiscal Q1 202133690001104659-21-066376
10-K2021-03-12fiscal FY 202046880001104659-21-035227
10-Q2020-11-12fiscal Q3 2020401080001104659-20-123897
10-Q2020-08-13fiscal Q2 2020401070001104659-20-094304
10-Q2020-05-14fiscal Q1 202038760001104659-20-061137
10-K2020-03-16fiscal FY 201942840001047469-20-001500
10-Q2019-11-14fiscal Q3 2019371040001104659-19-063689
10-Q2019-08-09fiscal Q2 201933880001104659-19-045018
10-Q2019-05-15fiscal Q1 201931660001104659-19-029515
10-K2019-04-01fiscal FY 201842830001047469-19-001830
10-Q2018-11-09fiscal Q3 201836950001104659-18-067133
10-Q/A2018-08-08fiscal Q1 201832620001104659-18-050310
10-Q2018-08-08fiscal Q2 201832770001104659-18-050309
10-Q2018-05-11fiscal Q1 201832620001104659-18-032355
10-K2018-02-23fiscal FY 201741740001047469-18-000976
10-Q2017-11-13fiscal Q3 201728690001104659-17-067625
10-Q2017-08-11fiscal Q2 201728690001104659-17-051181
10-Q2017-05-12fiscal Q1 201724490001104659-17-032067

Inspect the source

Entity
CYPHERPUNK TECHNOLOGIES INC. / CIK 0001509745
Captured
2026-09-20T09:12:53.716Z
SEC response SHA-256
0a9dafa477fb18f6c94b9296631d98ecbc4880212c35c74f9d687fdb1c93df7b

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