Digital Realty Trust (DLR) Divestments (2017 - 2026)
Digital Realty Trust (DLR) posted Divestments of $35.2 million for Q2 2026, up 5337.56% on a QoQ basis from $647000.0 in Q1 2026, and down 51.96% year-over-year from $73.2 million in Q2 2025.
Digital Realty Trust (DLR) Divestments (2017 - 2026) Analysis & Trends
Digital Realty Trust has reported Divestments for 9 years, with the latest figure at $35.2 million in Q2 2026.
- On a quarterly basis, Divestments fell 51.96% year-over-year to $35.2 million in Q2 2026; TTM through Jun 2026 was $41.1 million, a 72.7% decrease from a year earlier, with the FY2025 full-year figure at $153.4 million, up 53.63% from the prior year.
- Divestments was $35.2 million for Q2 2026 at Digital Realty Trust, up from $647000.0 in the prior quarter.
- The five-year high for Divestments was $2.3 billion in Q3 2023, with the low at -$2.2 billion in Q4 2023.
- Average Divestments over 5 years is $23.6 million, with a median of $23.5 million recorded in 2024.
- The sharpest annual moves came in 2023 and 2025: Divestments tumbled 1010.67% in 2023, then soared 518.71% in 2025.
- Over 5 years, Divestments stood at -$200.7 million in 2022, then sank by 1010.67% to -$2.2 billion in 2023, then jumped by 100.11% to $2.4 million in 2024, then tumbled by 92.63% to $180000.0 in 2025, then jumped by 19445.0% to $35.2 million in 2026.
- The last three Divestments figures came in at $35.2 million (Q2 2026), $647000.0 (Q1 2026), and $180000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Divestments (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 35.18 Mn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 35.18 Mn |
| Mar 31, 2026 | 647,000.00 |
| Dec 31, 2025 | 180,000.00 |
| Sep 30, 2025 | 5.10 Mn |
| Jun 30, 2025 | 73.24 Mn |
| Mar 31, 2025 | 74.90 Mn |
| Sep 30, 2024 | 2.44 Mn |
| Jun 30, 2024 | 11.84 Mn |
| Mar 31, 2024 | 85.59 Mn |
| Dec 31, 2023 | -2.23 Bn |
| Sep 30, 2023 | 2.32 Bn |
| Jun 30, 2023 | 97.78 Mn |
| Mar 31, 2023 | 52.99 Mn |
| Dec 31, 2022 | -200.66 Mn |
| Dec 31, 2021 | 971.31 Mn |
| Sep 30, 2021 | 15.83 Mn |
| Jun 30, 2021 | 18.45 Mn |
| Mar 31, 2021 | 685.48 Mn |
| Dec 31, 2020 | 16.70 Mn |
| Sep 30, 2020 | 21.55 Mn |
Digital Realty Trust Divestments 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=divestments&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "divestments", "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=divestments&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();