Digital Realty Trust (DLR) Change in Acquisitions & Divestments (2020)
Digital Realty Trust (DLR) posted Change in Acquisitions & Divestments of $70.0 million for Q2 2020.
Analysis
Digital Realty Trust (DLR) Change in Acquisitions & Divestments (2020) Analysis & Trends
Digital Realty Trust has reported Change in Acquisitions & Divestments for 1 years, with the latest figure at $70.0 million in Q2 2020.
- On a quarterly basis, Change in Acquisitions & Divestments changed N/A year-over-year to $70.0 million in Q2 2020; TTM through Dec 2020 was $70.0 million, a N/A change from a year earlier, with the FY2020 full-year figure at $70.0 million, changed N/A from the prior year.
- Change in Acquisitions & Divestments was $70.0 million for Q2 2020 at Digital Realty Trust.
- The five-year high for Change in Acquisitions & Divestments was $70.0 million in Q2 2020, with the low at $70.0 million in Q2 2020.
Peer Set
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 | - |
API Access
Digital Realty Trust Change in Acquisitions & Divestments 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=change-in-acquisitions-and-divestments&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-acquisitions-and-divestments", "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=change-in-acquisitions-and-divestments&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();