Simon Property (SPG) Other Non Operating Income (2010 - 2025)
Simon Property's (SPG) quarterly Other Non Operating Income came in at $1.5 million in Q2 2025, up 14.75% year-over-year from $1.3 million in Q2 2024, and little changed quarter-over-quarter from $1.5 million in Q1 2025.
Simon Property (SPG) Other Non Operating Income (2010 - 2025) Analysis & Trends
Simon Property (SPG) has reported Other Non Operating Income for 13 consecutive years, with $1.5 million the latest figure, recorded in Q2 2025.
- On a quarterly basis, Other Non Operating Income rose 14.75% year-over-year to $1.5 million in Q2 2025; TTM through Jun 2025 was $5.8 million, a 41.99% increase from a year earlier, with the FY2021 full-year figure at -$51.8 million, changed N/A from the prior year.
- Other Non Operating Income was $1.5 million for Q2 2025 at Simon Property, roughly flat from $1.5 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $6.1 million in Q1 2021 and troughed at -$28.6 million in Q3 2021.
- A 5-year average of -$2.9 million and a median of $599000.0 in 2023 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income surged 1179.79% in 2021 and tumbled 93.7% in 2022, its largest moves.
- Over 5 years, Other Non Operating Income stood at -$20.3 million in 2021, then surged by 101.98% to $401000.0 in 2022, then soared by 73.82% to $697000.0 in 2023, then surged by 81.92% to $1.3 million in 2024, then rose by 14.75% to $1.5 million in 2025.
- The last three Other Non Operating Income figures came in at $1.5 million (Q2 2025), $1.5 million (Q1 2025), and $1.3 million (Q2 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 | - |
| 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 |
| 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, 2025 | 1.46 Mn |
| Mar 31, 2025 | 1.46 Mn |
| Jun 30, 2024 | 1.27 Mn |
| Mar 31, 2024 | 1.61 Mn |
| Jun 30, 2023 | 697,000.00 |
| Mar 31, 2023 | 501,000.00 |
| Jun 30, 2022 | 401,000.00 |
| Mar 31, 2022 | 387,000.00 |
| Dec 31, 2021 | -20.29 Mn |
| Sep 30, 2021 | -28.59 Mn |
| Jun 30, 2021 | 475,000.00 |
| Mar 31, 2021 | 6.14 Mn |
| Jun 30, 2020 | 478,000.00 |
| Mar 31, 2020 | 480,000.00 |
| Dec 31, 2019 | -116.30 Mn |
| Jun 30, 2019 | -1.09 Mn |
| Mar 31, 2019 | -1.09 Mn |
| Jun 30, 2018 | -2.19 Mn |
| Mar 31, 2018 | -2.15 Mn |
| Jun 30, 2017 | -128.62 Mn |
Simon Property Other Non Operating Income 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-operating-income&ticker=SPG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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-operating-income&ticker=SPG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();