Digital Realty Trust (DLR) Short-term Investments (2018 - 2020)
Digital Realty Trust (DLR) posted Short-term Investments of $198.5 million for Q3 2020, up 13.31% on a QoQ basis from $175.2 million in Q2 2020, and up 32.12% year-over-year from $150.3 million in Q4 2019.
Digital Realty Trust (DLR) Short-term Investments (2018 - 2020) Analysis & Trends
Digital Realty Trust has reported Short-term Investments for 3 years, with the latest figure at $198.5 million in Q3 2020.
- On a quarterly basis, Short-term Investments rose 32.12% year-over-year to $198.5 million in Q3 2020; TTM through Sep 2020 was $198.5 million, a 32.12% increase from a year earlier, with the FY2019 full-year figure at $147.6 million, down 9.42% from the prior year.
- Short-term Investments was $198.5 million for Q3 2020 at Digital Realty Trust, up from $175.2 million in the prior quarter.
- The five-year high for Short-term Investments was $198.5 million in Q3 2020, with the low at $137.4 million in Q1 2020.
- Average Short-term Investments over 3 years is $160.9 million, with a median of $157.7 million recorded in 2018.
- The largest YoY upside for Short-term Investments was 32.12% in 2020 against a maximum downside of 15.72% in 2020.
- Over 3 years, Short-term Investments stood at $162.9 million in 2018, then dropped by 9.42% to $147.6 million in 2019, then jumped by 34.51% to $198.5 million in 2020.
- The last three Short-term Investments figures came in at $198.5 million (Q3 2020), $175.2 million (Q2 2020), and $137.4 million (Q1 2020), per Business Quant data.
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 |
|---|---|
| Sep 30, 2020 | 198.54 Mn |
| Jun 30, 2020 | 175.21 Mn |
| Mar 31, 2020 | 137.45 Mn |
| Dec 31, 2019 | 147.60 Mn |
| Sep 30, 2019 | 150.27 Mn |
| Jun 30, 2019 | 152.37 Mn |
| Mar 31, 2019 | 163.08 Mn |
| Dec 31, 2018 | 162.94 Mn |
Digital Realty Trust Short-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=short-term-investments&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-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=short-term-investments&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();