Caesars Entertainment (CZR) Cash from Investing Activities (2013 - 2026)
Caesars Entertainment (CZR) posted Cash from Investing Activities of -$222.0 million for Q2 2026, down 17.46% on a QoQ basis from -$189.0 million in Q1 2026, and up 2.63% year-over-year from -$216.3 million in Q2 2025.
Caesars Entertainment (CZR) Cash from Investing Activities (2013 - 2026) Analysis & Trends
Caesars Entertainment has reported Cash from Investing Activities for 14 years, with the latest figure at -$222.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 2.63% year-over-year to -$222.0 million in Q2 2026; TTM through Jun 2026 was -$548.0 million, a 0.37% change from a year earlier, with the FY2025 full-year figure at -$571.0 million, up 18.89% from the prior year.
- Cash from Investing Activities was -$222.0 million for Q2 2026 at Caesars Entertainment, down from -$189.0 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $275.0 million in Q4 2024, with the low at -$387.0 million in Q3 2024.
- Average Cash from Investing Activities over 5 years is -$206.1 million, with a median of -$225.0 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Cash from Investing Activities tumbled 536.0% in 2022, then soared 173.33% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$218.0 million in 2022, then plunged by 72.02% to -$375.0 million in 2023, then jumped by 173.33% to $275.0 million in 2024, then plunged by 156.36% to -$155.0 million in 2025, then plunged by 43.23% to -$222.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$222.0 million (Q2 2026), -$189.0 million (Q1 2026), and -$155.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 946.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -45.23 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -170.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 263.69 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | -179,000.00 |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -61.03 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | -131.15 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -222.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -58.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -222.00 Mn |
| Mar 31, 2026 | -189.00 Mn |
| Dec 31, 2025 | -155.00 Mn |
| Sep 30, 2025 | 18.00 Mn |
| Jun 30, 2025 | -228.00 Mn |
| Mar 31, 2025 | -206.00 Mn |
| Dec 31, 2024 | 275.00 Mn |
| Sep 30, 2024 | -387.00 Mn |
| Jun 30, 2024 | -328.00 Mn |
| Mar 31, 2024 | -264.00 Mn |
| Dec 31, 2023 | -375.00 Mn |
| Sep 30, 2023 | -337.00 Mn |
| Jun 30, 2023 | -313.00 Mn |
| Mar 31, 2023 | -231.00 Mn |
| Dec 31, 2022 | -218.00 Mn |
| Sep 30, 2022 | -237.00 Mn |
| Jun 30, 2022 | -154.00 Mn |
| Mar 31, 2022 | -159.00 Mn |
| Dec 31, 2021 | -217.00 Mn |
| Sep 30, 2021 | 749.00 Mn |
Caesars Entertainment Cash from Investing Activities 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=cash-from-investing-activities&ticker=CZR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=CZR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();