Skip to content

PLUM ACQUISITION CORP. III: filings

Every PLUM ACQUISITION CORP. III annual and quarterly report in the SEC record with the published financial measures it tagged, 20 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-20fiscal Q1 202614310001213900-26-059659
10-K2026-04-01fiscal FY 202514280001213900-26-038648
10-Q2025-10-31fiscal Q3 202514420001213900-25-104664
10-Q2025-08-13fiscal Q2 202514380001213900-25-075829
10-Q2025-05-15fiscal Q1 202514300001213900-25-044252
10-K2025-03-28fiscal FY 202414270001013762-25-004252
10-Q2024-12-20fiscal Q3 202415430001213900-24-111270
10-Q2024-10-04fiscal Q2 202415360001213900-24-085562
10-Q2024-09-05fiscal Q1 202415280001213900-24-075759
10-K2024-07-01fiscal FY 202313240001213900-24-057365
10-Q2023-11-17fiscal Q3 202313420001140361-23-053900
10-Q2023-08-21fiscal Q2 202312360001140361-23-040704
10-Q2023-05-19fiscal Q1 202313300001193125-23-149352
10-K2023-04-17fiscal FY 202215320001193125-23-103685
10-Q2022-11-09fiscal Q3 202215460001193125-22-281295
10-Q2022-08-11fiscal Q2 202214400001193125-22-218671
10-Q2022-05-16fiscal Q1 202214320001193125-22-151861
10-K2022-03-31fiscal FY 202116180001193125-22-091874
10-Q2021-11-22fiscal Q3 202115260001193125-21-337015
10-Q2021-09-10fiscal Q2 202111170001193125-21-270147

Inspect the source

Entity
PLUM ACQUISITION CORP. III / CIK 0001845550
Captured
2026-09-21T17:21:05.561Z
SEC response SHA-256
325d2d1535d39827f6e9cd398e6466da7a65bf88b5432353f0ddc3ddfc0e82be

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