Digital Realty Trust (DLR) Free Cash Flow (2009 - 2026)
Digital Realty Trust (DLR) posted Free Cash Flow of $148.6 million for Q2 2026, up 144.02% on a QoQ basis from -$337.6 million in Q1 2026, and up 335.58% year-over-year from $34.1 million in Q2 2025.
Digital Realty Trust (DLR) Free Cash Flow (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Free Cash Flow for 18 years, with the latest figure at $148.6 million in Q2 2026.
- On a quarterly basis, Free Cash Flow rose 335.58% year-over-year to $148.6 million in Q2 2026; TTM through Jun 2026 was -$506.7 million, a 19.85% increase from a year earlier, with the FY2025 full-year figure at -$769.0 million, down 34.86% from the prior year.
- Free Cash Flow was $148.6 million for Q2 2026 at Digital Realty Trust, up from -$337.6 million in the prior quarter.
- The five-year high for Free Cash Flow was $148.6 million in Q2 2026, with the low at -$739.4 million in Q3 2023.
- Average Free Cash Flow over 5 years is -$244.6 million, with a median of -$254.1 million recorded in 2022.
- The sharpest annual moves came in 2025 and 2026: Free Cash Flow slumped 931.38% in 2025, then soared 335.58% in 2026.
- Over 5 years, Free Cash Flow stood at -$433.2 million in 2022, then sank by 37.79% to -$596.8 million in 2023, then jumped by 105.71% to $34.1 million in 2024, then plunged by 931.38% to -$283.2 million in 2025, then jumped by 152.48% to $148.6 million in 2026.
- The last three Free Cash Flow figures came in at $148.6 million (Q2 2026), -$337.6 million (Q1 2026), and -$283.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 148.62 Mn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | -233.64 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 148.62 Mn |
| Mar 31, 2026 | -337.62 Mn |
| Dec 31, 2025 | -283.21 Mn |
| Sep 30, 2025 | -34.53 Mn |
| Jun 30, 2025 | -63.09 Mn |
| Mar 31, 2025 | -388.22 Mn |
| Dec 31, 2024 | 34.07 Mn |
| Sep 30, 2024 | -215.02 Mn |
| Jun 30, 2024 | -82.27 Mn |
| Mar 31, 2024 | -307.04 Mn |
| Dec 31, 2023 | -596.83 Mn |
| Sep 30, 2023 | -739.44 Mn |
| Jun 30, 2023 | -165.60 Mn |
| Mar 31, 2023 | -388.95 Mn |
| Dec 31, 2022 | -433.15 Mn |
| Sep 30, 2022 | -267.11 Mn |
| Jun 30, 2022 | -42.40 Mn |
| Mar 31, 2022 | -241.05 Mn |
| Dec 31, 2021 | -320.76 Mn |
| Sep 30, 2021 | -266.83 Mn |
Digital Realty Trust Free 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=free-cash-flow&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-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=free-cash-flow&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();