Digital Realty Trust (DLR) Cash from Investing Activities (2009 - 2026)
Digital Realty Trust (DLR) posted Cash from Investing Activities of -$2.9 billion for Q2 2026, down 118.59% on a QoQ basis from -$1.3 billion in Q1 2026, and down 1905.9% year-over-year from $161.3 million in Q2 2025.
Digital Realty Trust (DLR) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Cash from Investing Activities for 18 years, with the latest figure at -$2.9 billion in Q2 2026.
- On a quarterly basis, Cash from Investing Activities fell 1905.9% year-over-year to -$2.9 billion in Q2 2026; TTM through Jun 2026 was -$5.7 billion, a 141.71% decrease from a year earlier, with the FY2025 full-year figure at -$2.2 billion, down 17.01% from the prior year.
- Cash from Investing Activities was -$2.9 billion for Q2 2026 at Digital Realty Trust, down from -$1.3 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was $1.2 billion in Q3 2023, with the low at -$2.9 billion in Q2 2026.
- Average Cash from Investing Activities over 5 years is -$788.8 million, with a median of -$739.3 million recorded in 2023.
- The largest YoY upside for Cash from Investing Activities was 157.25% in 2025 against a maximum downside of 13745.26% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$971.5 million in 2022, then retreated by 4.63% to -$1.0 billion in 2023, then jumped by 49.63% to -$512.0 million in 2024, then slumped by 48.26% to -$759.1 million in 2025, then sank by 283.84% to -$2.9 billion in 2026.
- The last three Cash from Investing Activities figures came in at -$2.9 billion (Q2 2026), -$1.3 billion (Q1 2026), and -$759.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | -2.91 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | -184.97 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.91 Bn |
| Mar 31, 2026 | -1.33 Bn |
| Dec 31, 2025 | -759.07 Mn |
| Sep 30, 2025 | -729.56 Mn |
| Jun 30, 2025 | 161.34 Mn |
| Mar 31, 2025 | -903.18 Mn |
| Dec 31, 2024 | -511.99 Mn |
| Sep 30, 2024 | -1.12 Bn |
| Jun 30, 2024 | -281.84 Mn |
| Mar 31, 2024 | 6.62 Mn |
| Dec 31, 2023 | -1.02 Bn |
| Sep 30, 2023 | 1.18 Bn |
| Jun 30, 2023 | -530.00 Mn |
| Mar 31, 2023 | -749.01 Mn |
| Dec 31, 2022 | -971.47 Mn |
| Sep 30, 2022 | -2.30 Bn |
| Jun 30, 2022 | -708.74 Mn |
| Mar 31, 2022 | -719.09 Mn |
| Dec 31, 2021 | 118.10 Mn |
| Sep 30, 2021 | -621.17 Mn |
Digital Realty Trust Cash from Investing Activities 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=cash-from-investing-activities&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();