Vici Properties (VICI) Tax Rate (2018 - 2026)
Vici Properties' (VICI) quarterly Tax Rate came in at 0.09% in Q2 2026, down 72.0% year-over-year from 0.31% in Q2 2025, and down 119.3% quarter-over-quarter from 0.45% in Q1 2026.
Vici Properties (VICI) Tax Rate (2018 - 2026) Analysis & Trends
Vici Properties has disclosed Tax Rate across 9 years of filings, most recently posting 0.09% for Q2 2026.
- In Q2 2026, Tax Rate fell 72.0% year-over-year to 0.09%; the TTM figure through Jun 2026 stood at 0.1% (down 18.0% YoY), while the FY2025 annual figure was 0.09%, down 27.0% from the prior year.
- Tax Rate came in at 0.09% for Q2 2026 at Vici Properties, down from 0.45% in the prior quarter.
- In the past five years, Tax Rate ranged from a high of 0.63% in Q2 2025 to a low of 1.8% in Q2 2022.
- Average Tax Rate over 5 years is 0.02%, with a median of 0.19% recorded in 2023.
- Year-over-year, Tax Rate slumped 221 bps in 2022 and surged 207 bps in 2023.
- Over 5 years, Tax Rate stood at 0.17% in 2022, then tumbled by 878 bps to 1.3% in 2023, then surged by 130 bps to 0.39% in 2024, then tumbled by 291 bps to 0.75% in 2025, then jumped by 88 bps to 0.09% in 2026.
- Per Business Quant data, the three most recent Tax Rate figures were 0.09% in Q2 2026, 0.45% in Q1 2026, and 0.75% in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -19.34% |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 8.78% |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -1.10% |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 6.51% |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 0.54% |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -47.23% |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 4.45% |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -0.09% |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 0.34% |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.09% |
| Mar 31, 2026 | 0.45% |
| Dec 31, 2025 | -0.75% |
| Sep 30, 2025 | 0.50% |
| Jun 30, 2025 | 0.63% |
| Mar 31, 2025 | -0.45% |
| Dec 31, 2024 | 0.39% |
| Sep 30, 2024 | 0.33% |
| Jun 30, 2024 | 0.43% |
| Mar 31, 2024 | 0.26% |
| Dec 31, 2023 | -1.30% |
| Sep 30, 2023 | 0.11% |
| Jun 30, 2023 | 0.27% |
| Mar 31, 2023 | 0.21% |
| Dec 31, 2022 | 0.17% |
| Sep 30, 2022 | 0.12% |
| Jun 30, 2022 | -1.80% |
| Mar 31, 2022 | 0.16% |
| Dec 31, 2021 | 0.27% |
| Sep 30, 2021 | 0.24% |
Vici Properties Tax Rate 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=tax-rate&ticker=VICI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=VICI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();