Digital Realty Trust (DLR) Non-Current Debt (2009 - 2026)
Digital Realty Trust (DLR) posted Non-Current Debt of $15.9 billion for Q2 2026, down 0.67% on a QoQ basis from $16.0 billion in Q1 2026, and down 4.41% year-over-year from $16.6 billion in Q2 2025.
Digital Realty Trust (DLR) Non-Current Debt (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Non-Current Debt for 18 years, with the latest figure at $15.9 billion in Q2 2026.
- On a quarterly basis, Non-Current Debt fell 4.41% year-over-year to $15.9 billion in Q2 2026; TTM through Jun 2026 was $15.9 billion, a 4.41% decrease from a year earlier, with the FY2025 full-year figure at $16.2 billion, up 15.98% from the prior year.
- Non-Current Debt was $15.9 billion for Q2 2026 at Digital Realty Trust, down from $16.0 billion in the prior quarter.
- The five-year high for Non-Current Debt was $16.6 billion in Q2 2025, with the low at $12.3 billion in Q3 2022.
- Average Non-Current Debt over 5 years is $14.1 billion, with a median of $13.4 billion recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Non-Current Debt fell 6.55% in 2024, then surged 33.05% in 2025.
- Over 5 years, Non-Current Debt stood at $13.1 billion in 2022, then rose by 2.3% to $13.4 billion in 2023, then increased by 4.03% to $14.0 billion in 2024, then rose by 15.98% to $16.2 billion in 2025, then dropped by 1.78% to $15.9 billion in 2026.
- The last three Non-Current Debt figures came in at $15.9 billion (Q2 2026), $16.0 billion (Q1 2026), and $16.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 15.91 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 15.91 Bn |
| Mar 31, 2026 | 16.01 Bn |
| Dec 31, 2025 | 16.19 Bn |
| Sep 30, 2025 | 15.81 Bn |
| Jun 30, 2025 | 16.64 Bn |
| Mar 31, 2025 | 14.74 Bn |
| Dec 31, 2024 | 13.96 Bn |
| Sep 30, 2024 | 13.53 Bn |
| Jun 30, 2024 | 12.51 Bn |
| Mar 31, 2024 | 13.19 Bn |
| Dec 31, 2023 | 13.42 Bn |
| Sep 30, 2023 | 13.07 Bn |
| Jun 30, 2023 | 13.38 Bn |
| Mar 31, 2023 | 13.26 Bn |
| Dec 31, 2022 | 13.12 Bn |
| Sep 30, 2022 | 12.28 Bn |
| Jun 30, 2022 | 12.70 Bn |
| Mar 31, 2022 | 13.28 Bn |
| Dec 31, 2021 | 12.90 Bn |
| Sep 30, 2021 | 13.01 Bn |
Digital Realty Trust Non-Current Debt 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=non-current-debt&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();