Skip to content

BITMINE IMMERSION TECHNOLOGIES, INC.: filings

Every BITMINE IMMERSION TECHNOLOGIES, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 23 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-14fiscal Q3 2026451280001628280-26-048157
10-Q2026-04-14fiscal Q2 2026381100001493152-26-016560
10-Q2026-01-13fiscal Q1 202634680001493152-26-002084
10-K2025-11-21fiscal FY 202536700001493152-25-024679
10-Q2025-07-02fiscal Q3 202530980001683168-25-004889
10-Q2025-04-14fiscal Q2 202530940001683168-25-002541
10-K/A2025-04-03fiscal FY 202429600001683168-25-002276
10-Q2025-01-10fiscal Q1 202530640001683168-25-000223
10-K2024-12-09fiscal FY 202429600001683168-24-008555
10-Q2024-07-15fiscal Q3 202428940001683168-24-004815
10-Q2024-04-15fiscal Q2 202427860001683168-24-002367
10-Q2024-01-12fiscal Q1 202432680001683168-24-000250
10-K2023-12-14fiscal FY 202332660001683168-23-008832
10-Q2023-07-14fiscal Q3 202331980001683168-23-004871
10-Q2023-04-13fiscal Q2 202330920001683168-23-002352
10-Q2023-01-05fiscal Q1 202330640001683168-23-000034
10-K2022-12-09fiscal FY 202233670001683168-22-008295
10-Q2022-07-14fiscal Q3 2022321000001683168-22-004957
10-Q2022-04-18fiscal Q2 202229800001683168-22-002773
10-Q2022-01-11fiscal Q1 202223490001683168-22-000208
10-K2021-12-09fiscal FY 202125520001683168-21-006222
10-Q2021-07-30fiscal Q3 202121430001683168-21-003184
10-Q2021-04-15fiscal Q2 202120380001683168-21-001428

Inspect the source

Entity
BITMINE IMMERSION TECHNOLOGIES, INC. / CIK 0001829311
Captured
2026-09-21T17:30:09.817Z
SEC response SHA-256
182b445bce24cf790a4fb22b4e3d49aa0c0f6c882d6bf1cc04460617140b8678

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