Digital Realty Trust (DLR) Long-Term Investments (2009 - 2019)
Digital Realty Trust (DLR) posted Long-Term Investments of $702.0 million for Q1 2019, up 866566.67% on a QoQ basis from $81000.0 in Q1 2018, and up 866566.67% year-over-year from N/an in Q1 2018.
Digital Realty Trust (DLR) Long-Term Investments (2009 - 2019) Analysis & Trends
Digital Realty Trust has reported Long-Term Investments for 11 years, with the latest figure at $702.0 million in Q1 2019.
- On a quarterly basis, Long-Term Investments rose 866566.67% year-over-year to $702.0 million in Q1 2019; TTM through Mar 2019 was $702.0 million, a 866566.67% increase from a year earlier, with the FY2015 full-year figure at $10.8 million, down 47.66% from the prior year.
- Long-Term Investments was $702.0 million for Q1 2019 at Digital Realty Trust, up from $81000.0 in the prior quarter.
- The five-year high for Long-Term Investments was $702.0 million in Q1 2019, with the low at $11000.0 in Q1 2016.
- Average Long-Term Investments over 5 years is $103.5 million, with a median of $5.7 million recorded in 2017.
- The sharpest annual moves came in 2018 and 2019: Long-Term Investments slumped 98.59% in 2018, then soared 866566.67% in 2019.
- Over 5 years, Long-Term Investments stood at $10.8 million in 2015, then slumped by 99.9% to $11000.0 in 2016, then surged by 52163.64% to $5.7 million in 2017, then plunged by 98.59% to $81000.0 in 2018, then jumped by 866566.67% to $702.0 million in 2019.
- The last three Long-Term Investments figures came in at $702.0 million (Q1 2019), $81000.0 (Q1 2018), and $5.7 million (Q2 2017), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Long-Term Investments (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | - |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2019 | 702.00 Mn |
| Mar 31, 2018 | 81,000.00 |
| Jun 30, 2017 | 5.75 Mn |
| Mar 31, 2017 | 5.75 Mn |
| Jun 30, 2016 | 11,000.00 |
| Mar 31, 2016 | 11,000.00 |
| Dec 31, 2015 | 10.80 Mn |
| Dec 31, 2014 | 20.63 Mn |
| Jun 30, 2014 | 462.08 Mn |
| Mar 31, 2014 | 458.99 Mn |
| Dec 31, 2013 | 444.06 Mn |
| Jun 30, 2013 | 74.05 Mn |
| Mar 31, 2013 | 72.93 Mn |
| Dec 31, 2012 | 116.20 Mn |
| Sep 30, 2012 | 48.88 Mn |
| Jun 30, 2012 | 42.95 Mn |
| Mar 31, 2012 | 27.66 Mn |
| Dec 31, 2011 | 154.16 Mn |
| Sep 30, 2011 | 18.42 Mn |
| Jun 30, 2011 | 18.15 Mn |
Digital Realty Trust Long-Term Investments 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-investments&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-investments", "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=long-term-investments&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();