Caesars Entertainment (CZR) Income towards Parent Company (2013 - 2026)
Caesars Entertainment (CZR) posted Income towards Parent Company 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) Income towards Parent Company (2013 - 2026) Analysis & Trends
Caesars Entertainment has reported Income towards Parent Company for 14 years, with the latest figure at -$41.0 million in Q2 2026.
- On a quarterly basis, Income towards Parent Company 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.
- Income towards Parent Company was -$41.0 million for Q2 2026 at Caesars Entertainment, up from -$83.0 million in the prior quarter.
- The five-year high for Income towards Parent Company was $928.0 million in Q2 2023, with the low at -$680.0 million in Q1 2022.
- Average Income towards Parent Company 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: Income towards Parent Company jumped 866.94% in 2023, then slumped 1079.17% in 2025.
- Over 5 years, Income towards Parent Company 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 Income towards Parent Company 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) |
|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.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 Income towards Parent Company 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=income-towards-parent-company&ticker=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();