Digital Realty Trust (DLR) Short term Debt (2011 - 2015)
Digital Realty Trust (DLR) posted Short term Debt of $374.9 million for Q4 2015, up 649.85% on a QoQ basis from $50.0 million in Q4 2011.
Digital Realty Trust (DLR) Short term Debt (2011 - 2015) Analysis & Trends
Digital Realty Trust has reported Short term Debt for 2 years, with the latest figure at $374.9 million in Q4 2015.
- On a quarterly basis, Short term Debt changed N/A year-over-year to $374.9 million in Q4 2015; TTM through Dec 2015 was $374.9 million, a N/A change from a year earlier, with the FY2015 full-year figure at $374.9 million, changed N/A from the prior year.
- Short term Debt was $374.9 million for Q4 2015 at Digital Realty Trust, up from $50.0 million in the prior quarter.
- The five-year high for Short term Debt was $374.9 million in Q4 2015, with the low at $50.0 million in Q3 2011.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2015 | 374.93 Mn |
| Dec 31, 2011 | 50.00 Mn |
| Sep 30, 2011 | 50.00 Mn |
Digital Realty Trust Short term Debt 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=short-term-debt&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "ticker": "DLR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=short-term-debt&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();