Extra Space Storage (EXR) Selling, General & Administrative (2009 - 2026)
Analysis
Extra Space Storage (EXR) Selling, General & Administrative (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 67.49 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 129.63 Mn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 17.87 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 57.61 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 44.37 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 46.99 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 47.32 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 15.43 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 16.64 Mn |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 29.33 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 47.32 Mn |
| Mar 31, 2026 | 46.51 Mn |
| Dec 31, 2025 | 51.94 Mn |
| Sep 30, 2025 | 43.48 Mn |
| Jun 30, 2025 | 44.95 Mn |
| Mar 31, 2025 | 45.97 Mn |
| Dec 31, 2024 | 44.03 Mn |
| Sep 30, 2024 | 39.75 Mn |
| Jun 30, 2024 | 39.90 Mn |
| Mar 31, 2024 | 43.72 Mn |
| Dec 31, 2023 | 39.40 Mn |
| Sep 30, 2023 | 37.41 Mn |
| Jun 30, 2023 | 34.84 Mn |
| Mar 31, 2023 | 34.76 Mn |
| Dec 31, 2022 | 35.96 Mn |
| Sep 30, 2022 | 32.28 Mn |
| Jun 30, 2022 | 31.25 Mn |
| Mar 31, 2022 | 29.76 Mn |
| Dec 31, 2021 | 27.92 Mn |
| Sep 30, 2021 | 24.40 Mn |
API Access
Extra Space Storage Selling, General & Administrative 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=selling-general-and-administrative&ticker=EXR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "ticker": "EXR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=selling-general-and-administrative&ticker=EXR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();