Digital Realty Trust (DLR) Dividends Paid - Common Growth (3y) (2012 - 2026)
Analysis
Digital Realty Trust (DLR) Dividends Paid - Common Growth (3y) (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Paid (Common) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 5.77% |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.77% |
| Mar 31, 2026 | 5.69% |
| Dec 31, 2025 | 0.08% |
| Sep 30, 2025 | 5.74% |
| Jun 30, 2025 | 5.74% |
| Mar 31, 2025 | 6.38% |
| Dec 31, 2024 | 0.79% |
| Sep 30, 2024 | 6.43% |
| Jun 30, 2024 | 6.10% |
| Mar 31, 2024 | 5.38% |
| Dec 31, 2023 | -9.58% |
| Sep 30, 2023 | 7.54% |
| Jun 30, 2023 | 7.29% |
| Mar 31, 2023 | 9.60% |
| Dec 31, 2022 | -48.65% |
| Sep 30, 2022 | 16.29% |
| Jun 30, 2022 | 16.07% |
| Mar 31, 2022 | 15.93% |
| Dec 31, 2021 | -14.84% |
| Sep 30, 2021 | 17.05% |
API Access
Digital Realty Trust Dividends Paid - Common 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-paid-common-growth-3y&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividends-paid-common-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-paid-common-growth-3y&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();