Skip to content

Core Scientific, Inc./tx: filings

Every Core Scientific, Inc./tx annual and quarterly report in the SEC record with the published financial measures it tagged, 26 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-07-28fiscal Q2 2026451280001839341-26-000014
10-Q2026-05-06fiscal Q1 202643890001628280-26-031396
10-K2026-03-02fiscal FY 2025471260001628280-26-013305
10-Q/A2026-03-02fiscal Q3 2025421190001628280-26-013301
10-Q/A2026-03-02fiscal Q2 2025421210001628280-26-013294
10-Q/A2026-03-02fiscal Q1 202544920001628280-26-013286
10-K/A2026-03-02fiscal FY 2024501630001628280-26-013232
10-Q2025-10-24fiscal Q3 2025421190001628280-25-046272
10-Q2025-08-08fiscal Q2 2025421210001628280-25-039284
10-Q2025-05-07fiscal Q1 202544920001628280-25-023242
10-K2025-02-27fiscal FY 2024501370001628280-25-008302
10-Q2024-11-06fiscal Q3 2024451280001628280-24-045811
10-Q2024-08-07fiscal Q2 2024441260001628280-24-035714
10-Q2024-05-09fiscal Q1 202445930001628280-24-021848
10-K2024-03-13fiscal FY 2023491320001628280-24-010682
10-Q2023-11-06fiscal Q3 2023461460001628280-23-036849
10-Q2023-08-04fiscal Q2 2023461460001628280-23-027559
10-Q2023-05-15fiscal Q1 202346950001628280-23-017974
10-K2023-04-04fiscal FY 2022551420001628280-23-010454
10-Q2022-11-22fiscal Q3 2022481390001628280-22-030600
10-Q2022-08-22fiscal Q2 2022481340001628280-22-023382
10-Q2022-05-13fiscal Q1 2022491000001628280-22-014350
10-K2022-03-30fiscal FY 202120330001193125-22-088850
10-Q2021-11-15fiscal Q3 202118310001213900-21-059558
10-Q2021-08-23fiscal Q2 202118300001213900-21-044122
10-Q2021-05-25fiscal Q1 202119260001213900-21-028906

Inspect the source

Entity
Core Scientific, Inc./tx / CIK 0001839341
Captured
2026-09-21T17:37:13.872Z
SEC response SHA-256
d49208f117d80434ea3b8074d7c17cb3002b3386d3da0b235cb77910844a54ca

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