
AMC ENTERTAINMENT HOLDINGS, INC. — Investor Relations & Filings
AMC Entertainment Holdings, Inc. is a theatrical exhibition company that operates as the largest movie theater chain in the United States and globally. The company's primary business is screening films through its extensive network of owned and operated theaters. In addition to film exhibition, AMC offers a wide range of food and beverage concessions, including themed promotional items. Many locations provide an enhanced movie-going experience with premium amenities such as power recliner seating, premium large-format screens, and full-service bars. The company also engages with customers through digital platforms, including a mobile application for purchasing tickets and ordering concessions.
Recent filings
| Filing | Released | Lang | Actions |
|---|---|---|---|
| 10-K/A - AMC ENTERTAINMENT HOLDINGS, INC. (0001411579) (Filer) | 2026-04-30 | English | |
| 8-K - AMC ENTERTAINMENT HOLDINGS, INC. (0001411579) (Filer) | 2026-04-17 | English | |
| 8-K - AMC ENTERTAINMENT HOLDINGS, INC. (0001411579) (Filer) | 2026-04-01 | English | |
| SCHEDULE 13G/A - AMC ENTERTAINMENT HOLDINGS, INC. (0001411579) (Subject) | 2026-03-26 | English | |
| 4 - AMC ENTERTAINMENT HOLDINGS, INC. (0001411579) (Filer) | 2026-03-03 | English | |
| 4 - AMC ENTERTAINMENT HOLDINGS, INC. (0001411579) (Filer) | 2026-03-03 | English |
Market data
Market data not available
Price history
Peer group · Operation of arts facilities and sites
| Company | Ticker | Country | Sector |
|---|---|---|---|
|
Artist Studio Inc.
A content production and distribution company specializing …
|
200350 | KR | Arts, sports and recreation |
|
Bastogi
Holding company providing integrated services in real estat…
|
BMI | IT | Arts, sports and recreation |
|
Loews Cineplex Entertainment Corporation
Prominent motion picture exhibitor managing thousands of sc…
|
— | CA | Arts, sports and recreation |
|
Misonoza Co., Ltd.
Manages a theater, hosting diverse live performances and pr…
|
9664 | JP | Arts, sports and recreation |
|
Nakanihon KOGYO CO.,Ltd.
A company engaged in movie theater operations and real esta…
|
9643 | JP | Arts, sports and recreation |
|
Tokyo Theatres Company, Incorporated
A diversified enterprise in film, food and beverage, and re…
|
9633 | JP | Arts, sports and recreation |
|
Venu Holding Corp
Designs, develops, owns, and operates upscale live music ve…
|
VENU | US | Arts, sports and recreation |
AMC ENTERTAINMENT HOLDINGS, 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/31899/ | Company identity, sector, listing, identifiers |
| GET | /api/filings/?company=31899 | 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=31899 | 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=31899 \ -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": 31899}, 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 AMC ENTERTAINMENT HOLDINGS, INC. (id: 31899)"
Report missing filing
Can't find a specific document? Let us know and we'll add it within 24 hours.