Public Storage (PSA) Long-Term Debt Repayments (2013 - 2014)
Public Storage (PSA) posted Long-Term Debt Repayments of $50.1 million for Q1 2014, up 200.0% on a QoQ basis from -$50.1 million in Q4 2013, and down 62.33% year-over-year from $133.0 million in Q1 2013.
Public Storage (PSA) Long-Term Debt Repayments (2013 - 2014) Analysis & Trends
Public Storage has reported Long-Term Debt Repayments for 2 years, with the latest figure at $50.1 million in Q1 2014.
- On a quarterly basis, Long-Term Debt Repayments fell 62.33% year-over-year to $50.1 million in Q1 2014; TTM through Dec 2013 was $82.9 million, a N/A change from a year earlier, with the FY2013 full-year figure at $82.9 million, up 162.33% from the prior year.
- Long-Term Debt Repayments was $50.1 million for Q1 2014 at Public Storage, up from -$50.1 million in the prior quarter.
- The five-year high for Long-Term Debt Repayments was $133.0 million in Q1 2013, with the low at -$50.1 million in Q4 2013.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | LT Debt Repayment (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 | 1.09 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, 2014 | 50.10 Mn |
| Dec 31, 2013 | -50.10 Mn |
| Mar 31, 2013 | 133.00 Mn |
Public Storage Long-Term Debt Repayments 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=long-term-debt-repayments&ticker=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-debt-repayments", "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=long-term-debt-repayments&ticker=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();