Digital Realty Trust (DLR) Intangibles (2009 - 2026)
Digital Realty Trust (DLR) posted Intangibles of $1.8 billion for Q2 2026, up 4.42% on a QoQ basis from $1.7 billion in Q1 2026, and down 6.86% year-over-year from $1.9 billion in Q2 2025.
Digital Realty Trust (DLR) Intangibles (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Intangibles for 13 years, with the latest figure at $1.8 billion in Q2 2026.
- On a quarterly basis, Intangibles fell 6.86% year-over-year to $1.8 billion in Q2 2026; TTM through Jun 2026 was $1.8 billion, a 6.86% decrease from a year earlier, with the FY2025 full-year figure at $1.8 billion, down 6.61% from the prior year.
- Intangibles was $1.8 billion for Q2 2026 at Digital Realty Trust, up from $1.7 billion in the prior quarter.
- The five-year high for Intangibles was $1.9 billion in Q2 2025, with the low at $69.0 million in Q3 2023.
- Average Intangibles over 4 years is $1.6 billion, with a median of $1.8 billion recorded in 2025.
- The sharpest annual moves came in 2025 and 2026: Intangibles dropped 6.61% in 2025, then declined 8.5% in 2026.
- Over 4 years, Intangibles stood at $69.0 million in 2023, then surged by 2704.64% to $1.9 billion in 2024, then retreated by 6.61% to $1.8 billion in 2025, then dropped by 0.26% to $1.8 billion in 2026.
- The last three Intangibles figures came in at $1.8 billion (Q2 2026), $1.7 billion (Q1 2026), and $1.8 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 1.80 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.80 Bn |
| Mar 31, 2026 | 1.73 Bn |
| Dec 31, 2025 | 1.81 Bn |
| Sep 30, 2025 | 1.86 Bn |
| Jun 30, 2025 | 1.94 Bn |
| Mar 31, 2025 | 1.89 Bn |
| Dec 31, 2024 | 1.94 Bn |
| Sep 30, 2023 | 69.00 Mn |
| Dec 31, 2020 | 4.34 Bn |
| Sep 30, 2020 | 4.44 Bn |
| Jun 30, 2020 | 4.44 Bn |
| Mar 31, 2020 | 4.19 Bn |
| Dec 31, 2018 | 982.67 Mn |
| Sep 30, 2015 | 405.82 Mn |
| Jun 30, 2015 | 424.23 Mn |
| Mar 31, 2015 | 434.92 Mn |
| Dec 31, 2014 | 456.96 Mn |
| Sep 30, 2014 | 461.24 Mn |
| Jun 30, 2014 | 470.62 Mn |
| Mar 31, 2014 | 479.94 Mn |
Digital Realty Trust Intangibles 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=intangibles&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();