Public Storage (PSA) Other Non Operating Income (2009 - 2026)
Public Storage (PSA) posted Other Non Operating Income of $17.2 million for Q2 2026, down 58.76% on a QoQ basis from $41.7 million in Q1 2026, and up 111.77% year-over-year from $8.1 million in Q2 2025.
Public Storage (PSA) Other Non Operating Income (2009 - 2026) Analysis & Trends
Public Storage has reported Other Non Operating Income for 14 years, with the latest figure at $17.2 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 111.77% year-over-year to $17.2 million in Q2 2026; TTM through Jun 2026 was $58.0 million, a 135.72% increase from a year earlier, with the FY2025 full-year figure at -$215.6 million, down 310.85% from the prior year.
- Other Non Operating Income was $17.2 million for Q2 2026 at Public Storage, down from $41.7 million in the prior quarter.
- The five-year high for Other Non Operating Income was $122.8 million in Q4 2024, with the low at -$146.1 million in Q2 2025.
- Average Other Non Operating Income over 5 years is -$409000.0, with a median of $6.7 million recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Other Non Operating Income surged 1235.86% in 2024, then sank 1273.35% in 2025.
- Over 5 years, Other Non Operating Income stood at -$139.0 million in 2022, then jumped by 48.82% to -$71.1 million in 2023, then jumped by 272.7% to $122.8 million in 2024, then slumped by 101.4% to -$1.7 million in 2025, then surged by 1100.99% to $17.2 million in 2026.
- The last three Other Non Operating Income figures came in at $17.2 million (Q2 2026), $41.7 million (Q1 2026), and -$1.7 million (Q4 2025), 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, 2026 | 17.19 Mn |
| Mar 31, 2026 | 41.67 Mn |
| Dec 31, 2025 | -1.72 Mn |
| Sep 30, 2025 | 899,000.00 |
| Jun 30, 2025 | -146.07 Mn |
| Mar 31, 2025 | -68.70 Mn |
| Dec 31, 2024 | 122.82 Mn |
| Sep 30, 2024 | -70.57 Mn |
| Jun 30, 2024 | 12.45 Mn |
| Mar 31, 2024 | 37.54 Mn |
| Dec 31, 2023 | -71.12 Mn |
| Sep 30, 2023 | 47.88 Mn |
| Jun 30, 2023 | -1.10 Mn |
| Mar 31, 2023 | -26.86 Mn |
| Dec 31, 2022 | -138.96 Mn |
| Sep 30, 2022 | 100.17 Mn |
| Jun 30, 2022 | 101.72 Mn |
| Mar 31, 2022 | 35.38 Mn |
| Dec 31, 2021 | 38.20 Mn |
| Sep 30, 2021 | 40.91 Mn |
Public Storage 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=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "ticker": "PSA", "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=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();