Digital Realty Trust (DLR) Share-based Compensation Growth (1y) (2010 - 2020)
Analysis
Digital Realty Trust (DLR) Share-based Compensation Growth (1y) (2010 - 2020) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | - |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 138,174.34% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2020 | -48.08% |
| Sep 30, 2020 | -245.06% |
| Jun 30, 2020 | 65.63% |
| Mar 31, 2020 | -1.45% |
| Dec 31, 2019 | 15.89% |
| Sep 30, 2019 | -91.69% |
| Mar 31, 2019 | 644.45% |
| Dec 31, 2018 | -7,160.00% |
| Sep 30, 2018 | 531.92% |
| Mar 31, 2018 | -63.82% |
| Dec 31, 2017 | 100.21% |
| Sep 30, 2017 | -104.01% |
| Jun 30, 2017 | -119.98% |
| Mar 31, 2017 | -15.46% |
| Dec 31, 2016 | -543.49% |
| Sep 30, 2016 | 16,686.43% |
| Jun 30, 2016 | 6,530.17% |
| Mar 31, 2016 | 3.87% |
| Dec 31, 2015 | -878.77% |
| Sep 30, 2015 | -29.33% |
API Access
Digital Realty Trust Share-based Compensation Growth (1y) 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-1y&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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-1y&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();