Digital Realty Trust (DLR) Dividends payables Growth (3y) (2012 - 2025)
Analysis
Digital Realty Trust (DLR) Dividends payables Growth (3y) (2012 - 2025) 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, 2025 | 5.60% |
| Dec 31, 2024 | 7.32% |
| Dec 31, 2023 | 6.15% |
| Dec 31, 2022 | 15.74% |
| Dec 31, 2021 | 15.96% |
| Dec 31, 2020 | 17.54% |
| Dec 31, 2019 | 17.62% |
| Dec 31, 2018 | 19.62% |
| Dec 31, 2017 | 20.20% |
| Dec 31, 2016 | 12.05% |
| Dec 31, 2015 | 10.75% |
| Dec 31, 2014 | 15.09% |
| Dec 31, 2013 | 26.03% |
| Dec 31, 2012 | 36.17% |
API Access
Digital Realty Trust Dividends payables 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=dividends-payables-growth-3y&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-payables-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=dividends-payables-growth-3y&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();