Digital Realty Trust (DLR) Other Non-Current Assets (2009 - 2026)
Digital Realty Trust (DLR) posted Other Non-Current Assets of $610.2 million for Q2 2026, down 6.25% on a QoQ basis from $650.9 million in Q1 2026, and up 23.7% year-over-year from $493.3 million in Q2 2025.
Digital Realty Trust (DLR) Other Non-Current Assets (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Other Non-Current Assets for 18 years, with the latest figure at $610.2 million in Q2 2026.
- On a quarterly basis, Other Non-Current Assets rose 23.7% year-over-year to $610.2 million in Q2 2026; TTM through Jun 2026 was $610.2 million, a 23.7% increase from a year earlier, with the FY2025 full-year figure at $655.4 million, up 40.67% from the prior year.
- Other Non-Current Assets was $610.2 million for Q2 2026 at Digital Realty Trust, down from $650.9 million in the prior quarter.
- The five-year high for Other Non-Current Assets was $655.4 million in Q4 2025, with the low at $353.8 million in Q4 2022.
- Average Other Non-Current Assets over 5 years is $479.0 million, with a median of $477.4 million recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Other Non-Current Assets soared 50.19% in 2022, then fell 12.45% in 2025.
- Over 5 years, Other Non-Current Assets stood at $353.8 million in 2022, then gained by 18.82% to $420.4 million in 2023, then increased by 10.82% to $465.9 million in 2024, then surged by 40.67% to $655.4 million in 2025, then declined by 6.89% to $610.2 million in 2026.
- The last three Other Non-Current Assets figures came in at $610.2 million (Q2 2026), $650.9 million (Q1 2026), and $655.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 610.23 Mn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 29.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 610.23 Mn |
| Mar 31, 2026 | 650.91 Mn |
| Dec 31, 2025 | 655.38 Mn |
| Sep 30, 2025 | 500.26 Mn |
| Jun 30, 2025 | 493.33 Mn |
| Mar 31, 2025 | 488.92 Mn |
| Dec 31, 2024 | 465.89 Mn |
| Sep 30, 2024 | 525.68 Mn |
| Jun 30, 2024 | 563.50 Mn |
| Mar 31, 2024 | 501.88 Mn |
| Dec 31, 2023 | 420.38 Mn |
| Sep 30, 2023 | 401.07 Mn |
| Jun 30, 2023 | 414.08 Mn |
| Mar 31, 2023 | 386.49 Mn |
| Dec 31, 2022 | 353.80 Mn |
| Sep 30, 2022 | 384.08 Mn |
| Jun 30, 2022 | 385.20 Mn |
| Mar 31, 2022 | 420.12 Mn |
| Dec 31, 2021 | 359.46 Mn |
| Sep 30, 2021 | 316.86 Mn |
Digital Realty Trust Other Non-Current Assets 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-assets&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-assets&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();