Digital Realty Trust (DLR) Buildings (2009 - 2020)
Digital Realty Trust (DLR) posted Buildings of $20.3 billion for Q3 2020, up 5.83% on a QoQ basis from $19.2 billion in Q2 2020, and up 35.31% year-over-year from $15.0 billion in Q4 2019.
Digital Realty Trust (DLR) Buildings (2009 - 2020) Analysis & Trends
Digital Realty Trust has reported Buildings for 12 years, with the latest figure at $20.3 billion in Q3 2020.
- On a quarterly basis, Buildings rose 35.31% year-over-year to $20.3 billion in Q3 2020; TTM through Sep 2020 was $20.3 billion, a 35.31% increase from a year earlier, with the FY2019 full-year figure at $15.4 billion, down 1.03% from the prior year.
- Buildings was $20.3 billion for Q3 2020 at Digital Realty Trust, up from $19.2 billion in the prior quarter.
- The five-year high for Buildings was $20.3 billion in Q3 2020, with the low at $9.7 billion in Q2 2016.
- Average Buildings over 5 years is $14.4 billion, with a median of $15.4 billion recorded in 2019.
- The sharpest annual moves came in 2017 and 2019: Buildings surged 48.19% in 2017, then slipped 6.3% in 2019.
- Over 5 years, Buildings stood at $10.3 billion in 2016, then soared by 48.19% to $15.2 billion in 2017, then gained by 2.6% to $15.6 billion in 2018, then slipped by 1.03% to $15.4 billion in 2019, then jumped by 31.35% to $20.3 billion in 2020.
- The last three Buildings figures came in at $20.3 billion (Q3 2020), $19.2 billion (Q2 2020), and $18.7 billion (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 | 20.29 Bn |
| Jun 30, 2020 | 19.18 Bn |
| Mar 31, 2020 | 18.69 Bn |
| Dec 31, 2019 | 15.45 Bn |
| Sep 30, 2019 | 15.00 Bn |
| Jun 30, 2019 | 15.86 Bn |
| Mar 31, 2019 | 15.51 Bn |
| Dec 31, 2018 | 15.61 Bn |
| Sep 30, 2018 | 16.01 Bn |
| Jun 30, 2018 | 15.78 Bn |
| Mar 31, 2018 | 15.65 Bn |
| Dec 31, 2017 | 15.22 Bn |
| Sep 30, 2017 | 14.76 Bn |
| Jun 30, 2017 | 10.84 Bn |
| Mar 31, 2017 | 10.56 Bn |
| Dec 31, 2016 | 10.27 Bn |
| Sep 30, 2016 | 10.22 Bn |
| Jun 30, 2016 | 9.75 Bn |
| Mar 31, 2016 | 9.86 Bn |
| Dec 31, 2015 | 9.68 Bn |
Digital Realty Trust Buildings 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=buildings&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();