Digital Realty Trust (DLR) Net Cash Flow (2009 - 2026)
Digital Realty Trust (DLR) posted Net Cash Flow of -$652.6 million for Q2 2026, up 35.92% on a QoQ basis from -$1.0 billion in Q1 2026, and down 148.05% year-over-year from $1.4 billion in Q2 2025.
Digital Realty Trust (DLR) Net Cash Flow (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Net Cash Flow for 18 years, with the latest figure at -$652.6 million in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 148.05% year-over-year to -$652.6 million in Q2 2026; TTM through Jun 2026 was -$1.8 billion, a 216.39% decrease from a year earlier, with the FY2025 full-year figure at -$305.1 million, down 112.61% from the prior year.
- Net Cash Flow was -$652.6 million for Q2 2026 at Digital Realty Trust, up from -$1.0 billion in the prior quarter.
- The five-year high for Net Cash Flow was $1.8 billion in Q4 2024, with the low at -$1.5 billion in Q1 2025.
- Average Net Cash Flow over 5 years is $103.0 million, with a median of $9.7 million recorded in 2023.
- The largest YoY upside for Net Cash Flow was 4029.98% in 2024 against a maximum downside of 5284.21% in 2024.
- Over 5 years, Net Cash Flow stood at -$113.4 million in 2022, then jumped by 556.38% to $517.6 million in 2023, then soared by 247.53% to $1.8 billion in 2024, then plunged by 93.78% to $111.8 million in 2025, then sank by 683.71% to -$652.6 million in 2026.
- The last three Net Cash Flow figures came in at -$652.6 million (Q2 2026), -$1.0 billion (Q1 2026), and $111.8 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | -652.65 Mn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | -151.56 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -652.65 Mn |
| Mar 31, 2026 | -1.02 Bn |
| Dec 31, 2025 | 111.81 Mn |
| Sep 30, 2025 | -253.20 Mn |
| Jun 30, 2025 | 1.36 Bn |
| Mar 31, 2025 | -1.52 Bn |
| Dec 31, 2024 | 1.80 Bn |
| Sep 30, 2024 | -78.08 Mn |
| Jun 30, 2024 | 1.15 Bn |
| Mar 31, 2024 | -450.82 Mn |
| Dec 31, 2023 | 517.65 Mn |
| Sep 30, 2023 | 946.05 Mn |
| Jun 30, 2023 | 27.81 Mn |
| Mar 31, 2023 | -8.37 Mn |
| Dec 31, 2022 | -113.42 Mn |
| Sep 30, 2022 | 53.72 Mn |
| Jun 30, 2022 | -48.05 Mn |
| Mar 31, 2022 | 36.89 Mn |
| Dec 31, 2021 | 56.58 Mn |
| Sep 30, 2021 | -23.20 Mn |
Digital Realty Trust Net Cash Flow 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=net-cash-flow&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();