Extra Space Storage (EXR) Retained Earnings (2009 - 2026)
Extra Space Storage's (EXR) quarterly Retained Earnings came in at -$1.6 billion in Q2 2026, down 51.65% year-over-year from -$3.4 billion in Q2 2025, and down 5.06% quarter-over-quarter from -$1.6 billion in Q1 2026.
Extra Space Storage (EXR) Retained Earnings (2009 - 2026) Analysis & Trends
Extra Space Storage (EXR) has reported Retained Earnings for 18 consecutive years, with -$1.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings fell 51.65% year-over-year to -$1.6 billion in Q2 2026; TTM through Jun 2026 was -$1.6 billion, a 51.65% decrease from a year earlier, with the FY2025 full-year figure at -$1.4 billion, down 61.14% from the prior year.
- Retained Earnings was -$1.6 billion for Q2 2026 at Extra Space Storage, down from -$1.6 billion in the prior quarter.
- Over five years, Retained Earnings peaked at -$127.2 million in Q1 2022 and troughed at -$1.6 billion in Q2 2026.
- A 5-year average of -$686.5 million and a median of -$588.9 million in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings jumped 55.28% in 2022 and plunged 279.48% in 2024, its largest moves.
- Over 5 years, Retained Earnings stood at -$135.9 million in 2022, then plunged by 178.95% to -$379.0 million in 2023, then plunged by 137.28% to -$899.3 million in 2024, then plunged by 61.14% to -$1.4 billion in 2025, then fell by 12.54% to -$1.6 billion in 2026.
- The last three Retained Earnings figures came in at -$1.6 billion (Q2 2026), -$1.6 billion (Q1 2026), and -$1.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 55.18 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 54.91 Bn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 12.35 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 11.39 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 6.21 Bn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -7.93 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | -1.63 Bn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 115.41 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 9.84 Bn |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 10.60 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.63 Bn |
| Mar 31, 2026 | -1.55 Bn |
| Dec 31, 2025 | -1.45 Bn |
| Sep 30, 2025 | -1.25 Bn |
| Jun 30, 2025 | -1.08 Bn |
| Mar 31, 2025 | -972.67 Mn |
| Dec 31, 2024 | -899.34 Mn |
| Sep 30, 2024 | -817.87 Mn |
| Jun 30, 2024 | -667.67 Mn |
| Mar 31, 2024 | -510.15 Mn |
| Dec 31, 2023 | -379.02 Mn |
| Sep 30, 2023 | -252.88 Mn |
| Jun 30, 2023 | -175.94 Mn |
| Mar 31, 2023 | -159.56 Mn |
| Dec 31, 2022 | -135.87 Mn |
| Sep 30, 2022 | -139.25 Mn |
| Jun 30, 2022 | -159.09 Mn |
| Mar 31, 2022 | -127.19 Mn |
| Dec 31, 2021 | -128.25 Mn |
| Sep 30, 2021 | -229.27 Mn |
Extra Space Storage Retained Earnings 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=retained-earnings&ticker=EXR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=EXR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();