Caesars Entertainment (CZR) Consolidated Net Income (2013 - 2026)
Caesars Entertainment (CZR) posted Consolidated Net Income of -$41.0 million for Q2 2026, up 50.6% on a QoQ basis from -$83.0 million in Q1 2026, and up 36.92% year-over-year from -$29.9 million in Q2 2025.
Caesars Entertainment (CZR) Consolidated Net Income (2013 - 2026) Analysis & Trends
Caesars Entertainment has reported Consolidated Net Income for 14 years, with the latest figure at -$41.0 million in Q2 2026.
- On a quarterly basis, Consolidated Net Income rose 36.92% year-over-year to -$41.0 million in Q2 2026; TTM through Jun 2026 was -$398.0 million, a 206.15% decrease from a year earlier, with the FY2025 full-year figure at -$437.0 million, down 107.11% from the prior year.
- Consolidated Net Income was -$41.0 million for Q2 2026 at Caesars Entertainment, up from -$83.0 million in the prior quarter.
- The five-year high for Consolidated Net Income was $928.0 million in Q2 2023, with the low at -$680.0 million in Q1 2022.
- Average Consolidated Net Income over 5 years is -$47.4 million, with a median of -$74.0 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: Consolidated Net Income jumped 866.94% in 2023, then slumped 1079.17% in 2025.
- Over 5 years, Consolidated Net Income stood at -$162.0 million in 2022, then jumped by 65.43% to -$56.0 million in 2023, then jumped by 142.86% to $24.0 million in 2024, then plunged by 1079.17% to -$235.0 million in 2025, then jumped by 82.55% to -$41.0 million in 2026.
- The last three Consolidated Net Income figures came in at -$41.0 million (Q2 2026), -$83.0 million (Q1 2026), and -$235.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 373.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -70.06 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -296.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 322.79 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 28.30 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 101.36 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 182.53 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 213.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -41.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 242.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -41.00 Mn |
| Mar 31, 2026 | -83.00 Mn |
| Dec 31, 2025 | -235.00 Mn |
| Sep 30, 2025 | -39.00 Mn |
| Jun 30, 2025 | -65.00 Mn |
| Mar 31, 2025 | -98.00 Mn |
| Dec 31, 2024 | 24.00 Mn |
| Sep 30, 2024 | 9.00 Mn |
| Jun 30, 2024 | -102.00 Mn |
| Mar 31, 2024 | -142.00 Mn |
| Dec 31, 2023 | -56.00 Mn |
| Sep 30, 2023 | 92.00 Mn |
| Jun 30, 2023 | 928.00 Mn |
| Mar 31, 2023 | -136.00 Mn |
| Dec 31, 2022 | -162.00 Mn |
| Sep 30, 2022 | 53.00 Mn |
| Jun 30, 2022 | -121.00 Mn |
| Mar 31, 2022 | -680.00 Mn |
| Dec 31, 2021 | -433.00 Mn |
| Sep 30, 2021 | -231.00 Mn |
Caesars Entertainment Consolidated Net Income API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=consolidated-net-income&ticker=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "ticker": "CZR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=consolidated-net-income&ticker=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();