Skip to content

Karbon-X Corp.: filings

Every Karbon-X Corp. 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-K2026-09-15fiscal FY 2026541080001477932-26-005627
10-Q2026-04-20fiscal Q3 2026471280001477932-26-002423
10-Q2026-01-20fiscal Q2 2026461220001477932-26-000285
10-Q2025-10-15fiscal Q1 202646930001477932-25-007574
10-K/A2025-09-17fiscal FY 202548970001477932-25-006822
10-Q2025-04-18fiscal Q3 2025411160001477932-25-002844
10-Q2025-01-21fiscal Q2 2025371050001477932-25-000366
10-Q2024-10-21fiscal Q1 202538800001477932-24-006601
10-K2024-09-13fiscal FY 202443860001477932-24-005717
10-Q2024-04-22fiscal Q3 202438970001477932-24-002277
10-Q/A2024-01-24fiscal Q2 202435920001477932-24-000340
10-Q2023-10-23fiscal Q1 202434710001477932-23-007813
10-K2023-09-13fiscal FY 202338770001477932-23-006860
10-Q2023-04-14fiscal Q3 202332900001477932-23-002551
10-Q2023-01-23fiscal Q2 202330520001477932-23-000473
10-Q2022-10-17fiscal Q1 202329410001477932-22-007719
10-K2022-09-13fiscal FY 202229310001477932-22-006846
10-Q2022-06-22fiscal Q3 202232430001477932-22-004591
10-Q2022-01-12fiscal Q2 202218530001477932-22-000207
10-Q2021-10-18fiscal Q1 202218400001477932-21-007360
10-K2021-08-30fiscal FY 202122490001477932-21-006022
10-Q2021-04-12fiscal Q3 202120590001477932-21-002187
10-Q2021-01-14fiscal Q2 202120550001477932-21-000244
10-Q2020-10-09fiscal Q1 202120430001477932-20-005805
10-K2020-08-31fiscal FY 202022450001477932-20-005246
10-Q2020-04-14fiscal Q3 202015450001477932-20-001917
10-Q2020-01-15fiscal Q2 202015420001477932-20-000218
10-Q2019-10-10fiscal Q1 202014300001477932-19-005794
10-K2019-08-22fiscal FY 201913240001477932-19-005110
10-Q2019-04-05fiscal Q3 201914300001477932-19-001473

Inspect the source

Entity
Karbon-X Corp. / CIK 0001729637
Captured
2026-09-21T17:27:45.933Z
SEC response SHA-256
079e1bf90945592c50af0add3eb9e62b4ec154ff701fa1e61b22d6a669dd4a17

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