Public Storage (PSA) Non-cash Items (2009 - 2022)
Public Storage (PSA) posted Non-cash Items of $321.4 million for Q4 2022, up 117.36% on a QoQ basis from -$1.9 billion in Q3 2022, and up 200.91% year-over-year from $106.8 million in Q4 2021.
Public Storage (PSA) Non-cash Items (2009 - 2022) Analysis & Trends
Public Storage has reported Non-cash Items for 14 years, with the latest figure at $321.4 million in Q4 2022.
- On a quarterly basis, Non-cash Items rose 200.91% year-over-year to $321.4 million in Q4 2022; TTM through Dec 2022 was -$1.2 billion, a 313.92% decrease from a year earlier, with the FY2022 full-year figure at -$1.2 billion, down 313.92% from the prior year.
- Non-cash Items was $321.4 million for Q4 2022 at Public Storage, up from -$1.9 billion in the prior quarter.
- The five-year high for Non-cash Items was $321.4 million in Q4 2022, with the low at -$1.9 billion in Q3 2022.
- Average Non-cash Items over 5 years is $45.2 million, with a median of $140.3 million recorded in 2022.
- The sharpest annual moves came in 2019 and 2022: Non-cash Items surged 217.91% in 2019, then plunged 1060.94% in 2022.
- Over 5 years, Non-cash Items stood at -$95.7 million in 2018, then soared by 217.91% to $112.9 million in 2019, then soared by 41.84% to $160.1 million in 2020, then plunged by 33.29% to $106.8 million in 2021, then surged by 200.91% to $321.4 million in 2022.
- The last three Non-cash Items figures came in at $321.4 million (Q4 2022), -$1.9 billion (Q3 2022), and $140.6 million (Q2 2022), 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 |
|---|---|
| Dec 31, 2022 | 321.42 Mn |
| Sep 30, 2022 | -1.85 Bn |
| Jun 30, 2022 | 140.64 Mn |
| Mar 31, 2022 | 139.95 Mn |
| Dec 31, 2021 | 106.82 Mn |
| Sep 30, 2021 | 192.64 Mn |
| Jun 30, 2021 | 209.56 Mn |
| Mar 31, 2021 | 74.90 Mn |
| Dec 31, 2020 | 160.13 Mn |
| Sep 30, 2020 | 202.42 Mn |
| Jun 30, 2020 | 223.31 Mn |
| Mar 31, 2020 | 95.81 Mn |
| Dec 31, 2019 | 112.89 Mn |
| Sep 30, 2019 | 153.04 Mn |
| Jun 30, 2019 | 173.90 Mn |
| Mar 31, 2019 | 102.15 Mn |
| Dec 31, 2018 | -95.74 Mn |
| Sep 30, 2018 | 212.62 Mn |
| Jun 30, 2018 | 115.46 Mn |
| Mar 31, 2018 | 114.08 Mn |
Public Storage Non-cash Items 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=non-cash-items&ticker=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-cash-items", "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=non-cash-items&ticker=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();