Digital Realty Trust (DLR) Debt Ratio (2009 - 2026)
Digital Realty Trust (DLR) posted Debt Ratio of 0.29 for Q2 2026, down 10.98% on a QoQ basis from 0.33 in Q1 2026, and down 14.59% year-over-year from 0.34 in Q2 2025.
Digital Realty Trust (DLR) Debt Ratio (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Debt Ratio for 18 years, with the latest figure at 0.29 in Q2 2026.
- On a quarterly basis, Debt Ratio fell 14.59% year-over-year to 0.29 in Q2 2026; TTM through Jun 2026 was 0.29, a 14.59% decrease from a year earlier, with the FY2025 full-year figure at 0.33, up 6.3% from the prior year.
- Debt Ratio was 0.29 for Q2 2026 at Digital Realty Trust, down from 0.33 in the prior quarter.
- The five-year high for Debt Ratio was 0.36 in Q1 2022, with the low at 0.29 in Q2 2024.
- Average Debt Ratio over 5 years is 0.32, with a median of 0.32 recorded in 2023.
- The sharpest annual moves came in 2025 and 2026: Debt Ratio gained 19.1% in 2025, then fell 14.59% in 2026.
- Over 5 years, Debt Ratio stood at 0.32 in 2022, then retreated by 3.79% to 0.3 in 2023, then grew by 1.34% to 0.31 in 2024, then climbed by 6.3% to 0.33 in 2025, then decreased by 10.98% to 0.29 in 2026.
- The last three Debt Ratio figures came in at 0.29 (Q2 2026), 0.33 (Q1 2026), and 0.33 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 0.29 |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 0.29 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.29 |
| Mar 31, 2026 | 0.33 |
| Dec 31, 2025 | 0.33 |
| Sep 30, 2025 | 0.32 |
| Jun 30, 2025 | 0.34 |
| Mar 31, 2025 | 0.33 |
| Dec 31, 2024 | 0.31 |
| Sep 30, 2024 | 0.30 |
| Jun 30, 2024 | 0.29 |
| Mar 31, 2024 | 0.31 |
| Dec 31, 2023 | 0.30 |
| Sep 30, 2023 | 0.31 |
| Jun 30, 2023 | 0.32 |
| Mar 31, 2023 | 0.32 |
| Dec 31, 2022 | 0.32 |
| Sep 30, 2022 | 0.31 |
| Jun 30, 2022 | 0.35 |
| Mar 31, 2022 | 0.36 |
| Dec 31, 2021 | 0.35 |
| Sep 30, 2021 | 0.36 |
Digital Realty Trust Debt 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=debt-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-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=debt-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();