Digital Realty Trust (DLR) FCF Payout Ratio (2009 - 2026)
Digital Realty Trust (DLR) posted FCF Payout Ratio of 3.06 for Q2 2026, up 218.47% on a QoQ basis from 2.58 in Q1 2026, and up 144.52% year-over-year from 1.25 in Q2 2025.
Digital Realty Trust (DLR) FCF Payout Ratio (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported FCF Payout Ratio for 18 years, with the latest figure at 3.06 in Q2 2026.
- On a quarterly basis, FCF Payout Ratio rose 144.52% year-over-year to 3.06 in Q2 2026; TTM through Jun 2026 was 3.5, a 29.25% decrease from a year earlier, with the FY2025 full-year figure at 2.25, up 21.52% from the prior year.
- FCF Payout Ratio was 3.06 for Q2 2026 at Digital Realty Trust, up from 2.58 in the prior quarter.
- The five-year high for FCF Payout Ratio was 3.06 in Q2 2026, with the low at 12.64 in Q3 2025.
- Average FCF Payout Ratio over 5 years is 2.68, with a median of 2.07 recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: FCF Payout Ratio jumped 1852.72% in 2024, then tumbled 548.87% in 2025.
- Over 5 years, FCF Payout Ratio stood at 0.02 in 2022, then rose by 27.25% to 0.02 in 2023, then soared by 1852.72% to 0.3 in 2024, then tumbled by 112.02% to 0.04 in 2025, then jumped by 8605.77% to 3.06 in 2026.
- The last three FCF Payout Ratio figures came in at 3.06 (Q2 2026), 2.58 (Q1 2026), and 0.04 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 3.06 |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.06 |
| Mar 31, 2026 | -2.58 |
| Dec 31, 2025 | -0.04 |
| Sep 30, 2025 | -12.64 |
| Jun 30, 2025 | -6.87 |
| Mar 31, 2025 | -2.19 |
| Dec 31, 2024 | 0.30 |
| Sep 30, 2024 | -1.95 |
| Jun 30, 2024 | -5.05 |
| Mar 31, 2024 | -2.57 |
| Dec 31, 2023 | -0.02 |
| Sep 30, 2023 | -0.53 |
| Jun 30, 2023 | -2.32 |
| Mar 31, 2023 | -1.90 |
| Dec 31, 2022 | -0.02 |
| Sep 30, 2022 | -1.38 |
| Jun 30, 2022 | -8.64 |
| Mar 31, 2022 | -2.92 |
| Dec 31, 2021 | -0.03 |
| Sep 30, 2021 | -1.30 |
Digital Realty Trust FCF 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=fcf-payout-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-payout-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();