Digital Realty Trust (DLR) Acquisitions (2017 - 2020)
Digital Realty Trust (DLR) posted Acquisitions of $912.9 million for Q4 2020, up 741.02% on a QoQ basis from $108.5 million in Q3 2020, and up 1105.9% year-over-year from $75.7 million in Q1 2020.
Digital Realty Trust (DLR) Acquisitions (2017 - 2020) Analysis & Trends
Digital Realty Trust has reported Acquisitions for 4 years, with the latest figure at $912.9 million in Q4 2020.
- On a quarterly basis, Acquisitions rose 1105.9% year-over-year to $912.9 million in Q4 2020; TTM through Dec 2020 was $1.1 billion, a 48.97% decrease from a year earlier, with the FY2020 full-year figure at $1.0 billion, up 1260.1% from the prior year.
- Acquisitions was $912.9 million for Q4 2020 at Digital Realty Trust, up from $108.5 million in the prior quarter.
- The five-year high for Acquisitions was $2.1 billion in Q4 2018, with the low at $20.6 million in Q3 2017.
- Average Acquisitions over 4 years is $490.5 million, with a median of $108.5 million recorded in 2020.
- The sharpest annual moves came in 2019 and 2020: Acquisitions sank 96.38% in 2019, then soared 1105.9% in 2020.
- Over 4 years, Acquisitions stood at $20.6 million in 2017, then jumped by 10023.69% to $2.1 billion in 2018, then tumbled by 96.38% to $75.7 million in 2019, then jumped by 1105.9% to $912.9 million in 2020.
- The last three Acquisitions figures came in at $912.9 million (Q4 2020), $108.5 million (Q3 2020), and $108.5 million (Q2 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (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, 2020 | 912.91 Mn |
| Sep 30, 2020 | 108.55 Mn |
| Jun 30, 2020 | 108.55 Mn |
| Mar 31, 2020 | 116.74 Mn |
| Dec 31, 2019 | 75.70 Mn |
| Dec 31, 2018 | 2.09 Bn |
| Sep 30, 2017 | 20.65 Mn |
Digital Realty Trust Acquisitions 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=acquisitions&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();