Skip to content

Caesars Entertainment, Inc.: filings

Every Caesars Entertainment, Inc. annual and quarterly report in the SEC record with the published financial measures it tagged, 48 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-28fiscal Q2 2026421240001590895-26-000028
10-Q2026-04-28fiscal Q1 202641840001590895-26-000016
10-K2026-02-17fiscal FY 2025501300001590895-26-000011
10-Q2025-10-28fiscal Q3 2025421280001590895-25-000130
10-Q2025-07-29fiscal Q2 2025421240001590895-25-000126
10-Q2025-04-29fiscal Q1 202541840001590895-25-000110
10-K2025-02-25fiscal FY 2024491270001590895-25-000068
10-Q2024-10-29fiscal Q3 2024421280001590895-24-000138
10-Q2024-07-30fiscal Q2 2024421260001590895-24-000124
10-Q2024-04-30fiscal Q1 202442860001590895-24-000088
10-K2024-02-20fiscal FY 2023471210001590895-24-000051
10-Q2023-10-31fiscal Q3 2023391240001590895-23-000122
10-Q2023-08-01fiscal Q2 2023391200001590895-23-000091
10-Q2023-05-03fiscal Q1 202338780001590895-23-000077
10-K2023-02-22fiscal FY 2022471210001590895-23-000070
10-Q2022-11-02fiscal Q3 2022411280001590895-22-000148
10-Q2022-08-04fiscal Q2 2022411210001590895-22-000126
10-Q2022-05-04fiscal Q1 202241830001590895-22-000100
10-K2022-02-24fiscal FY 2021471190001590895-22-000061
10-Q2021-11-05fiscal Q3 2021411230001590895-21-000135
10-Q2021-08-04fiscal Q2 2021411190001590895-21-000118
10-Q2021-05-05fiscal Q1 202142850001590895-21-000101
10-K2021-03-01fiscal FY 2020511280001590895-21-000085
10-Q2020-11-09fiscal Q3 2020401210001590895-20-000039
10-Q2020-08-06fiscal Q2 2020421190001590895-20-000007
10-Q2020-05-11fiscal Q1 202040840001564590-20-024352
10-K2020-02-28fiscal FY 2019461980001564590-20-007599
10-Q2019-11-07fiscal Q3 2019421200001564590-19-041280
10-Q2019-08-09fiscal Q2 2019421160001564590-19-031266
10-Q2019-05-07fiscal Q1 201941820001564590-19-016607
10-K2019-03-01fiscal FY 2018441980001564590-19-005640
10-Q2018-11-09fiscal Q3 2018411090001564590-18-028699
10-Q2018-08-07fiscal Q2 2018411090001564590-18-019805
10-Q2018-05-08fiscal Q1 201837770001564590-18-011700
10-K2018-02-27fiscal FY 2017421790001564590-18-003554
10-Q2017-11-07fiscal Q3 201735990001564590-17-022182
10-Q2017-08-14fiscal Q2 201735990001564590-17-017491
10-Q2017-05-10fiscal Q1 201736740001564590-17-010037
10-K2017-03-13fiscal FY 2016431690001564590-17-004044
10-Q2016-11-09fiscal Q3 2016361000001558370-16-009797
10-Q2016-08-09fiscal Q2 2016361000001558370-16-007766
10-Q2016-05-10fiscal Q1 201635720001558370-16-005795
10-K2016-03-15fiscal FY 2015421530001558370-16-004151
10-Q2015-11-09fiscal Q3 201536940001047469-15-008477
10-Q2015-08-10fiscal Q2 2015371010001047469-15-006745
10-Q2015-05-11fiscal Q1 201535710001047469-15-004635
10-K2015-03-16fiscal FY 2014401180001047469-15-002278
10-Q2014-11-14fiscal Q3 201438980001047469-14-009224

Inspect the source

Entity
Caesars Entertainment, Inc. / CIK 0001590895
Captured
2026-09-20T09:24:03.502Z
SEC response SHA-256
b672686af700191fb0a7133501636913350d5ddf7e6ba4c81f2f62a026ef6023

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