Skip to content

Cipher Digital Inc.: filings

Every Cipher Digital Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 30 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-04fiscal Q2 2026471380001819989-26-000041
10-Q2026-05-05fiscal Q1 202646940001819989-26-000028
10-K2026-02-24fiscal FY 2025481250001819989-26-000009
10-Q2025-11-03fiscal Q3 2025451320001819989-25-000112
10-Q2025-08-07fiscal Q2 2025451320001819989-25-000081
10-Q2025-05-06fiscal Q1 202544920001819989-25-000037
10-K2025-02-25fiscal FY 202443870001819989-25-000005
10-Q2024-10-31fiscal Q3 2024431280001819989-24-000028
10-Q2024-08-13fiscal Q2 2024461320000950170-24-095795
10-Q2024-05-07fiscal Q1 202445910000950170-24-054002
10-K2024-03-05fiscal FY 202345890000950170-24-025442
10-Q2023-11-08fiscal Q3 2023421050000950170-23-060724
10-Q2023-08-08fiscal Q2 2023421050000950170-23-039416
10-Q2023-05-09fiscal Q1 202342790000950170-23-019186
10-K2023-03-14fiscal FY 202242760000950170-23-007793
10-Q2022-11-14fiscal Q3 202235870000950170-22-024761
10-Q2022-08-09fiscal Q2 202235860000950170-22-015789
10-Q2022-05-10fiscal Q1 202228510000950170-22-008756
10-K2022-03-04fiscal FY 202129470000950170-22-002861
10-Q/A2022-01-21fiscal Q2 202115380001193125-22-014869
10-Q/A2022-01-21fiscal Q1 202113220001193125-22-014865
10-K/A2022-01-21fiscal FY 202016160001193125-22-014855
10-Q2021-11-12fiscal Q3 202126430000950170-21-004222
10-Q2021-08-10fiscal Q2 202115360001213900-21-041397
10-Q/A2021-06-14fiscal Q1 202115240001213900-21-032323
10-K/A2021-06-14fiscal FY 202117190001213900-21-032312
10-Q2021-05-07fiscal Q1 202113220001213900-21-025207
10-K/A2021-05-07fiscal FY 202017170001213900-21-025203
10-K2021-02-17fiscal FY 202015160001213900-21-009990
10-Q2020-12-03fiscal Q3 202013170001829126-20-000249

Inspect the source

Entity
Cipher Digital Inc. / CIK 0001819989
Captured
2026-09-21T17:29:08.037Z
SEC response SHA-256
193ef94254e186153b83abb9b984a3ed6d36fbc377454d4da6b0ce1f73b9bd1e

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