Digital Realty Trust (DLR) Share-based Compensation (QoQ) (2009 - 2020)
Analysis
Digital Realty Trust (DLR) Share-based Compensation (QoQ) (2009 - 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 | -648.66% |
| Sep 30, 2020 | 49.03% |
| Jun 30, 2020 | -110.98% |
| Mar 31, 2020 | 453.26% |
| Dec 31, 2019 | -833.38% |
| Sep 30, 2019 | 112.08% |
| Jun 30, 2019 | -131.50% |
| Mar 31, 2019 | 401.51% |
| Dec 31, 2018 | -172.46% |
| Mar 31, 2018 | 2,759.39% |
| Dec 31, 2017 | 104.43% |
| Sep 30, 2017 | 51.56% |
| Jun 30, 2017 | -158.92% |
| Mar 31, 2017 | 116.97% |
| Dec 31, 2016 | -182.73% |
| Sep 30, 2016 | 141.54% |
| Jun 30, 2016 | 149.32% |
| Mar 31, 2016 | 229.17% |
| Dec 31, 2015 | -2,032.32% |
| Sep 30, 2015 | -196.55% |
API Access
Digital Realty Trust Share-based Compensation (QoQ) 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-qoq&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-qoq", "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-qoq&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();