Public Storage (PSA) Cash from Investing Activities (2009 - 2026)
Public Storage (PSA) posted Cash from Investing Activities of -$347.0 million for Q2 2026, down 135.5% on a QoQ basis from -$147.3 million in Q1 2026, and down 2.56% year-over-year from -$356.1 million in Q2 2025.
Public Storage (PSA) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Public Storage has reported Cash from Investing Activities for 18 years, with the latest figure at -$347.0 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 2.56% year-over-year to -$347.0 million in Q2 2026; TTM through Jun 2026 was -$1.6 billion, a 24.39% decrease from a year earlier, with the FY2025 full-year figure at -$1.7 billion, down 68.07% from the prior year.
- Cash from Investing Activities was -$347.0 million for Q2 2026 at Public Storage, down from -$147.3 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $2.1 billion in Q3 2022, with the low at -$2.5 billion in Q3 2023.
- Average Cash from Investing Activities over 5 years is -$311.1 million, with a median of -$321.1 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Cash from Investing Activities jumped 555.75% in 2022, then sank 226.24% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$432.5 million in 2022, then fell by 13.35% to -$490.2 million in 2023, then rose by 16.03% to -$411.6 million in 2024, then gained by 11.5% to -$364.3 million in 2025, then climbed by 4.76% to -$347.0 million in 2026.
- The last three Cash from Investing Activities figures came in at -$347.0 million (Q2 2026), -$147.3 million (Q1 2026), and -$364.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -5.27 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -362.01 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | -2.45 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | -346.96 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -1.95 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | -128.27 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -802.93 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 133.36 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -346.96 Mn |
| Mar 31, 2026 | -147.33 Mn |
| Dec 31, 2025 | -364.31 Mn |
| Sep 30, 2025 | -695.98 Mn |
| Jun 30, 2025 | -338.28 Mn |
| Mar 31, 2025 | -286.52 Mn |
| Dec 31, 2024 | -411.64 Mn |
| Sep 30, 2024 | -213.34 Mn |
| Jun 30, 2024 | -191.08 Mn |
| Mar 31, 2024 | -186.58 Mn |
| Dec 31, 2023 | -490.22 Mn |
| Sep 30, 2023 | -2.50 Bn |
| Jun 30, 2023 | -334.96 Mn |
| Mar 31, 2023 | -212.31 Mn |
| Dec 31, 2022 | -432.49 Mn |
| Sep 30, 2022 | 2.15 Bn |
| Jun 30, 2022 | -307.29 Mn |
| Mar 31, 2022 | -288.53 Mn |
| Dec 31, 2021 | -2.37 Bn |
| Sep 30, 2021 | -471.38 Mn |
Public Storage Cash from Investing Activities 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=cash-from-investing-activities&ticker=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();