Simon Property (SPG) Shares Outstanding (2009 - 2025)
Simon Property's (SPG) quarterly Shares Outstanding (Entity) came in at $326.4 million in Q4 2025, little changed year-over-year from $326.1 million in Q4 2024, and little changed quarter-over-quarter from $326.5 million in Q3 2025.
Simon Property (SPG) Shares Outstanding (2009 - 2025) Analysis & Trends
Simon Property (SPG) has reported Shares Outstanding (Entity) for 17 consecutive years, with $326.4 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Shares Outstanding (Entity) changed 0.08% year-over-year to $326.4 million in Q4 2025; TTM through Dec 2025 was $326.4 million, a 0.08% change from a year earlier, with the FY2025 full-year figure at $326.4 million, changed 0.08% from the prior year.
- Shares Outstanding (Entity) was $326.4 million for Q4 2025 at Simon Property, roughly flat from $326.5 million in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $328.6 million in Q3 2021 and troughed at $325.9 million in Q1 2024.
- A 5-year average of $327.2 million and a median of $327.1 million in 2023 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) gained 7.43% in 2021 and fell 0.5% in 2023, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $328.6 million in 2021, then retreated by 0.23% to $327.8 million in 2022, then dropped by 0.31% to $326.8 million in 2023, then decreased by 0.22% to $326.1 million in 2024, then increased by 0.08% to $326.4 million in 2025.
- The last three Shares Outstanding (Entity) figures came in at $326.4 million (Q4 2025), $326.5 million (Q3 2025), and $326.5 million (Q2 2025), per Business Quant data.
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 |
|---|---|
| Dec 31, 2025 | 326.37 Mn |
| Sep 30, 2025 | 326.49 Mn |
| Jun 30, 2025 | 326.49 Mn |
| Mar 31, 2025 | 326.31 Mn |
| Dec 31, 2024 | 326.10 Mn |
| Sep 30, 2024 | 326.16 Mn |
| Jun 30, 2024 | 326.04 Mn |
| Mar 31, 2024 | 325.91 Mn |
| Dec 31, 2023 | 326.81 Mn |
| Sep 30, 2023 | 327.16 Mn |
| Jun 30, 2023 | 327.19 Mn |
| Mar 31, 2023 | 326.95 Mn |
| Dec 31, 2022 | 327.82 Mn |
| Sep 30, 2022 | 327.29 Mn |
| Jun 30, 2022 | 328.44 Mn |
| Mar 31, 2022 | 328.61 Mn |
| Dec 31, 2021 | 328.59 Mn |
| Sep 30, 2021 | 328.62 Mn |
| Jun 30, 2021 | 328.59 Mn |
| Mar 31, 2021 | 328.51 Mn |
Simon Property 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=SPG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "ticker": "SPG", "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=SPG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();