Vici Properties (VICI) Other Working Capital Changes (2018)
Vici Properties' (VICI) quarterly Other Working Capital Changes came in at -$7.2 million in Q1 2018.
Analysis
Vici Properties (VICI) Other Working Capital Changes (2018) Analysis & Trends
Vici Properties has disclosed Other Working Capital Changes across 9 years of filings, most recently posting -$3.2 million for Q2 2026.
- In Q2 2026, Other Working Capital Changes fell 654.18% year-over-year to -$3.2 million; the TTM figure through Jun 2026 stood at -$10.4 million (up 39.76% YoY), while the FY2025 annual figure was $441000.0, up 112.86% from the prior year.
- Other Working Capital Changes came in at -$7.2 million for Q1 2018 at Vici Properties.
- In the past five years, Other Working Capital Changes ranged from a high of $15.0 million in Q2 2024 to a low of -$14.1 million in Q3 2024.
- Average Other Working Capital Changes over 5 years is -$388000.0, with a median of -$643500.0 recorded in 2023.
- The largest YoY upside for Other Working Capital Changes was 1825.69% in 2024 against a maximum downside of 766.75% in 2024.
- Over 5 years, Other Working Capital Changes stood at $1.6 million in 2022, then plunged by 407.83% to -$5.0 million in 2023, then plunged by 87.13% to -$9.3 million in 2024, then rose by 12.62% to -$8.2 million in 2025, then surged by 61.27% to -$3.2 million in 2026.
- Per Business Quant data, the three most recent Other Working Capital Changes figures were -$3.2 million in Q2 2026, -$1.4 million in Q1 2026, and -$8.2 million in Q4 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn |
API Access
Vici Properties Other Working Capital Changes 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=other-working-capital-changes&ticker=VICI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=VICI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();