Public Storage (PSA) Change in Cash (2009 - 2026)
Public Storage (PSA) posted Change in Cash of $125.3 million for Q2 2026, up 168.3% on a QoQ basis from -$183.5 million in Q1 2026, and down 84.67% year-over-year from $817.4 million in Q2 2025.
Public Storage (PSA) Change in Cash (2009 - 2026) Analysis & Trends
Public Storage has reported Change in Cash for 18 years, with the latest figure at $125.3 million in Q2 2026.
- On a quarterly basis, Change in Cash fell 84.67% year-over-year to $125.3 million in Q2 2026; TTM through Jun 2026 was -$844.7 million, a 259.03% decrease from a year earlier, with the FY2025 full-year figure at -$129.3 million, down 374.91% from the prior year.
- Change in Cash was $125.3 million for Q2 2026 at Public Storage, up from -$183.5 million in the prior quarter.
- The five-year high for Change in Cash was $817.4 million in Q2 2025, with the low at -$808.1 million in Q3 2025.
- Average Change in Cash over 5 years is -$27.9 million, with a median of -$61.5 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Change in Cash soared 721.01% in 2024, then slumped 3263.23% in 2025.
- Over 5 years, Change in Cash stood at -$106.5 million in 2022, then plunged by 144.06% to -$260.0 million in 2023, then jumped by 41.69% to -$151.6 million in 2024, then soared by 114.27% to $21.6 million in 2025, then jumped by 479.28% to $125.3 million in 2026.
- The last three Change in Cash figures came in at $125.3 million (Q2 2026), -$183.5 million (Q1 2026), and $21.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -2.72 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -729.43 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 91.32 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 125.33 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 23.37 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 556.51 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -192.14 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | -45.70 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 125.33 Mn |
| Mar 31, 2026 | -183.49 Mn |
| Dec 31, 2025 | 21.64 Mn |
| Sep 30, 2025 | -808.14 Mn |
| Jun 30, 2025 | 817.43 Mn |
| Mar 31, 2025 | -160.24 Mn |
| Dec 31, 2024 | -151.59 Mn |
| Sep 30, 2024 | 25.55 Mn |
| Jun 30, 2024 | 271.27 Mn |
| Mar 31, 2024 | -98.19 Mn |
| Dec 31, 2023 | -259.98 Mn |
| Sep 30, 2023 | -21.74 Mn |
| Jun 30, 2023 | -43.68 Mn |
| Mar 31, 2023 | -79.38 Mn |
| Dec 31, 2022 | -106.52 Mn |
| Sep 30, 2022 | -129.71 Mn |
| Jun 30, 2022 | 73.47 Mn |
| Mar 31, 2022 | 206.63 Mn |
| Dec 31, 2021 | -223.06 Mn |
| Sep 30, 2021 | 477.92 Mn |
Public Storage Change in Cash 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=change-in-cash&ticker=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();