Skip to content

AELUMA, INC.: filings

Every AELUMA, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 22 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-16fiscal FY 202639810001213900-26-100584
10-Q2026-05-13fiscal Q3 2026391070001213900-26-055956
10-Q2026-02-11fiscal Q2 2026391070001213900-26-014999
10-Q2025-11-12fiscal Q1 202639810001213900-25-109328
10-K2025-09-09fiscal FY 202541820001213900-25-086227
10-Q2025-05-09fiscal Q3 2025391060001213900-25-041444
10-Q2025-02-11fiscal Q2 2025401100001213900-25-012068
10-Q2024-11-08fiscal Q1 202540820001213900-24-095832
10-K2024-09-27fiscal FY 202440800001213900-24-082694
10-Q2024-05-10fiscal Q3 2024401050001213900-24-041529
10-Q2024-02-12fiscal Q2 2024401050001213900-24-012610
10-Q2023-11-09fiscal Q1 202437710001213900-23-085258
10-K2023-09-25fiscal FY 202336690001213900-23-078910
10-Q2023-05-15fiscal Q3 202333920001213900-23-039520
10-Q2023-02-13fiscal Q2 202332900001213900-23-010870
10-Q2022-11-14fiscal Q1 202331640001213900-22-071525
10-K2022-09-28fiscal FY 202235850001213900-22-059543
10-Q2022-05-16fiscal Q3 202232730001213900-22-026917
10-Q2022-02-15fiscal Q2 202226570001213900-22-007761
10-Q2021-11-15fiscal Q1 202124440001213900-21-059178
10-Q2021-08-23fiscal Q2 202126530001213900-21-044316
10-Q2021-05-17fiscal Q1 202113210001213900-21-027028

Inspect the source

Entity
AELUMA, INC. / CIK 0001828805
Captured
2026-09-21T17:30:00.954Z
SEC response SHA-256
cd0fd51b1d33dee839c57a7b7b4b2f0a2900f81558c64a2973e39d35db95f2af

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