Vici Properties (VICI) Net Cash Flow (2016 - 2026)
Vici Properties' (VICI) quarterly Net Cash Flow came in at -$191.9 million in Q2 2026, down 89.07% year-over-year from -$1.8 billion in Q2 2025, and down 130.9% quarter-over-quarter from -$83.1 million in Q1 2026.
Vici Properties (VICI) Net Cash Flow (2016 - 2026) Analysis & Trends
Vici Properties has disclosed Net Cash Flow across 11 years of filings, most recently posting -$191.9 million for Q2 2026.
- In Q2 2026, Net Cash Flow fell 89.07% year-over-year to -$191.9 million; the TTM figure through Jun 2026 stood at $55.6 million (up 148.48% YoY), while the FY2025 annual figure was $38.7 million, up 2325.06% from the prior year.
- Net Cash Flow came in at -$191.9 million for Q2 2026 at Vici Properties, down from -$83.1 million in the prior quarter.
- In the past five years, Net Cash Flow ranged from a high of $491.0 million in Q2 2023 to a low of -$309.4 million in Q4 2022.
- Average Net Cash Flow over 5 years is -$25.1 million, with a median of -$60.2 million recorded in 2024.
- Year-over-year, Net Cash Flow sank 2714.53% in 2022 and soared 3250.54% in 2025.
- Over 5 years, Net Cash Flow stood at -$309.4 million in 2022, then surged by 103.76% to $11.6 million in 2023, then jumped by 1353.25% to $169.0 million in 2024, then sank by 66.68% to $56.3 million in 2025, then plunged by 440.76% to -$191.9 million in 2026.
- Per Business Quant data, the three most recent Net Cash Flow figures were -$191.9 million in Q2 2026, -$83.1 million in Q1 2026, and $56.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -2.73 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 | - | 92.95 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 | -191.93 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 | -191.93 Mn |
| Mar 31, 2026 | -83.12 Mn |
| Dec 31, 2025 | 56.33 Mn |
| Sep 30, 2025 | 274.38 Mn |
| Jun 30, 2025 | -101.51 Mn |
| Mar 31, 2025 | -190.48 Mn |
| Dec 31, 2024 | 169.03 Mn |
| Sep 30, 2024 | 8.19 Mn |
| Jun 30, 2024 | -138.42 Mn |
| Mar 31, 2024 | -37.20 Mn |
| Dec 31, 2023 | 11.63 Mn |
| Sep 30, 2023 | -227.60 Mn |
| Jun 30, 2023 | 491.00 Mn |
| Mar 31, 2023 | 38.67 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 Net Cash Flow 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=net-cash-flow&ticker=VICI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=VICI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();