Digital Realty Trust (DLR) Assets Average (2011 - 2026)
Digital Realty Trust (DLR) posted Assets Average of $51.7 billion for Q2 2026, up 5.2% on a QoQ basis from $49.1 billion in Q1 2026, and up 10.22% year-over-year from $46.9 billion in Q2 2025.
Digital Realty Trust (DLR) Assets Average (2011 - 2026) Analysis & Trends
Digital Realty Trust has reported Assets Average for 16 years, with the latest figure at $51.7 billion in Q2 2026.
- On a quarterly basis, Assets Average rose 10.22% year-over-year to $51.7 billion in Q2 2026; TTM through Jun 2026 was $51.7 billion, a 10.22% increase from a year earlier, with the FY2025 full-year figure at $47.3 billion, up 5.93% from the prior year.
- Assets Average was $51.7 billion for Q2 2026 at Digital Realty Trust, up from $49.1 billion in the prior quarter.
- The five-year high for Assets Average was $51.7 billion in Q2 2026, with the low at $36.3 billion in Q2 2022.
- Average Assets Average over 5 years is $43.7 billion, with a median of $43.2 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Assets Average climbed 1.32% in 2022, then grew 16.11% in 2023.
- Over 5 years, Assets Average stood at $40.4 billion in 2022, then advanced by 6.62% to $43.0 billion in 2023, then grew by 5.27% to $45.3 billion in 2024, then grew by 8.35% to $49.1 billion in 2025, then increased by 5.34% to $51.7 billion in 2026.
- The last three Assets Average figures came in at $51.7 billion (Q2 2026), $49.1 billion (Q1 2026), and $49.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 51.69 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 1.77 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 51.69 Bn |
| Mar 31, 2026 | 49.14 Bn |
| Dec 31, 2025 | 49.07 Bn |
| Sep 30, 2025 | 48.72 Bn |
| Jun 30, 2025 | 46.90 Bn |
| Mar 31, 2025 | 45.18 Bn |
| Dec 31, 2024 | 45.29 Bn |
| Sep 30, 2024 | 44.45 Bn |
| Jun 30, 2024 | 43.12 Bn |
| Mar 31, 2024 | 43.37 Bn |
| Dec 31, 2023 | 43.02 Bn |
| Sep 30, 2023 | 42.16 Bn |
| Jun 30, 2023 | 42.17 Bn |
| Mar 31, 2023 | 41.72 Bn |
| Dec 31, 2022 | 40.35 Bn |
| Sep 30, 2022 | 37.59 Bn |
| Jun 30, 2022 | 36.32 Bn |
| Mar 31, 2022 | 36.53 Bn |
| Dec 31, 2021 | 36.11 Bn |
| Sep 30, 2021 | 36.00 Bn |
Digital Realty Trust Assets Average 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-average&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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-average&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();