Digital Realty Trust (DLR) Land & Improvements (2009 - 2020)
Digital Realty Trust (DLR) posted Land & Improvements of $1.2 billion for Q3 2020, up 14.96% on a QoQ basis from $1.0 billion in Q2 2020.
Digital Realty Trust (DLR) Land & Improvements (2009 - 2020) Analysis & Trends
Digital Realty Trust has reported Land & Improvements for 9 years, with the latest figure at $1.2 billion in Q3 2020.
- On a quarterly basis, Land & Improvements changed N/A year-over-year to $1.2 billion in Q3 2020; TTM through Sep 2020 was $1.2 billion, a N/A change from a year earlier, with the FY2019 full-year figure at $804.8 million, down 6.32% from the prior year.
- Land & Improvements was $1.2 billion for Q3 2020 at Digital Realty Trust, up from $1.0 billion in the prior quarter.
- The five-year high for Land & Improvements was $1.2 billion in Q3 2020, with the low at $804.8 million in Q4 2019.
- Average Land & Improvements over 3 years is $997.1 million, with a median of $1.0 billion recorded in 2020.
- The largest YoY upside for Land & Improvements was 6.32% in 2019 against a maximum downside of 6.32% in 2019.
- Over 3 years, Land & Improvements stood at $859.1 million in 2018, then slipped by 6.32% to $804.8 million in 2019, then soared by 44.55% to $1.2 billion in 2020.
- The last three Land & Improvements figures came in at $1.2 billion (Q3 2020), $1.0 billion (Q2 2020), and $1.1 billion (Q1 2020), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Land & Improvements (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 | 1.16 Bn |
| Jun 30, 2020 | 1.01 Bn |
| Mar 31, 2020 | 1.15 Bn |
| Dec 31, 2019 | 804.83 Mn |
| Dec 31, 2018 | 859.11 Mn |
| Jun 30, 2014 | 688.66 Mn |
| Mar 31, 2014 | 685.64 Mn |
| Dec 31, 2013 | 693.79 Mn |
| Sep 30, 2013 | 684.64 Mn |
| Jun 30, 2013 | 690.36 Mn |
| Mar 31, 2013 | 679.80 Mn |
| Dec 31, 2012 | 661.06 Mn |
| Sep 30, 2012 | 621.28 Mn |
| Jun 30, 2012 | 596.77 Mn |
| Mar 31, 2012 | 580.41 Mn |
| Dec 31, 2011 | 555.11 Mn |
| Sep 30, 2011 | 522.31 Mn |
| Jun 30, 2011 | 498.52 Mn |
| Mar 31, 2011 | 480.79 Mn |
| Dec 31, 2010 | 478.63 Mn |
Digital Realty Trust Land & Improvements 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=land-and-improvements&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "land-and-improvements", "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=land-and-improvements&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();