Digital Realty Trust (DLR) Share-based Compensation Growth (3y) (2012 - 2020)
Analysis
Digital Realty Trust (DLR) Share-based Compensation Growth (3y) (2012 - 2020) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (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 | -348.03% |
| Sep 30, 2020 | 19.55% |
| Jun 30, 2020 | 20.90% |
| Mar 31, 2020 | 38.46% |
| Dec 31, 2019 | 49.67% |
| Sep 30, 2019 | -75.68% |
| Jun 30, 2019 | -31.76% |
| Mar 31, 2019 | 31.56% |
| Dec 31, 2018 | 0.82% |
| Sep 30, 2018 | 213.15% |
| Mar 31, 2018 | -31.76% |
| Dec 31, 2017 | 28.77% |
| Sep 30, 2017 | -104.85% |
| Jun 30, 2017 | -104.45% |
| Mar 31, 2017 | -2.86% |
| Dec 31, 2016 | -136.28% |
| Sep 30, 2016 | 410.22% |
| Jun 30, 2016 | 269.61% |
| Mar 31, 2016 | 12.41% |
| Dec 31, 2015 | -48.98% |
API Access
Digital Realty Trust Share-based Compensation Growth (3y) 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-3y&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "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-3y&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();