Digital Realty Trust (DLR) Construction in Progress (2018 - 2026)
Digital Realty Trust (DLR) posted Construction in Progress of $9.8 billion for Q2 2026, up 81.57% on a QoQ basis from $5.4 billion in Q1 2026, and up 92.3% year-over-year from $5.1 billion in Q2 2025.
Digital Realty Trust (DLR) Construction in Progress (2018 - 2026) Analysis & Trends
Digital Realty Trust has reported Construction in Progress for 9 years, with the latest figure at $9.8 billion in Q2 2026.
- On a quarterly basis, Construction in Progress rose 92.3% year-over-year to $9.8 billion in Q2 2026; TTM through Jun 2026 was $9.8 billion, a 92.3% increase from a year earlier, with the FY2025 full-year figure at $5.0 billion, down 3.63% from the prior year.
- Construction in Progress was $9.8 billion for Q2 2026 at Digital Realty Trust, up from $5.4 billion in the prior quarter.
- The five-year high for Construction in Progress was $9.8 billion in Q2 2026, with the low at $3.4 billion in Q2 2022.
- Average Construction in Progress over 5 years is $5.0 billion, with a median of $4.9 billion recorded in 2022.
- The sharpest annual moves came in 2025 and 2026: Construction in Progress decreased 3.63% in 2025, then soared 92.3% in 2026.
- Over 5 years, Construction in Progress stood at $4.8 billion in 2022, then fell by 3.21% to $4.6 billion in 2023, then rose by 11.42% to $5.2 billion in 2024, then declined by 3.63% to $5.0 billion in 2025, then soared by 96.32% to $9.8 billion in 2026.
- The last three Construction in Progress figures came in at $9.8 billion (Q2 2026), $5.4 billion (Q1 2026), and $5.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Construction in Progress (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 9.77 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.77 Bn |
| Mar 31, 2026 | 5.38 Bn |
| Dec 31, 2025 | 4.98 Bn |
| Sep 30, 2025 | 5.42 Bn |
| Jun 30, 2025 | 5.08 Bn |
| Mar 31, 2025 | 4.97 Bn |
| Dec 31, 2024 | 5.16 Bn |
| Sep 30, 2024 | 5.18 Bn |
| Jun 30, 2024 | 4.68 Bn |
| Mar 31, 2024 | 4.50 Bn |
| Dec 31, 2023 | 4.64 Bn |
| Sep 30, 2023 | 5.02 Bn |
| Jun 30, 2023 | 4.64 Bn |
| Mar 31, 2023 | 4.56 Bn |
| Dec 31, 2022 | 4.79 Bn |
| Sep 30, 2022 | 4.22 Bn |
| Jun 30, 2022 | 3.36 Bn |
| Mar 31, 2022 | 3.52 Bn |
| Dec 31, 2021 | 3.21 Bn |
| Sep 30, 2021 | 3.24 Bn |
Digital Realty Trust Construction in Progress 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=construction-in-progress&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "construction-in-progress", "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=construction-in-progress&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();