Simon Property (SPG) Payables (2009 - 2025)
Simon Property's (SPG) quarterly Payables came in at $2.0 billion in Q4 2025, up 14.13% year-over-year from $1.7 billion in Q4 2024, and up 18.54% quarter-over-quarter from $1.7 billion in Q3 2025.
Simon Property (SPG) Payables (2009 - 2025) Analysis & Trends
Simon Property (SPG) has reported Payables for 17 consecutive years, with $2.0 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Payables rose 14.13% year-over-year to $2.0 billion in Q4 2025; TTM through Dec 2025 was $2.0 billion, a 14.13% increase from a year earlier, with the FY2025 full-year figure at $2.0 billion, up 14.13% from the prior year.
- Payables was $2.0 billion for Q4 2025 at Simon Property, up from $1.7 billion in the prior quarter.
- Over five years, Payables peaked at $2.0 billion in Q4 2025 and troughed at $1.2 billion in Q1 2022.
- A 5-year average of $1.6 billion and a median of $1.6 billion in 2023 frame the typical range for Payables.
- Across the five-year window, Payables soared 34.42% in 2021 and decreased 28.17% in 2022, its largest moves.
- Over 5 years, Payables stood at $1.4 billion in 2021, then rose by 4.11% to $1.5 billion in 2022, then rose by 13.49% to $1.7 billion in 2023, then gained by 1.17% to $1.7 billion in 2024, then rose by 14.13% to $2.0 billion in 2025.
- The last three Payables figures came in at $2.0 billion (Q4 2025), $1.7 billion (Q3 2025), and $1.6 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | - |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 2.53 Bn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 1.96 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 2.78 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 10.18 Bn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 1.35 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 445.14 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 500.76 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 1.89 Bn |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 325.12 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.96 Bn |
| Sep 30, 2025 | 1.65 Bn |
| Jun 30, 2025 | 1.63 Bn |
| Mar 31, 2025 | 1.49 Bn |
| Dec 31, 2024 | 1.71 Bn |
| Sep 30, 2024 | 1.62 Bn |
| Jun 30, 2024 | 1.63 Bn |
| Mar 31, 2024 | 1.53 Bn |
| Dec 31, 2023 | 1.70 Bn |
| Sep 30, 2023 | 1.63 Bn |
| Jun 30, 2023 | 1.55 Bn |
| Mar 31, 2023 | 1.35 Bn |
| Dec 31, 2022 | 1.49 Bn |
| Sep 30, 2022 | 1.42 Bn |
| Jun 30, 2022 | 1.34 Bn |
| Mar 31, 2022 | 1.21 Bn |
| Dec 31, 2021 | 1.43 Bn |
| Sep 30, 2021 | 1.33 Bn |
| Jun 30, 2021 | 1.76 Bn |
| Mar 31, 2021 | 1.69 Bn |
Simon Property Payables 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=payables&ticker=SPG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payables", "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=payables&ticker=SPG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();