Vici Properties (VICI) Change in Cash (2016 - 2026)
Vici Properties' (VICI) quarterly Change in Cash came in at -$192.1 million in Q2 2026, down 89.61% year-over-year from -$1.8 billion in Q2 2025, and down 130.74% quarter-over-quarter from -$83.3 million in Q1 2026.
Vici Properties (VICI) Change in Cash (2016 - 2026) Analysis & Trends
Vici Properties has disclosed Change in Cash across 11 years of filings, most recently posting -$192.1 million for Q2 2026.
- In Q2 2026, Change in Cash fell 89.61% year-over-year to -$192.1 million; the TTM figure through Jun 2026 stood at $55.1 million (up 148.24% YoY), while the FY2025 annual figure was $38.9 million, up 1804.16% from the prior year.
- Change in Cash came in at -$192.1 million for Q2 2026 at Vici Properties, down from -$83.3 million in the prior quarter.
- In the past five years, Change in Cash ranged from a high of $491.1 million in Q2 2023 to a low of -$309.4 million in Q4 2022.
- Average Change in Cash over 5 years is -$25.1 million, with a median of -$60.3 million recorded in 2024.
- Year-over-year, Change in Cash sank 2714.53% in 2022 and jumped 3126.99% in 2025.
- Over 5 years, Change in Cash stood at -$309.4 million in 2022, then surged by 103.78% to $11.7 million in 2023, then surged by 1345.24% to $168.9 million in 2024, then tumbled by 66.87% to $56.0 million in 2025, then slumped by 443.26% to -$192.1 million in 2026.
- Per Business Quant data, the three most recent Change in Cash figures were -$192.1 million in Q2 2026, -$83.3 million in Q1 2026, and $56.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -2.72 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -729.43 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 91.32 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 125.33 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 23.37 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 556.51 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -192.14 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | -45.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -192.14 Mn |
| Mar 31, 2026 | -83.27 Mn |
| Dec 31, 2025 | 55.98 Mn |
| Sep 30, 2025 | 274.52 Mn |
| Jun 30, 2025 | -101.33 Mn |
| Mar 31, 2025 | -190.30 Mn |
| Dec 31, 2024 | 168.95 Mn |
| Sep 30, 2024 | 8.51 Mn |
| Jun 30, 2024 | -138.16 Mn |
| Mar 31, 2024 | -37.26 Mn |
| Dec 31, 2023 | 11.69 Mn |
| Sep 30, 2023 | -227.91 Mn |
| Jun 30, 2023 | 491.12 Mn |
| Mar 31, 2023 | 38.74 Mn |
| Dec 31, 2022 | -309.45 Mn |
| Sep 30, 2022 | -95.62 Mn |
| Jun 30, 2022 | 45.30 Mn |
| Mar 31, 2022 | -170.91 Mn |
| Dec 31, 2021 | 70.10 Mn |
| Sep 30, 2021 | 261.99 Mn |
Vici Properties Change in Cash 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=change-in-cash&ticker=VICI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "VICI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-cash&ticker=VICI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();