Caesars Entertainment (CZR) Non Operating Income (2019 - 2026)
Caesars Entertainment (CZR) posted Non Operating Income of -$566.0 million for Q2 2026, up 0.88% on a QoQ basis from -$571.0 million in Q1 2026, and up 2.08% year-over-year from -$554.5 million in Q2 2025.
Caesars Entertainment (CZR) Non Operating Income (2019 - 2026) Analysis & Trends
Caesars Entertainment has reported Non Operating Income for 8 years, with the latest figure at -$566.0 million in Q2 2026.
- On a quarterly basis, Non Operating Income rose 2.08% year-over-year to -$566.0 million in Q2 2026; TTM through Jun 2026 was -$2.3 billion, a 3.42% increase from a year earlier, with the FY2025 full-year figure at -$2.3 billion, up 5.02% from the prior year.
- Non Operating Income was -$566.0 million for Q2 2026 at Caesars Entertainment, up from -$571.0 million in the prior quarter.
- The five-year high for Non Operating Income was -$514.0 million in Q2 2022, with the low at -$788.0 million in Q1 2023.
- Average Non Operating Income over 5 years is -$594.8 million, with a median of -$580.5 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Non Operating Income rose 29.56% in 2022, then plunged 43.8% in 2023.
- Over 5 years, Non Operating Income stood at -$644.0 million in 2022, then climbed by 10.56% to -$576.0 million in 2023, then decreased by 8.68% to -$626.0 million in 2024, then rose by 7.99% to -$576.0 million in 2025, then climbed by 1.74% to -$566.0 million in 2026.
- The last three Non Operating Income figures came in at -$566.0 million (Q2 2026), -$571.0 million (Q1 2026), and -$576.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -90.12 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 1.52 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -15.17 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | -98.86 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -566.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -29.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -566.00 Mn |
| Mar 31, 2026 | -571.00 Mn |
| Dec 31, 2025 | -576.00 Mn |
| Sep 30, 2025 | -577.00 Mn |
| Jun 30, 2025 | -578.00 Mn |
| Mar 31, 2025 | -575.00 Mn |
| Dec 31, 2024 | -626.00 Mn |
| Sep 30, 2024 | -592.00 Mn |
| Jun 30, 2024 | -598.00 Mn |
| Mar 31, 2024 | -612.00 Mn |
| Dec 31, 2023 | -576.00 Mn |
| Sep 30, 2023 | -585.00 Mn |
| Jun 30, 2023 | -583.00 Mn |
| Mar 31, 2023 | -788.00 Mn |
| Dec 31, 2022 | -644.00 Mn |
| Sep 30, 2022 | -598.00 Mn |
| Jun 30, 2022 | -514.00 Mn |
| Mar 31, 2022 | -548.00 Mn |
| Dec 31, 2021 | -679.00 Mn |
| Sep 30, 2021 | -849.00 Mn |
Caesars Entertainment Non Operating 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=non-operating-income&ticker=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-income&ticker=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();