
Emerald Holding, Inc. — Investor Relations & Filings
Emerald Holding, Inc. is an operator of business-to-business (B2B) events and media. The company builds and manages a portfolio of dynamic live events, including trade shows and conferences, alongside integrated digital market platforms and media properties. Serving a wide range of industries, Emerald focuses on creating connections between buyers and sellers. The company utilizes market knowledge, data-driven insights, and deep industry experience to facilitate commerce and business growth for its clients. Its portfolio consists of approximately 142 live events and 16 media properties designed to provide rich experiences and foster meaningful business relationships.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-Q - Emerald Holding, Inc. (0001579214) (Filer) | 2026-05-11 | English | |
| 8-K - Emerald Holding, Inc. (0001579214) (Filer) | 2026-05-11 | English | |
| ARS - Emerald Holding, Inc. (0001579214) (Filer) | 2026-04-09 | English | |
| DEF 14A - Emerald Holding, Inc. (0001579214) (Filer) | 2026-04-09 | English | |
| 4 - EMERALD HOLDING, INC. (0001579214) (Filer) | 2026-02-26 | English | |
| 4 - EMERALD HOLDING, INC. (0001579214) (Filer) | 2026-02-26 | English |
Market data
Market data not available
Price history
Peer group · Organization of conventions and trade shows
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
PRAVEG LIMITED
Integrated exhibition and event management firm with luxury…
|
PRAVEG | IN | Administrative and support serv… |
|
SHANGAR DECOR LIMITED
Provides event infrastructure, decoration, and equipment re…
|
540259 | IN | Administrative and support serv… |
|
The Contents On Co., Ltd.
A company that produces and distributes media content, incl…
|
302920 | KR | Administrative and support serv… |
|
Zhejiang Meorient Commerce&Exhibition Inc.
Organizes international trade fairs and O2O matchmaking ser…
|
300795 | CN | Administrative and support serv… |
Emerald Holding, Inc. via the API
Pull this company's filings, identifiers, and metadata as JSON or Markdown. Authenticate with your API key, then query by company ID, ISIN, or LEI. Full schema documented in the OpenAPI spec.
Endpoints
| GET | /api/companies/32222/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=32222 | Paginated list of all filings (filterable by type, date, language) |
| GET | /api/filings/{id}/ | Single filing — metadata, document URL, processing status |
| GET | /api/filings/{id}/markdown/ | Filing content as Markdown (PDF → text/tables/figures) |
| GET | /api/isins/?company=32222 | All ISINs registered to this company |
| GET | /api/filing-types/ | Reference: every filing-type code + category |
cURL
$ curl https://api.financialreports.eu/api/filings/?company=32222 \ -H "x-api-key: $FR_API_KEY" \ -H "Accept: application/json"
Python
import requests r = requests.get( "https://api.financialreports.eu/api/filings/", params={"company": 32222}, headers={"x-api-key": API_KEY}, ) filings = r.json()["results"]
MCP server
// MCP server URL https://mcp.financialfilings.com/mcp // Once connected, the LLM can query this company directly: "Pull the latest 5 filings for Emerald Holding, Inc. (id: 32222)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.