Skip to content

Emerald Holding, Inc.: filings

Every Emerald Holding, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 41 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-11fiscal Q1 202643880001193125-26-215663
10-K2026-03-13fiscal FY 2025531360001193125-26-105001
10-Q2025-10-31fiscal Q3 2025461320001193125-25-260710
10-Q2025-08-04fiscal Q2 2025461320000950170-25-101604
10-Q2025-05-02fiscal Q1 202540820000950170-25-062721
10-K2025-03-14fiscal FY 2024471190000950170-25-039386
10-Q2024-10-30fiscal Q3 2024411140000950170-24-118542
10-Q2024-08-07fiscal Q2 2024411140000950170-24-092228
10-Q2024-05-07fiscal Q1 202441840000950170-24-053881
10-K2024-03-05fiscal FY 2023471200000950170-24-025067
10-Q2023-11-06fiscal Q3 2023411140000950170-23-059525
10-Q2023-08-03fiscal Q2 2023411140000950170-23-038073
10-Q2023-05-04fiscal Q1 202341840000950170-23-017791
10-K2023-03-15fiscal FY 2022481230000950170-23-008103
10-Q2022-11-03fiscal Q3 2022421230000950170-22-021903
10-Q2022-08-08fiscal Q2 2022431250001564590-22-028436
10-Q/A2022-08-08fiscal Q1 202242920001564590-22-028432
10-Q2022-05-10fiscal Q1 202242840001564590-22-019003
10-K2022-02-24fiscal FY 2021481240001564590-22-006683
10-Q2021-11-08fiscal Q3 2021421150001564590-21-055016
10-Q/A2021-11-08fiscal Q2 2021431170001564590-21-055015
10-K/A2021-11-08fiscal FY 2020482000001564590-21-055014
10-Q/A2021-11-08fiscal Q1 202143850001564590-21-055011
10-Q2021-07-30fiscal Q2 2021431170001564590-21-039479
10-Q2021-04-30fiscal Q1 202143850001564590-21-022316
10-K2021-02-23fiscal FY 2020481220001564590-21-007275
10-Q2020-11-03fiscal Q3 2020421160001564590-20-049991
10-Q2020-08-05fiscal Q2 2020421160001564590-20-036378
10-Q2020-05-08fiscal Q1 202041840001564590-20-023198
10-K2020-02-14fiscal FY 2019481210001564590-20-004669
10-Q2019-11-05fiscal Q3 2019411110001564590-19-040038
10-Q2019-08-01fiscal Q2 2019401090001564590-19-027678
10-Q2019-05-02fiscal Q1 201940800001564590-19-015395
10-K2019-02-19fiscal FY 2018431120001564590-19-003200
10-Q2018-11-08fiscal Q3 2018371010001564590-18-028525
10-Q2018-08-09fiscal Q2 2018371010001564590-18-021026
10-Q2018-05-10fiscal Q1 201832660001564590-18-012806
10-K2018-02-22fiscal FY 201737970001564590-18-002916
10-Q2017-11-02fiscal Q3 201734980001564590-17-021236
10-Q2017-08-09fiscal Q2 201734980001564590-17-016738
10-Q2017-05-25fiscal Q1 201734680001193125-17-183811

Inspect the source

Entity
Emerald Holding, Inc. / CIK 0001579214
Captured
2026-09-21T17:20:09.152Z
SEC response SHA-256
98e73fca51caee0714bc5ba017ffc8334453930bdc6f455d4f33671571f0c692

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