Caesars Entertainment (CZR) Retained Earnings (2013 - 2025)
Caesars Entertainment (CZR) posted Retained Earnings of -$3.3 billion for Q4 2025, down 17.92% on a QoQ basis from -$2.8 billion in Q4 2024, and down 17.92% year-over-year from -$4.0 billion in Q4 2024.
Caesars Entertainment (CZR) Retained Earnings (2013 - 2025) Analysis & Trends
Caesars Entertainment has reported Retained Earnings for 13 years, with the latest figure at -$3.3 billion in Q4 2025.
- On a quarterly basis, Retained Earnings fell 17.92% year-over-year to -$3.3 billion in Q4 2025; TTM through Dec 2025 was -$3.3 billion, a 17.92% decrease from a year earlier, with the FY2025 full-year figure at -$3.3 billion, down 17.92% from the prior year.
- Retained Earnings was -$3.3 billion for Q4 2025 at Caesars Entertainment, down from -$2.8 billion in the prior quarter.
- The five-year high for Retained Earnings was -$2.4 billion in Q4 2021, with the low at -$3.3 billion in Q4 2022.
- Average Retained Earnings over 5 years is -$2.9 billion, with a median of -$2.8 billion recorded in 2024.
- The sharpest annual moves came in 2021 and 2023: Retained Earnings sank 73.26% in 2021, then grew 23.75% in 2023.
- Over 5 years, Retained Earnings stood at -$2.4 billion in 2021, then sank by 37.3% to -$3.3 billion in 2022, then rose by 23.75% to -$2.5 billion in 2023, then decreased by 11.02% to -$2.8 billion in 2024, then dropped by 17.92% to -$3.3 billion in 2025.
- The last three Retained Earnings figures came in at -$3.3 billion (Q4 2025), -$2.8 billion (Q4 2024), and -$2.5 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 6.19 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 8.61 Bn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 7.84 Bn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 2.31 Bn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | -129.86 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 3.16 Bn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 3.85 Bn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 482.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | - |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 1.34 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.30 Bn |
| Dec 31, 2024 | -2.80 Bn |
| Dec 31, 2023 | -2.52 Bn |
| Dec 31, 2022 | -3.31 Bn |
| Dec 31, 2021 | -2.41 Bn |
| Dec 31, 2020 | -1.39 Bn |
| Jun 30, 2020 | 90.83 Mn |
| Mar 31, 2020 | 190.83 Mn |
| Dec 31, 2019 | 366.00 Mn |
| Sep 30, 2019 | 379.68 Mn |
| Jun 30, 2019 | 342.63 Mn |
| Mar 31, 2019 | 323.69 Mn |
| Dec 31, 2018 | 290.21 Mn |
| Sep 30, 2018 | 290.33 Mn |
| Jun 30, 2018 | 252.62 Mn |
| Mar 31, 2018 | 215.83 Mn |
| Dec 31, 2017 | 194.97 Mn |
| Sep 30, 2017 | 108.81 Mn |
| Jun 30, 2017 | 79.25 Mn |
| Mar 31, 2017 | 125.58 Mn |
Caesars Entertainment Retained Earnings 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=retained-earnings&ticker=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();