Skip to content

ALTENERGY ACQUISITION CORP.: filings

Every ALTENERGY ACQUISITION CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-13fiscal Q2 202621650001193125-26-348833
10-Q2026-05-08fiscal Q1 202620440001193125-26-214649
10-K2026-03-18fiscal FY 202524500001193125-26-114361
10-Q2025-11-12fiscal Q3 202521680001193125-25-277283
10-Q2025-08-07fiscal Q2 202521640001193125-25-175376
10-Q2025-05-09fiscal Q1 202520430001193125-25-116721
10-K2025-03-28fiscal FY 202422450001193125-25-066878
10-Q2024-11-14fiscal Q3 202421670001193125-24-257616
10-Q2024-08-13fiscal Q2 202421630001193125-24-199474
10-Q2024-05-15fiscal Q1 202418400001193125-24-139161
10-K2024-04-16fiscal FY 202322460001193125-24-097784
10-Q/A2024-04-16fiscal Q3 202322690001193125-24-097748
10-Q/A2024-04-16fiscal Q2 202322650001193125-24-097734
10-Q/A2024-04-16fiscal Q1 202321430001193125-24-097725
10-Q2023-11-03fiscal Q3 202321680001193125-23-270133
10-Q2023-08-14fiscal Q2 202321640001193125-23-211149
10-Q2023-05-23fiscal Q1 202318390001193125-23-150748
10-K/A2023-05-23fiscal FY 202219400001193125-23-150675
10-K2023-04-11fiscal FY 202219400001193125-23-097972
10-Q2022-11-07fiscal Q3 202218590001193125-22-278777
10-Q2022-08-11fiscal Q2 202218550001193125-22-218374
10-Q2022-05-10fiscal Q1 202215330001193125-22-146360
10-K2022-03-15fiscal FY 202117180001193125-22-075908
10-Q2021-12-09fiscal Q3 202111170001193125-21-351722

Inspect the source

Entity
ALTENERGY ACQUISITION CORP. / CIK 0001852016
Captured
2026-09-21T17:30:51.801Z
SEC response SHA-256
8e4f70fbe1f7a4c71a2cad31f833e872e7a8f338afb636625491319ef2b09f13

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