Digital Realty Trust (DLR) Asset Utilization Ratio (2011 - 2026)
Digital Realty Trust (DLR) posted Asset Utilization Ratio of 0.13 for Q2 2026, up 1.52% on a QoQ basis from 0.13 in Q1 2026, and up 6.51% year-over-year from 0.12 in Q2 2025.
Digital Realty Trust (DLR) Asset Utilization Ratio (2011 - 2026) Analysis & Trends
Digital Realty Trust has reported Asset Utilization Ratio for 16 years, with the latest figure at 0.13 in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio rose 6.51% year-over-year to 0.13 in Q2 2026; TTM through Jun 2026 was 0.13, a 6.51% increase from a year earlier, with the FY2025 full-year figure at 0.13, up 3.88% from the prior year.
- Asset Utilization Ratio was 0.13 for Q2 2026 at Digital Realty Trust, up from 0.13 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.13 in Q2 2026, with the low at 0.12 in Q4 2022.
- Average Asset Utilization Ratio over 5 years is 0.12, with a median of 0.12 recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Asset Utilization Ratio fell 5.18% in 2022, then rose 9.48% in 2023.
- Over 5 years, Asset Utilization Ratio stood at 0.12 in 2022, then rose by 9.48% to 0.13 in 2023, then dropped by 3.65% to 0.12 in 2024, then grew by 1.56% to 0.12 in 2025, then advanced by 5.16% to 0.13 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.13 (Q2 2026), 0.13 (Q1 2026), and 0.12 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 0.13 |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.13 |
| Mar 31, 2026 | 0.13 |
| Dec 31, 2025 | 0.12 |
| Sep 30, 2025 | 0.12 |
| Jun 30, 2025 | 0.12 |
| Mar 31, 2025 | 0.12 |
| Dec 31, 2024 | 0.12 |
| Sep 30, 2024 | 0.12 |
| Jun 30, 2024 | 0.13 |
| Mar 31, 2024 | 0.13 |
| Dec 31, 2023 | 0.13 |
| Sep 30, 2023 | 0.13 |
| Jun 30, 2023 | 0.12 |
| Mar 31, 2023 | 0.12 |
| Dec 31, 2022 | 0.12 |
| Sep 30, 2022 | 0.12 |
| Jun 30, 2022 | 0.12 |
| Mar 31, 2022 | 0.12 |
| Dec 31, 2021 | 0.12 |
| Sep 30, 2021 | 0.12 |
Digital Realty Trust Asset Utilization Ratio 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=asset-utilization-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();