Vici Properties (VICI) Shares Outstanding (2017 - 2026)
Vici Properties' (VICI) quarterly Shares Outstanding (Entity) came in at $1.1 billion in Q2 2026, up 4.2% year-over-year from $1.1 billion in Q2 2025, and up 3.0% quarter-over-quarter from $1.1 billion in Q1 2026.
Vici Properties (VICI) Shares Outstanding (2017 - 2026) Analysis & Trends
Vici Properties has disclosed Shares Outstanding (Entity) across 10 years of filings, most recently posting $1.1 billion for Q2 2026.
- In Q2 2026, Shares Outstanding (Entity) rose 4.2% year-over-year to $1.1 billion; the TTM figure through Jun 2026 stood at $1.1 billion (up 4.2% YoY), while the FY2025 annual figure was $1.1 billion, up 1.18% from the prior year.
- Shares Outstanding (Entity) came in at $1.1 billion for Q2 2026 at Vici Properties, up from $1.1 billion in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $1.1 billion in Q2 2026 to a low of $748.4 million in Q1 2022.
- Average Shares Outstanding (Entity) over 5 years is $1.0 billion, with a median of $1.0 billion recorded in 2024.
- Year-over-year, Shares Outstanding (Entity) surged 79.33% in 2022 and grew 1.17% in 2026.
- Over 5 years, Shares Outstanding (Entity) stood at $963.1 million in 2022, then grew by 8.27% to $1.0 billion in 2023, then rose by 1.31% to $1.1 billion in 2024, then climbed by 1.18% to $1.1 billion in 2025, then increased by 3.02% to $1.1 billion in 2026.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $1.1 billion in Q2 2026, $1.1 billion in Q1 2026, and $1.1 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 709.73 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 933.09 Mn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 326.37 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 932.31 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 175.56 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 489.29 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 210.96 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 1.09 Bn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 374.18 Mn |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 592.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.09 Bn |
| Mar 31, 2026 | 1.07 Bn |
| Dec 31, 2025 | 1.06 Bn |
| Sep 30, 2025 | 1.07 Bn |
| Jun 30, 2025 | 1.06 Bn |
| Mar 31, 2025 | 1.06 Bn |
| Dec 31, 2024 | 1.05 Bn |
| Sep 30, 2024 | 1.05 Bn |
| Jun 30, 2024 | 1.04 Bn |
| Mar 31, 2024 | 1.04 Bn |
| Dec 31, 2023 | 1.01 Bn |
| Sep 30, 2023 | 1.01 Bn |
| Jun 30, 2023 | 1.01 Bn |
| Mar 31, 2023 | 1.00 Bn |
| Dec 31, 2022 | 877.51 Mn |
| Sep 30, 2022 | 962.57 Mn |
| Jun 30, 2022 | 896.55 Mn |
| Mar 31, 2022 | 684.34 Mn |
| Dec 31, 2021 | 564.47 Mn |
| Sep 30, 2021 | 555.15 Mn |
Vici Properties Shares Outstanding 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=shares-outstanding&ticker=VICI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=VICI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();