Skip to content

AIxCrypto Holdings, Inc.: filings

Every AIxCrypto Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 44 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-07fiscal Q2 202631970001493152-26-036658
10-Q2026-05-11fiscal Q1 202631630001493152-26-022250
10-K2026-03-30fiscal FY 202539770001493152-26-013434
10-Q2025-11-14fiscal Q3 2025381140001493152-25-023639
10-Q2025-08-14fiscal Q2 2025361060001641172-25-024213
10-Q2025-07-21fiscal Q1 202533680001641172-25-020458
10-K2025-06-30fiscal FY 202440800001641172-25-017212
10-Q2024-11-14fiscal Q3 2024361120001493152-24-045921
10-Q2024-08-14fiscal Q2 2024361100001493152-24-032161
10-Q2024-07-02fiscal Q1 202432630001493152-24-025976
10-K2024-04-08fiscal FY 202339760001493152-24-013400
10-Q2023-11-14fiscal Q3 202336980001493152-23-041230
10-Q2023-08-14fiscal Q2 2023521420001493152-23-028465
10-Q2023-05-15fiscal Q1 202349980001493152-23-017315
10-K2023-05-02fiscal FY 2022531020001493152-23-015184
10-Q2022-11-14fiscal Q3 2022491350001493152-22-032189
10-Q2022-08-15fiscal Q2 2022491310001493152-22-022898
10-Q2022-05-13fiscal Q1 202244870001493152-22-013149
10-K2022-03-31fiscal FY 202147960001493152-22-008431
10-Q2021-11-15fiscal Q3 2021431190001493152-21-028354
10-Q2021-08-16fiscal Q2 2021421110001493152-21-020170
10-Q2021-05-14fiscal Q1 202143870001493152-21-011439
10-Q2020-11-12fiscal Q2 2021441120001493152-20-021145
10-Q2020-08-14fiscal Q1 202144870001493152-20-015861
10-Q2020-05-01fiscal Q1 202033630001493152-20-007565
10-K2020-03-31fiscal FY 201933640001493152-20-005503
10-Q2019-11-14fiscal Q3 201934880001493152-19-017100
10-Q2019-08-14fiscal Q2 201934800001493152-19-012631
10-Q2019-05-15fiscal Q1 201932630001493152-19-007382
10-K2019-04-01fiscal FY 201830600001493152-19-004362
10-Q2018-11-09fiscal Q3 201829720001493152-18-015529
10-Q2018-08-14fiscal Q2 201829720001493152-18-011802
10-Q2018-05-15fiscal Q1 201824500001493152-18-007050
10-K2018-03-19fiscal FY 201728580001493152-18-003532
10-Q2017-10-31fiscal Q3 201728690001493152-17-012185
10-Q2017-08-07fiscal Q2 201725640001493152-17-008571
10-Q2017-05-09fiscal Q1 201723470001493152-17-004890
10-K2017-02-27fiscal FY 201626520001493152-17-001929
10-Q2016-11-07fiscal Q3 201625640001493152-16-014550
10-Q2016-08-08fiscal Q2 201625630001493152-16-012063
10-Q2016-05-09fiscal Q1 201623470001493152-16-009533
10-K2016-03-21fiscal FY 201525500001493152-16-008162
10-Q2015-11-10fiscal Q3 201524600001571049-15-009071
10-Q2015-08-12fiscal Q2 201523560001571049-15-006633

Inspect the source

Entity
AIxCrypto Holdings, Inc. / CIK 0001460702
Captured
2026-09-20T09:06:17.664Z
SEC response SHA-256
b5084168e51299e9969135a7d7644b451c7060a8d408bbbf97251746dfc26531

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