Skip to content

Cinemark Holdings, Inc.: filings

Every Cinemark Holdings, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 46 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-30fiscal Q2 202615520001193125-26-324847
10-Q2022-08-05fiscal Q2 2022461260000950170-22-015141
10-Q2022-05-11fiscal Q1 202246940000950170-22-009298
10-K2022-03-09fiscal FY 2021501300000950170-22-003195
10-Q2021-11-05fiscal Q3 2021451270000950170-21-003225
10-Q2021-08-06fiscal Q2 2021451230001564590-21-041988
10-Q2021-05-10fiscal Q1 202145910001564590-21-025875
10-K2021-03-03fiscal FY 2020501270001564590-21-010404
10-Q2020-11-06fiscal Q3 2020441260001564590-20-051867
10-Q2020-08-05fiscal Q2 2020441230001564590-20-036888
10-Q2020-06-03fiscal Q1 202044900001564590-20-028173
10-K2020-02-21fiscal FY 2019481220001564590-20-005689
10-Q2019-11-05fiscal Q3 2019441230001564590-19-040250
10-Q2019-08-05fiscal Q2 2019441190001564590-19-028713
10-Q2019-05-10fiscal Q1 201944870001564590-19-018611
10-K2019-03-04fiscal FY 2018441170001564590-19-006009
10-Q2018-11-05fiscal Q3 2018411120001564590-18-026714
10-Q2018-08-09fiscal Q2 2018411120001564590-18-020867
10-Q2018-05-10fiscal Q1 201838800001564590-18-012789
10-K2018-03-02fiscal FY 2017401070001564590-18-004233
10-Q2017-11-06fiscal Q3 2017371040001564590-17-021699
10-Q2017-08-07fiscal Q2 2017371040001564590-17-015848
10-Q2017-05-05fiscal Q1 201736760001193125-17-160252
10-K2017-03-03fiscal FY 2016401070001193125-17-068544
10-Q2016-11-09fiscal Q3 2016371040001193125-16-764114
10-Q2016-08-10fiscal Q2 2016371040001193125-16-677673
10-Q2016-05-11fiscal Q1 201637780001193125-16-586296
10-K2016-03-04fiscal FY 2015421100001193125-16-492225
10-Q2015-11-06fiscal Q3 2015371040001193125-15-369564
10-Q2015-08-07fiscal Q2 2015371040001193125-15-282638
10-Q2015-05-08fiscal Q1 201540840001193125-15-179374
10-K2015-03-06fiscal FY 2014431160001193125-15-081245
10-Q2014-11-10fiscal Q3 2014391080001193125-14-405732
10-Q2014-08-08fiscal Q2 2014381040001193125-14-302531
10-Q2014-05-09fiscal Q1 201438800001193125-14-190784
10-K2014-03-07fiscal FY 2013401070001193125-14-088684
10-Q2013-11-08fiscal Q3 2013381040001193125-13-434736
10-Q2013-08-08fiscal Q2 2013381040001193125-13-326353
10-Q2013-05-13fiscal Q1 201338800001193125-13-216382
10-K2013-03-19fiscal FY 2012401070001193125-13-115234
10-Q2012-11-13fiscal Q3 2012391080001193125-12-466055
10-Q2012-08-10fiscal Q2 2012391080001193125-12-349016
10-Q2012-05-15fiscal Q1 201234700001193125-12-232005
10-K2012-03-14fiscal FY 201136940001193125-12-114353
10-Q2011-11-14fiscal Q3 201135900000950123-11-097841
10-Q2011-08-12fiscal Q2 201132820000950123-11-076434

Inspect the source

Entity
Cinemark Holdings, Inc. / CIK 0000885975
Captured
2026-09-21T17:17:12.765Z
SEC response SHA-256
1c07c0baff66544fe842e82139387070fc72f57261c9f159c2bbdc996c10e01e

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