Digital Realty Trust (DLR) Interest Coverage Ratio (2009 - 2026)
Digital Realty Trust (DLR) posted Interest Coverage Ratio of 4.1 for Q2 2026, up 78.21% on a QoQ basis from 2.3 in Q1 2026, and down 60.78% year-over-year from 10.45 in Q2 2025.
Digital Realty Trust (DLR) Interest Coverage Ratio (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Interest Coverage Ratio for 18 years, with the latest figure at 4.1 in Q2 2026.
- On a quarterly basis, Interest Coverage Ratio fell 60.78% year-over-year to 4.1 in Q2 2026; TTM through Jun 2026 was 2.14, a 43.46% decrease from a year earlier, with the FY2025 full-year figure at 1.5, up 44.3% from the prior year.
- Interest Coverage Ratio was 4.1 for Q2 2026 at Digital Realty Trust, up from 2.3 in the prior quarter.
- The five-year high for Interest Coverage Ratio was 10.45 in Q2 2025, with the low at 0.09 in Q2 2024.
- Average Interest Coverage Ratio over 5 years is 2.12, with a median of 1.39 recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Interest Coverage Ratio sank 93.82% in 2024, then soared 12031.64% in 2025.
- Over 5 years, Interest Coverage Ratio stood at 1.39 in 2022, then retreated by 15.29% to 1.18 in 2023, then gained by 16.81% to 1.38 in 2024, then retreated by 29.85% to 0.97 in 2025, then soared by 324.24% to 4.1 in 2026.
- The last three Interest Coverage Ratio figures came in at 4.1 (Q2 2026), 2.3 (Q1 2026), and 0.97 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 4.10 |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | -28.08 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.10 |
| Mar 31, 2026 | 2.30 |
| Dec 31, 2025 | 0.97 |
| Sep 30, 2025 | 1.22 |
| Jun 30, 2025 | 10.45 |
| Mar 31, 2025 | 2.00 |
| Dec 31, 2024 | 1.38 |
| Sep 30, 2024 | 1.36 |
| Jun 30, 2024 | 0.09 |
| Mar 31, 2024 | 1.36 |
| Dec 31, 2023 | 1.18 |
| Sep 30, 2023 | 0.53 |
| Jun 30, 2023 | 1.39 |
| Mar 31, 2023 | 1.73 |
| Dec 31, 2022 | 1.39 |
| Sep 30, 2022 | 2.06 |
| Jun 30, 2022 | 2.47 |
| Mar 31, 2022 | 2.12 |
| Dec 31, 2021 | 1.83 |
| Sep 30, 2021 | 2.58 |
Digital Realty Trust Interest 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=interest-coverage-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-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=interest-coverage-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();