Digital Realty Trust (DLR) Assets (2009 - 2026)
Digital Realty Trust (DLR) posted Assets of $54.5 billion for Q2 2026, up 11.58% on a QoQ basis from $48.9 billion in Q1 2026, and up 11.91% year-over-year from $48.7 billion in Q2 2025.
Digital Realty Trust (DLR) Assets (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Assets for 18 years, with the latest figure at $54.5 billion in Q2 2026.
- On a quarterly basis, Assets rose 11.91% year-over-year to $54.5 billion in Q2 2026; TTM through Jun 2026 was $54.5 billion, a 11.91% increase from a year earlier, with the FY2025 full-year figure at $49.4 billion, up 9.11% from the prior year.
- Assets was $54.5 billion for Q2 2026 at Digital Realty Trust, up from $48.9 billion in the prior quarter.
- The five-year high for Assets was $54.5 billion in Q2 2026, with the low at $36.0 billion in Q2 2022.
- Average Assets over 5 years is $44.2 billion, with a median of $43.9 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Assets slipped 0.54% in 2022, then advanced 17.89% in 2023.
- Over 5 years, Assets stood at $41.5 billion in 2022, then advanced by 6.34% to $44.1 billion in 2023, then advanced by 2.65% to $45.3 billion in 2024, then climbed by 9.11% to $49.4 billion in 2025, then gained by 10.34% to $54.5 billion in 2026.
- The last three Assets figures came in at $54.5 billion (Q2 2026), $48.9 billion (Q1 2026), and $49.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 54.52 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 1.76 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 54.52 Bn |
| Mar 31, 2026 | 48.86 Bn |
| Dec 31, 2025 | 49.41 Bn |
| Sep 30, 2025 | 48.73 Bn |
| Jun 30, 2025 | 48.71 Bn |
| Mar 31, 2025 | 45.08 Bn |
| Dec 31, 2024 | 45.28 Bn |
| Sep 30, 2024 | 45.30 Bn |
| Jun 30, 2024 | 43.61 Bn |
| Mar 31, 2024 | 42.63 Bn |
| Dec 31, 2023 | 44.11 Bn |
| Sep 30, 2023 | 41.93 Bn |
| Jun 30, 2023 | 42.39 Bn |
| Mar 31, 2023 | 41.95 Bn |
| Dec 31, 2022 | 41.48 Bn |
| Sep 30, 2022 | 39.22 Bn |
| Jun 30, 2022 | 35.96 Bn |
| Mar 31, 2022 | 36.68 Bn |
| Dec 31, 2021 | 36.37 Bn |
| Sep 30, 2021 | 35.85 Bn |
Digital Realty Trust 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=assets&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=assets&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();