Public Storage (PSA) Other Working Capital Changes (2009 - 2023)
Public Storage (PSA) posted Other Working Capital Changes of $2.6 million for Q2 2026, up 1122.33% on a QoQ basis from $215000.0 in Q1 2026, and up 138.04% year-over-year from $1.1 million in Q2 2025.
Public Storage (PSA) Other Working Capital Changes (2009 - 2023) Analysis & Trends
Public Storage has reported Other Working Capital Changes for 6 years, with the latest figure at $2.6 million in Q2 2026.
- On a quarterly basis, Other Working Capital Changes rose 138.04% year-over-year to $2.6 million in Q2 2026; TTM through Jun 2026 was $6.4 million, a 370.05% increase from a year earlier, with the FY2025 full-year figure at $4.9 million, up 191.44% from the prior year.
- Other Working Capital Changes was $2.6 million for Q2 2026 at Public Storage, up from $215000.0 in the prior quarter.
- The five-year high for Other Working Capital Changes was $49.8 million in Q4 2022, with the low at -$64.9 million in Q3 2022.
- Average Other Working Capital Changes over 5 years is -$2.4 million, with a median of -$2.0 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Other Working Capital Changes tumbled 231.44% in 2024, then soared 204.0% in 2025.
- Over 5 years, Other Working Capital Changes stood at $9.0 million in 2022, then plunged by 74.1% to $2.3 million in 2023, then slumped by 59.25% to $949000.0 in 2024, then jumped by 204.0% to $2.9 million in 2025, then slipped by 8.91% to $2.6 million in 2026.
- The last three Other Working Capital Changes figures came in at $2.6 million (Q2 2026), $215000.0 (Q1 2026), and $2.9 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 |
|---|---|
| Mar 31, 2023 | -2.89 Mn |
| Mar 31, 2023 | -2.89 Mn |
| Dec 31, 2022 | 49.82 Mn |
| Dec 31, 2022 | 49.82 Mn |
| Sep 30, 2022 | -64.91 Mn |
| Sep 30, 2022 | -64.91 Mn |
| Jun 30, 2022 | 10.98 Mn |
| Jun 30, 2022 | 10.98 Mn |
| Mar 31, 2022 | -2.04 Mn |
| Mar 31, 2022 | -2.04 Mn |
| Dec 31, 2021 | 12.96 Mn |
| Dec 31, 2021 | 12.96 Mn |
| Sep 30, 2021 | -47.65 Mn |
| Sep 30, 2021 | -47.65 Mn |
| Jun 30, 2021 | -10.66 Mn |
| Jun 30, 2021 | -10.66 Mn |
| Mar 31, 2021 | 27.60 Mn |
| Mar 31, 2021 | 27.60 Mn |
| Dec 31, 2020 | 40.40 Mn |
| Dec 31, 2020 | 40.40 Mn |
Public Storage Other Working Capital Changes 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-working-capital-changes&ticker=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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-working-capital-changes&ticker=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();