Skip to content

ALLEGRO MERGER CORP.: filings

Every ALLEGRO MERGER CORP. annual and quarterly report in the SEC record with the published financial measures it tagged, 34 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 202620580001213900-26-089060
10-Q2026-05-14fiscal Q1 202620420001213900-26-056687
10-K2026-02-11fiscal FY 202518380001213900-26-014879
10-Q2025-11-03fiscal Q3 202518560001213900-25-105294
10-Q2025-07-30fiscal Q2 202518560001213900-25-069327
10-Q2025-04-25fiscal Q1 202519410001213900-25-035531
10-K2025-03-14fiscal FY 202419390001213900-25-024105
10-Q2024-10-28fiscal Q3 202419580001213900-24-091173
10-Q2024-08-06fiscal Q2 202419570001213900-24-065727
10-Q2024-04-29fiscal Q1 202420440001213900-24-037136
10-K2024-03-26fiscal FY 202319400001213900-24-026091
10-Q2023-11-06fiscal Q3 202319580001213900-23-083782
10-Q2023-08-03fiscal Q2 202319580001213900-23-062824
10-Q2023-05-05fiscal Q1 202318400001213900-23-036708
10-K2023-03-28fiscal FY 202220410001213900-23-023500
10-Q2022-10-31fiscal Q3 202220580001213900-22-067651
10-Q2022-08-10fiscal Q2 202219530001213900-22-046319
10-Q2022-05-05fiscal Q1 202218360001213900-22-024131
10-K2022-03-24fiscal FY 202120390001213900-22-014697
10-Q2021-11-12fiscal Q3 202121520001213900-21-058309
10-Q2021-08-16fiscal Q2 202121510001213900-21-042835
10-K/A2021-08-16fiscal FY 202021430001213900-21-042792
10-Q2021-05-24fiscal Q1 202121420001213900-21-028693
10-K2021-03-29fiscal FY 202021430001213900-21-018211
10-Q2020-11-12fiscal Q3 202020540001213900-20-036603
10-Q2020-08-11fiscal Q2 202020520001213900-20-021397
10-Q2020-06-29fiscal Q1 202020410001213900-20-016344
10-K2020-02-19fiscal FY 201920400001213900-20-004198
10-Q2019-11-14fiscal Q3 201921560001213900-19-023456
10-Q2019-08-13fiscal Q2 201921480001213900-19-015541
10-Q2019-05-16fiscal Q1 201919390001213900-19-008953
10-K2019-04-01fiscal FY 201819340001213900-19-005482
10-Q2018-11-14fiscal Q3 201821430001213900-18-015791
10-Q2018-08-15fiscal Q2 201810160001213900-18-011182

Inspect the source

Entity
ALLEGRO MERGER CORP. / CIK 0001720025
Captured
2026-09-21T17:25:02.926Z
SEC response SHA-256
6fd277389ee4262caf23c4995154797715e96206e7efb04a90d7e1cae1d7b2ac

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