Digital Realty Trust (DLR) Dividend Coverage Ratio (2009 - 2026)
Digital Realty Trust (DLR) posted Dividend Coverage Ratio of 0.68 for Q2 2026, up 373.81% on a QoQ basis from 0.14 in Q1 2026, and down 70.82% year-over-year from 2.33 in Q2 2025.
Digital Realty Trust (DLR) Dividend Coverage Ratio (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Dividend Coverage Ratio for 18 years, with the latest figure at 0.68 in Q2 2026.
- On a quarterly basis, Dividend Coverage Ratio fell 70.82% year-over-year to 0.68 in Q2 2026; TTM through Jun 2026 was 0.1, a 84.36% decrease from a year earlier, with the FY2025 full-year figure at 0.59, up 1363.07% from the prior year.
- Dividend Coverage Ratio was 0.68 for Q2 2026 at Digital Realty Trust, up from 0.14 in the prior quarter.
- The five-year high for Dividend Coverage Ratio was 4.1 in Q4 2022, with the low at 25.03 in Q4 2025.
- Average Dividend Coverage Ratio over 5 years is 0.91, with a median of 0.07 recorded in 2023.
- The largest YoY upside for Dividend Coverage Ratio was 846.08% in 2025 against a maximum downside of 1141.86% in 2025.
- Over 5 years, Dividend Coverage Ratio stood at 4.1 in 2022, then plunged by 125.19% to 1.03 in 2023, then jumped by 332.92% to 2.4 in 2024, then slumped by 1141.86% to 25.03 in 2025, then soared by 102.72% to 0.68 in 2026.
- The last three Dividend Coverage Ratio figures came in at 0.68 (Q2 2026), 0.14 (Q1 2026), and 25.03 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 0.68 |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.68 |
| Mar 31, 2026 | 0.14 |
| Dec 31, 2025 | -25.03 |
| Sep 30, 2025 | 0.01 |
| Jun 30, 2025 | 2.33 |
| Mar 31, 2025 | 0.08 |
| Dec 31, 2024 | 2.40 |
| Sep 30, 2024 | 0.05 |
| Jun 30, 2024 | -0.31 |
| Mar 31, 2024 | 0.01 |
| Dec 31, 2023 | -1.03 |
| Sep 30, 2023 | -0.21 |
| Jun 30, 2023 | 0.05 |
| Mar 31, 2023 | 0.06 |
| Dec 31, 2022 | 4.10 |
| Sep 30, 2022 | 0.14 |
| Jun 30, 2022 | 0.15 |
| Mar 31, 2022 | 0.09 |
| Dec 31, 2021 | 106.33 |
| Sep 30, 2021 | 0.36 |
Digital Realty Trust Dividend Coverage Ratio 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=dividend-coverage-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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=dividend-coverage-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();