Skip to content

ALLIANCE ENTERTAINMENT HOLDING CORPORATION: filings

Every ALLIANCE ENTERTAINMENT HOLDING CORPORATION annual and quarterly report in the SEC record with the published financial measures it tagged, 24 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-10fiscal FY 2026551120001493152-26-042141
10-Q2026-05-14fiscal Q3 2026541530001493152-26-023051
10-Q2026-02-12fiscal Q2 2026541490001493152-26-006391
10-Q2025-11-12fiscal Q1 2026541090001493152-25-021893
10-K2025-09-10fiscal FY 2025561130001493152-25-012989
10-Q2025-05-15fiscal Q3 2025531540001641172-25-010841
10-Q2025-02-13fiscal Q2 2025541500001493152-25-006421
10-Q2024-11-12fiscal Q1 2025561110001493152-24-044735
10-K2024-09-20fiscal FY 2024591200001493152-24-037185
10-Q2024-05-09fiscal Q3 2024541520001410578-24-000692
10-Q2024-02-08fiscal Q2 2024531470001410578-24-000022
10-Q2023-11-09fiscal Q1 2023531080001410578-23-002295
10-K2023-10-19fiscal FY 2023561110001410578-23-002149
10-Q2023-05-22fiscal Q3 2023521480001410578-23-001354
10-K2023-03-30fiscal FY 202218360001410578-23-000458
10-Q2022-11-10fiscal Q3 202218490001410578-22-003168
10-Q/A2022-09-12fiscal Q2 202215390001410578-22-002776
10-Q2022-08-11fiscal Q2 202215390001410578-22-002300
10-Q2022-05-13fiscal Q1 202216320001410578-22-001431
10-K2022-03-28fiscal FY 202117310001410578-22-000574
10-Q/A2021-12-21fiscal Q3 202118420001410578-21-000577
10-Q2021-11-12fiscal Q3 202118400001104659-21-138251
10-Q2021-08-13fiscal Q2 202118330001104659-21-105223
10-Q2021-05-24fiscal Q1 202117260001104659-21-071360

Inspect the source

Entity
ALLIANCE ENTERTAINMENT HOLDING CORPORATION / CIK 0001823584
Captured
2026-09-21T17:35:22.784Z
SEC response SHA-256
7a1baf516969839c928d742142f6156bef4b276732f7292823f750b9fcf5639b

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