Skip to content

STARDUST POWER INC.: filings

Every STARDUST POWER 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-08-13fiscal Q2 202635900001493152-26-037856
10-Q2026-05-14fiscal Q1 202631640001493152-26-023175
10-K2026-03-25fiscal FY 202539800001493152-26-012709
10-Q2025-11-13fiscal Q3 2025361000001493152-25-022402
10-Q2025-08-13fiscal Q2 202536960001641172-25-023577
10-Q2025-05-14fiscal Q1 202534710001641172-25-010374
10-K2025-03-27fiscal FY 202437750001641172-25-000969
10-Q2024-11-14fiscal Q3 202432890001493152-24-045236
10-Q2024-08-14fiscal Q2 202420520001493152-24-032170
10-K2024-03-19fiscal FY 202317340001213900-24-024108
10-Q2023-11-14fiscal Q3 202318440001213900-23-086990
10-Q2023-08-15fiscal Q2 202318430001213900-23-067891
10-Q2023-05-16fiscal Q1 202319370001213900-23-040499
10-K2023-03-31fiscal FY 202218340001213900-23-024925
10-Q2022-11-07fiscal Q3 202218430001213900-22-069750
10-Q2022-08-10fiscal Q2 202218420001213900-22-046400
10-Q2022-05-12fiscal Q1 202221400001213900-22-025980
10-K2022-03-18fiscal FY 202120330001213900-22-013647
10-Q/A2021-12-23fiscal Q3 202118300001213900-21-067298
10-Q2021-11-12fiscal Q3 202118300001213900-21-058723
10-Q2021-08-11fiscal Q2 202120320001213900-21-041531
10-Q2021-05-20fiscal Q1 202118260001213900-21-028157
10-K2021-03-11fiscal FY 202012120001213900-21-014664

Inspect the source

Entity
STARDUST POWER INC. / CIK 0001831979
Captured
2026-09-21T17:29:36.192Z
SEC response SHA-256
888ad2c43ca7b3b10a852ea50cc4251203e36d66527ec8852a337cfdfa7f5d83

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