Digital Realty Trust (DLR) Share-based Compensation Growth (5y) (2014 - 2020)
Analysis
Digital Realty Trust (DLR) Share-based Compensation Growth (5y) (2014 - 2020) Analysis & Trends
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 | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | -3.97% |
| Sep 30, 2020 | -28.18% |
| Jun 30, 2020 | -53.62% |
| Mar 31, 2020 | 18.44% |
| Dec 31, 2019 | -51.69% |
| Sep 30, 2019 | 38.44% |
| Jun 30, 2019 | -65.20% |
| Mar 31, 2019 | 19.81% |
| Dec 31, 2018 | -14.87% |
| Sep 30, 2018 | 89.82% |
| Mar 31, 2018 | -15.35% |
| Dec 31, 2017 | 15.39% |
| Sep 30, 2017 | -23.35% |
| Jun 30, 2017 | -23.12% |
| Mar 31, 2017 | 2.59% |
| Dec 31, 2016 | -152.40% |
| Sep 30, 2016 | 128.92% |
| Jun 30, 2016 | 77.46% |
| Mar 31, 2016 | 7.53% |
| Dec 31, 2015 | -47.04% |
API Access
Digital Realty Trust Share-based Compensation Growth (5y) 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=share-based-compensation-growth-5y&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-5y", "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=share-based-compensation-growth-5y&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();