Digital Realty Trust (DLR) Other Non-Current Liabilities (2009 - 2026)
Digital Realty Trust (DLR) posted Other Non-Current Liabilities of $760.0 million for Q2 2026, up 3.54% on a QoQ basis from $734.0 million in Q1 2026, and up 16.27% year-over-year from $653.6 million in Q2 2025.
Digital Realty Trust (DLR) Other Non-Current Liabilities (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Other Non-Current Liabilities for 18 years, with the latest figure at $760.0 million in Q2 2026.
- On a quarterly basis, Other Non-Current Liabilities rose 16.27% year-over-year to $760.0 million in Q2 2026; TTM through Jun 2026 was $760.0 million, a 16.27% increase from a year earlier, with the FY2025 full-year figure at $754.9 million, up 39.85% from the prior year.
- Other Non-Current Liabilities was $760.0 million for Q2 2026 at Digital Realty Trust, up from $734.0 million in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $760.0 million in Q2 2026, with the low at $341.1 million in Q2 2022.
- Average Other Non-Current Liabilities over 5 years is $497.3 million, with a median of $417.2 million recorded in 2023.
- The largest YoY upside for Other Non-Current Liabilities was 69.72% in 2022 against a maximum downside of 4.17% in 2022.
- Over 5 years, Other Non-Current Liabilities stood at $369.7 million in 2022, then rose by 8.71% to $401.9 million in 2023, then jumped by 34.32% to $539.8 million in 2024, then jumped by 39.85% to $754.9 million in 2025, then grew by 0.67% to $760.0 million in 2026.
- The last three Other Non-Current Liabilities figures came in at $760.0 million (Q2 2026), $734.0 million (Q1 2026), and $754.9 million (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 | 759.98 Mn |
| Mar 31, 2026 | 733.97 Mn |
| Dec 31, 2025 | 754.92 Mn |
| Sep 30, 2025 | 699.53 Mn |
| Jun 30, 2025 | 653.64 Mn |
| Mar 31, 2025 | 559.77 Mn |
| Dec 31, 2024 | 539.80 Mn |
| Sep 30, 2024 | 423.80 Mn |
| Jun 30, 2024 | 416.71 Mn |
| Mar 31, 2024 | 413.23 Mn |
| Dec 31, 2023 | 401.87 Mn |
| Sep 30, 2023 | 385.52 Mn |
| Jun 30, 2023 | 417.69 Mn |
| Mar 31, 2023 | 392.02 Mn |
| Dec 31, 2022 | 369.65 Mn |
| Sep 30, 2022 | 341.55 Mn |
| Jun 30, 2022 | 341.14 Mn |
| Mar 31, 2022 | 346.91 Mn |
| Dec 31, 2021 | 336.58 Mn |
| Sep 30, 2021 | 201.25 Mn |
Digital Realty Trust Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();