Vici Properties (VICI) Cash from Investing Activities (2016 - 2026)
Vici Properties' (VICI) quarterly Cash from Investing Activities came in at -$802.9 million in Q2 2026, down 143.49% year-over-year from $1.8 billion in Q2 2025, and down 260.22% quarter-over-quarter from -$222.9 million in Q1 2026.
Vici Properties (VICI) Cash from Investing Activities (2016 - 2026) Analysis & Trends
Vici Properties has disclosed Cash from Investing Activities across 11 years of filings, most recently posting -$802.9 million for Q2 2026.
- In Q2 2026, Cash from Investing Activities fell 143.49% year-over-year to -$802.9 million; the TTM figure through Jun 2026 stood at -$1.2 billion (changed 0.15% YoY), while the FY2025 annual figure was -$904.8 million, up 1.95% from the prior year.
- Cash from Investing Activities came in at -$802.9 million for Q2 2026 at Vici Properties, down from -$222.9 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $258.1 million in Q2 2023 to a low of -$4.6 billion in Q2 2022.
- Average Cash from Investing Activities over 5 years is -$836.5 million, with a median of -$320.8 million recorded in 2024.
- Year-over-year, Cash from Investing Activities plunged 47687.78% in 2022 and surged 105.59% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$414.9 million in 2022, then sank by 129.98% to -$954.2 million in 2023, then jumped by 72.73% to -$260.2 million in 2024, then soared by 46.46% to -$139.3 million in 2025, then plunged by 476.38% to -$802.9 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$802.9 million in Q2 2026, -$222.9 million in Q1 2026, and -$139.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -5.27 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -362.01 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | -2.45 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -346.96 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -1.95 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | -128.27 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -802.93 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 133.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -802.93 Mn |
| Mar 31, 2026 | -222.90 Mn |
| Dec 31, 2025 | -139.31 Mn |
| Sep 30, 2025 | -50.12 Mn |
| Jun 30, 2025 | -329.76 Mn |
| Mar 31, 2025 | -385.58 Mn |
| Dec 31, 2024 | -260.18 Mn |
| Sep 30, 2024 | -241.57 Mn |
| Jun 30, 2024 | -311.87 Mn |
| Mar 31, 2024 | -109.16 Mn |
| Dec 31, 2023 | -954.21 Mn |
| Sep 30, 2023 | -734.12 Mn |
| Jun 30, 2023 | 258.09 Mn |
| Mar 31, 2023 | -1.47 Bn |
| Dec 31, 2022 | -414.92 Mn |
| Sep 30, 2022 | -246.74 Mn |
| Jun 30, 2022 | -4.61 Bn |
| Mar 31, 2022 | -4.03 Bn |
| Dec 31, 2021 | 21.59 Mn |
| Sep 30, 2021 | -22.25 Mn |
Vici Properties 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=VICI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=VICI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();