Simon Property (SPG) Cash from Investing Activities (2009 - 2025)
Simon Property's (SPG) quarterly Cash from Investing Activities came in at -$362.0 million in Q4 2025, down 4204.39% year-over-year from $8.8 million in Q4 2024, and down 140.9% quarter-over-quarter from -$150.3 million in Q3 2025.
Simon Property (SPG) Cash from Investing Activities (2009 - 2025) Analysis & Trends
Simon Property (SPG) has reported Cash from Investing Activities for 17 consecutive years, with -$362.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Cash from Investing Activities fell 4204.39% year-over-year to -$362.0 million in Q4 2025; TTM through Dec 2025 was -$1.6 billion, a 213.66% decrease from a year earlier, with the FY2025 full-year figure at -$1.6 billion, down 213.66% from the prior year.
- Cash from Investing Activities was -$362.0 million for Q4 2025 at Simon Property, down from -$150.3 million in the prior quarter.
- Over five years, Cash from Investing Activities peaked at $811.3 million in Q3 2024 and troughed at -$870.6 million in Q4 2023.
- A 5-year average of -$136.7 million and a median of -$151.7 million in 2023 frame the typical range for Cash from Investing Activities.
- Across the five-year window, Cash from Investing Activities jumped 551.63% in 2024 and tumbled 4204.39% in 2025, its largest moves.
- Over 5 years, Cash from Investing Activities stood at -$53.9 million in 2021, then sank by 386.96% to -$262.5 million in 2022, then slumped by 231.68% to -$870.6 million in 2023, then jumped by 101.01% to $8.8 million in 2024, then plunged by 4204.39% to -$362.0 million in 2025.
- The last three Cash from Investing Activities figures came in at -$362.0 million (Q4 2025), -$150.3 million (Q3 2025), and -$710.6 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -5.27 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -362.01 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | -2.45 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -346.96 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -1.95 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | -128.27 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -802.93 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 133.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -362.01 Mn |
| Sep 30, 2025 | -150.27 Mn |
| Jun 30, 2025 | -710.56 Mn |
| Mar 31, 2025 | -377.87 Mn |
| Dec 31, 2024 | 8.82 Mn |
| Sep 30, 2024 | 811.34 Mn |
| Jun 30, 2024 | -105.21 Mn |
| Mar 31, 2024 | 693.37 Mn |
| Dec 31, 2023 | -870.58 Mn |
| Sep 30, 2023 | -179.64 Mn |
| Jun 30, 2023 | -153.22 Mn |
| Mar 31, 2023 | -159.74 Mn |
| Dec 31, 2022 | -262.47 Mn |
| Sep 30, 2022 | -137.46 Mn |
| Jun 30, 2022 | -126.73 Mn |
| Mar 31, 2022 | -99.90 Mn |
| Dec 31, 2021 | -53.90 Mn |
| Sep 30, 2021 | -166.30 Mn |
| Jun 30, 2021 | -194.52 Mn |
| Mar 31, 2021 | -138.05 Mn |
Simon Property Cash from Investing Activities 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=cash-from-investing-activities&ticker=SPG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=SPG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();