Digital Realty Trust (DLR) Payout Ratio (2009 - 2026)
Digital Realty Trust (DLR) posted Payout Ratio of 1.47 for Q2 2026, down 78.89% on a QoQ basis from 6.96 in Q1 2026, and up 242.67% year-over-year from 0.43 in Q2 2025.
Digital Realty Trust (DLR) Payout Ratio (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Payout Ratio for 18 years, with the latest figure at 1.47 in Q2 2026.
- On a quarterly basis, Payout Ratio rose 242.67% year-over-year to 1.47 in Q2 2026; TTM through Jun 2026 was 9.7, a 539.58% increase from a year earlier, with the FY2025 full-year figure at 1.69, up 107.92% from the prior year.
- Payout Ratio was 1.47 for Q2 2026 at Digital Realty Trust, down from 6.96 in the prior quarter.
- The five-year high for Payout Ratio was 147.37 in Q3 2025, with the low at 4.86 in Q3 2023.
- Average Payout Ratio over 5 years is 19.57, with a median of 6.92 recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Payout Ratio surged 2496.23% in 2022, then sank 497.02% in 2023.
- Over 5 years, Payout Ratio stood at 0.24 in 2022, then tumbled by 497.02% to 0.97 in 2023, then surged by 142.93% to 0.42 in 2024, then tumbled by 109.6% to 0.04 in 2025, then surged by 3776.0% to 1.47 in 2026.
- The last three Payout Ratio figures came in at 1.47 (Q2 2026), 6.96 (Q1 2026), and 0.04 (Q4 2025), per Business Quant data.
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
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.47 |
| Mar 31, 2026 | 6.96 |
| Dec 31, 2025 | -0.04 |
| Sep 30, 2025 | 147.37 |
| Jun 30, 2025 | 0.43 |
| Mar 31, 2025 | 11.94 |
| Dec 31, 2024 | 0.42 |
| Sep 30, 2024 | 19.14 |
| Jun 30, 2024 | -3.20 |
| Mar 31, 2024 | 108.94 |
| Dec 31, 2023 | -0.97 |
| Sep 30, 2023 | -4.86 |
| Jun 30, 2023 | 22.08 |
| Mar 31, 2023 | 16.97 |
| Dec 31, 2022 | 0.24 |
| Sep 30, 2022 | 7.22 |
| Jun 30, 2022 | 6.88 |
| Mar 31, 2022 | 11.17 |
| Dec 31, 2021 | 0.01 |
| Sep 30, 2021 | 2.80 |
Digital Realty Trust Payout 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=payout-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "payout-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=payout-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();