Vici Properties (VICI) Deferred Taxes (2018 - 2026)
Vici Properties' (VICI) quarterly Deferred Taxes came in at -$5.5 million in Q2 2026, down 426.75% year-over-year from $1.7 million in Q2 2025, and down 359.26% quarter-over-quarter from $2.1 million in Q1 2026.
Vici Properties (VICI) Deferred Taxes (2018 - 2026) Analysis & Trends
Vici Properties has disclosed Deferred Taxes across 7 years of filings, most recently posting -$5.5 million for Q2 2026.
- In Q2 2026, Deferred Taxes fell 426.75% year-over-year to -$5.5 million; the TTM figure through Jun 2026 stood at -$2.8 million (down 31122.22% YoY), while the FY2025 annual figure was -$1.7 million, down 132.05% from the prior year.
- Deferred Taxes came in at -$5.5 million for Q2 2026 at Vici Properties, down from $2.1 million in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $5.2 million in Q3 2025 to a low of -$5.5 million in Q2 2026.
- Average Deferred Taxes over 5 years is -$568111.1, with a median of -$122000.0 recorded in 2022.
- Year-over-year, Deferred Taxes slumped 15151.72% in 2023 and jumped 459.27% in 2024.
- Over 5 years, Deferred Taxes stood at $29000.0 in 2022, then tumbled by 15151.72% to -$4.4 million in 2023, then jumped by 127.61% to $1.2 million in 2024, then sank by 481.0% to -$4.6 million in 2025, then fell by 18.93% to -$5.5 million in 2026.
- Per Business Quant data, the three most recent Deferred Taxes figures were -$5.5 million in Q2 2026, $2.1 million in Q1 2026, and -$4.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (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 | - | 281,000.00 |
| 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 | -5.46 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -5.46 Mn |
| Mar 31, 2026 | 2.11 Mn |
| Dec 31, 2025 | -4.59 Mn |
| Sep 30, 2025 | 5.15 Mn |
| Jun 30, 2025 | 1.67 Mn |
| Mar 31, 2025 | -3.98 Mn |
| Dec 31, 2024 | 1.21 Mn |
| Sep 30, 2024 | 1.11 Mn |
| Jun 30, 2024 | 4.65 Mn |
| Mar 31, 2024 | -1.52 Mn |
| Dec 31, 2023 | -4.37 Mn |
| Sep 30, 2023 | -3.25 Mn |
| Jun 30, 2023 | -1.29 Mn |
| Mar 31, 2023 | -1.52 Mn |
| Dec 31, 2022 | 29,000.00 |
| Sep 30, 2022 | -24,000.00 |
| Jun 30, 2022 | -220,000.00 |
| Mar 31, 2022 | 73,000.00 |
| Dec 31, 2021 | -1.85 Mn |
| Sep 30, 2021 | -3.87 Mn |
Vici Properties Deferred Taxes 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=deferred-taxes&ticker=VICI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "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=deferred-taxes&ticker=VICI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();