Caesars Entertainment (CZR) Profit After Tax (2013 - 2026)
Caesars Entertainment (CZR) posted Profit After Tax of -$62.0 million for Q2 2026, up 25.3% on a QoQ basis from -$83.0 million in Q1 2026, and up 24.39% year-over-year from -$49.8 million in Q2 2025.
Caesars Entertainment (CZR) Profit After Tax (2013 - 2026) Analysis & Trends
Caesars Entertainment has reported Profit After Tax for 14 years, with the latest figure at -$62.0 million in Q2 2026.
- On a quarterly basis, Profit After Tax rose 24.39% year-over-year to -$62.0 million in Q2 2026; TTM through Jun 2026 was -$450.0 million, a 152.81% decrease from a year earlier, with the FY2025 full-year figure at -$502.0 million, down 80.58% from the prior year.
- Profit After Tax was -$62.0 million for Q2 2026 at Caesars Entertainment, up from -$83.0 million in the prior quarter.
- The five-year high for Profit After Tax was $928.0 million in Q2 2023, with the low at -$680.0 million in Q1 2022.
- Average Profit After Tax over 5 years is -$52.8 million, with a median of -$82.5 million recorded in 2025.
- The sharpest annual moves came in 2023 and 2025: Profit After Tax jumped 866.94% in 2023, then sank 2372.73% in 2025.
- Over 5 years, Profit After Tax stood at -$159.0 million in 2022, then soared by 64.78% to -$56.0 million in 2023, then soared by 119.64% to $11.0 million in 2024, then tumbled by 2372.73% to -$250.0 million in 2025, then soared by 75.2% to -$62.0 million in 2026.
- The last three Profit After Tax figures came in at -$62.0 million (Q2 2026), -$83.0 million (Q1 2026), and -$250.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (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 | -67.61 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.57 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 123.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -62.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 242.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -62.00 Mn |
| Mar 31, 2026 | -83.00 Mn |
| Dec 31, 2025 | -250.00 Mn |
| Sep 30, 2025 | -55.00 Mn |
| Jun 30, 2025 | -82.00 Mn |
| Mar 31, 2025 | -98.00 Mn |
| Dec 31, 2024 | 11.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 | -159.00 Mn |
| Sep 30, 2022 | 53.00 Mn |
| Jun 30, 2022 | -121.00 Mn |
| Mar 31, 2022 | -680.00 Mn |
| Dec 31, 2021 | -434.00 Mn |
| Sep 30, 2021 | -233.00 Mn |
Caesars Entertainment Profit After Tax 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=profit-after-tax&ticker=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();