Skip to content

METAL SKY STAR ACQUISITION CORPORATION: filings

Every METAL SKY STAR ACQUISITION CORPORATION 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-05-15fiscal Q1 202616350001493152-26-023814
10-K2026-03-31fiscal FY 202516340001493152-26-014005
10-Q2025-11-14fiscal Q3 202517530001493152-25-022436
10-Q2025-08-15fiscal Q2 202517500001641172-25-024362
10-Q2025-05-15fiscal Q1 202516350001641172-25-010713
10-K2025-03-31fiscal FY 202418370001641172-25-001754
10-Q2024-11-13fiscal Q3 202418570001493152-24-045175
10-Q2024-09-18fiscal Q2 202418530001493152-24-036960
10-Q2024-09-18fiscal Q1 202418370001493152-24-036959
10-K2024-08-30fiscal FY 202318370001493152-24-034449
10-Q/A2024-07-29fiscal Q3 202318560001493152-24-029340
10-Q/A2024-07-29fiscal Q2 202316490001493152-24-029337
10-Q/A2024-07-29fiscal Q1 202317340001493152-24-029335
10-K/A2024-07-29fiscal FY 202218370001493152-24-029333
10-Q/A2024-07-29fiscal Q3 202219510001493152-24-029331
10-Q/A2024-07-29fiscal Q2 202220450001493152-24-029329
10-Q2023-11-14fiscal Q3 202319570001829126-23-007427
10-Q2023-08-08fiscal Q2 202318510001829126-23-005206
10-Q2023-05-10fiscal Q1 202317350001829126-23-003208
10-K2023-03-30fiscal FY 202220370001829126-23-002428
10-Q2022-11-08fiscal Q3 202219520001829126-22-019009
10-Q2022-08-08fiscal Q2 202219430001829126-22-015519
10-Q2022-05-10fiscal Q1 202215250001829126-22-010192

Inspect the source

Entity
METAL SKY STAR ACQUISITION CORPORATION / CIK 0001882464
Captured
2026-09-21T17:22:57.346Z
SEC response SHA-256
9d42652da7586d4e681b64107a3d56bdfa429a85ccf900f5fe22b19ee6bed994

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