Vici Properties (VICI) Cash from Financing Activities (2016 - 2026)
Vici Properties' (VICI) quarterly Cash from Financing Activities came in at -$117.2 million in Q2 2026, up 71.53% year-over-year from -$68.3 million in Q2 2025, and up 76.19% quarter-over-quarter from -$492.1 million in Q1 2026.
Vici Properties (VICI) Cash from Financing Activities (2016 - 2026) Analysis & Trends
Vici Properties has disclosed Cash from Financing Activities across 11 years of filings, most recently posting -$117.2 million for Q2 2026.
- In Q2 2026, Cash from Financing Activities rose 71.53% year-over-year to -$117.2 million; the TTM figure through Jun 2026 stood at -$1.4 billion (down 1.09% YoY), while the FY2025 annual figure was -$1.6 billion, down 7.51% from the prior year.
- Cash from Financing Activities came in at -$117.2 million for Q2 2026 at Vici Properties, up from -$492.1 million in the prior quarter.
- In the past five years, Cash from Financing Activities ranged from a high of $4.0 billion in Q2 2022 to a low of -$496.3 million in Q4 2025.
- Average Cash from Financing Activities over 5 years is $234.9 million, with a median of -$313.4 million recorded in 2023.
- Year-over-year, Cash from Financing Activities surged 2332.65% in 2022 and plunged 622.48% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$382.5 million in 2022, then soared by 201.8% to $389.3 million in 2023, then tumbled by 155.19% to -$214.9 million in 2024, then sank by 130.96% to -$496.3 million in 2025, then jumped by 76.39% to -$117.2 million in 2026.
- Per Business Quant data, the three most recent Cash from Financing Activities figures were -$117.2 million in Q2 2026, -$492.1 million in Q1 2026, and -$496.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 1.53 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -1.57 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 1.40 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -396.15 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 1.42 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 98.37 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -117.18 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | -562.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -117.18 Mn |
| Mar 31, 2026 | -492.08 Mn |
| Dec 31, 2025 | -496.31 Mn |
| Sep 30, 2025 | -261.80 Mn |
| Jun 30, 2025 | -411.65 Mn |
| Mar 31, 2025 | -396.76 Mn |
| Dec 31, 2024 | -214.89 Mn |
| Sep 30, 2024 | -329.29 Mn |
| Jun 30, 2024 | -441.16 Mn |
| Mar 31, 2024 | -471.78 Mn |
| Dec 31, 2023 | 389.35 Mn |
| Sep 30, 2023 | -45.58 Mn |
| Jun 30, 2023 | -297.47 Mn |
| Mar 31, 2023 | 985.49 Mn |
| Dec 31, 2022 | -382.45 Mn |
| Sep 30, 2022 | -353.22 Mn |
| Jun 30, 2022 | 4.01 Bn |
| Mar 31, 2022 | 3.56 Bn |
| Dec 31, 2021 | -236.92 Mn |
| Sep 30, 2021 | 83.79 Mn |
Vici Properties Cash from Financing 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-financing-activities&ticker=VICI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=VICI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();