Simon Property (SPG) Other Non-Current Assets (2009 - 2025)
Simon Property's (SPG) quarterly Other Non-Current Assets came in at $2.0 billion in Q4 2025, up 44.64% year-over-year from $1.4 billion in Q4 2024, and up 37.35% quarter-over-quarter from $1.4 billion in Q3 2025.
Simon Property (SPG) Other Non-Current Assets (2009 - 2025) Analysis & Trends
Simon Property (SPG) has reported Other Non-Current Assets for 17 consecutive years, with $2.0 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Non-Current Assets rose 44.64% year-over-year to $2.0 billion in Q4 2025; TTM through Dec 2025 was $2.0 billion, a 44.64% increase from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 44.64% from the prior year.
- Other Non-Current Assets was $2.0 billion for Q4 2025 at Simon Property, up from $1.4 billion in the prior quarter.
- Over five years, Other Non-Current Assets peaked at $2.0 billion in Q4 2025 and troughed at $1.1 billion in Q1 2021.
- A 5-year average of $1.2 billion and a median of $1.2 billion in 2022 frame the typical range for Other Non-Current Assets.
- Across the five-year window, Other Non-Current Assets slipped 10.58% in 2021 and surged 44.64% in 2025, its largest moves.
- Over 5 years, Other Non-Current Assets stood at $1.1 billion in 2021, then increased by 3.41% to $1.2 billion in 2022, then retreated by 3.59% to $1.1 billion in 2023, then gained by 22.54% to $1.4 billion in 2024, then surged by 44.64% to $2.0 billion in 2025.
- The last three Other Non-Current Assets figures came in at $2.0 billion (Q4 2025), $1.4 billion (Q3 2025), and $1.3 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 6.91 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 6.05 Bn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 1.98 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 2.70 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 337.62 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 834.43 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 477.72 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 1.04 Bn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 371.48 Mn |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 670.18 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.98 Bn |
| Sep 30, 2025 | 1.44 Bn |
| Jun 30, 2025 | 1.34 Bn |
| Mar 31, 2025 | 1.31 Bn |
| Dec 31, 2024 | 1.37 Bn |
| Sep 30, 2024 | 1.24 Bn |
| Jun 30, 2024 | 1.13 Bn |
| Mar 31, 2024 | 1.12 Bn |
| Dec 31, 2023 | 1.12 Bn |
| Sep 30, 2023 | 1.23 Bn |
| Jun 30, 2023 | 1.17 Bn |
| Mar 31, 2023 | 1.14 Bn |
| Dec 31, 2022 | 1.16 Bn |
| Sep 30, 2022 | 1.17 Bn |
| Jun 30, 2022 | 1.19 Bn |
| Mar 31, 2022 | 1.13 Bn |
| Dec 31, 2021 | 1.12 Bn |
| Sep 30, 2021 | 1.11 Bn |
| Jun 30, 2021 | 1.10 Bn |
| Mar 31, 2021 | 1.10 Bn |
Simon Property Other Non-Current Assets 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-non-current-assets&ticker=SPG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=SPG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();