Skip to content

AMC ENTERTAINMENT HOLDINGS, INC.: filings

Every AMC ENTERTAINMENT HOLDINGS, INC. annual and quarterly report in the SEC record with the published financial measures it tagged, 50 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-07-23fiscal Q2 2026421190001411579-26-000059
10-Q2026-05-05fiscal Q1 202642870001411579-26-000051
10-K2026-02-23fiscal FY 2025501280001411579-26-000016
10-Q2025-11-05fiscal Q3 2025421230001411579-25-000073
10-Q2025-08-11fiscal Q2 2025421190001411579-25-000062
10-Q2025-05-07fiscal Q1 202543880001411579-25-000055
10-K2025-02-26fiscal FY 2024501290001411579-25-000042
10-Q2024-11-06fiscal Q3 2024441280001411579-24-000077
10-Q2024-08-02fiscal Q2 2024441240001411579-24-000060
10-Q2024-05-08fiscal Q1 202444900001411579-24-000034
10-K2024-02-28fiscal FY 2023521360001411579-24-000021
10-Q2023-11-08fiscal Q3 2023461310001411579-23-000087
10-Q2023-08-08fiscal Q2 2023441220001411579-23-000057
10-Q2023-05-05fiscal Q1 202344900001411579-23-000049
10-K2023-02-28fiscal FY 2022531690001411579-23-000038
10-Q2022-11-08fiscal Q3 2022461570001411579-22-000082
10-Q2022-08-04fiscal Q2 2022451480001558370-22-012214
10-Q2022-05-09fiscal Q1 202245920001411579-22-000057
10-K2022-03-01fiscal FY 2021521500001558370-22-002577
10-Q2021-11-08fiscal Q3 2021441370001411579-21-000069
10-Q2021-08-09fiscal Q2 2021441230001558370-21-011004
10-Q2021-05-06fiscal Q1 202143890001411579-21-000038
10-K2021-03-12fiscal FY 2020511860001411579-21-000006
10-Q2020-11-04fiscal Q3 2020441220001411579-20-000074
10-Q2020-08-06fiscal Q2 2020431220001411579-20-000068
10-Q2020-06-09fiscal Q1 202041860001411579-20-000058
10-K2020-02-28fiscal FY 2019481830001411579-20-000027
10-Q2019-11-07fiscal Q3 2019421200001411579-19-000063
10-Q2019-08-08fiscal Q2 2019421160001411579-19-000047
10-Q2019-05-09fiscal Q1 201942840001411579-19-000037
10-K2019-03-01fiscal FY 2018441670001411579-19-000013
10-Q2018-11-08fiscal Q3 2018411220001411579-18-000068
10-Q2018-08-07fiscal Q2 2018411120001411579-18-000055
10-Q2018-05-07fiscal Q1 201841830001411579-18-000038
10-K2018-03-01fiscal FY 2017431470001411579-18-000014
10-Q2017-11-09fiscal Q3 2017381020001411579-17-000067
10-Q2017-08-08fiscal Q2 2017371020001411579-17-000054
10-Q2017-05-08fiscal Q1 201733680001411579-17-000043
10-K2017-03-10fiscal FY 2016391500001411579-17-000021
10-Q2016-11-09fiscal Q3 201629810001411579-16-000075
10-Q2016-08-01fiscal Q2 201633920001411579-16-000064
10-Q2016-05-06fiscal Q1 201632660001047469-16-012969
10-K2016-03-08fiscal FY 2015361350001047469-16-010880
10-Q2015-11-04fiscal Q3 201534920001047469-15-008327
10-Q2015-08-05fiscal Q2 201532900001047469-15-006600
10-Q2015-05-06fiscal Q1 201533700001047469-15-004453
10-K2015-03-10fiscal FY 2014401930001047469-15-001918
10-Q2014-11-07fiscal Q3 201435960001047469-14-008988
10-Q2014-08-06fiscal Q2 201434950001047469-14-006698
10-Q2014-05-07fiscal Q1 201432670001047469-14-004674

Inspect the source

Entity
AMC ENTERTAINMENT HOLDINGS, INC. / CIK 0001411579
Captured
2026-09-20T08:01:55.340Z
SEC response SHA-256
61e43c56b535a410be3a24fe88ab667fc3fe1416d989e6f92197edb7173aa2c4

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