Digital Realty Trust (DLR) Cash from Operations (2009 - 2026)
Digital Realty Trust (DLR) posted Cash from Operations of $1.1 billion for Q2 2026, up 99.62% on a QoQ basis from $532.4 million in Q1 2026, and up 65.74% year-over-year from $641.2 million in Q2 2025.
Digital Realty Trust (DLR) Cash from Operations (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Cash from Operations for 18 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Cash from Operations rose 65.74% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $3.0 billion, a 24.86% increase from a year earlier, with the FY2025 full-year figure at $2.4 billion, up 6.66% from the prior year.
- Cash from Operations was $1.1 billion for Q2 2026 at Digital Realty Trust, up from $532.4 million in the prior quarter.
- The five-year high for Cash from Operations was $1.1 billion in Q2 2026, with the low at $277.7 million in Q1 2022.
- Average Cash from Operations over 5 years is $531.3 million, with a median of $485.1 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Cash from Operations decreased 15.31% in 2022, then soared 66.44% in 2024.
- Over 5 years, Cash from Operations stood at $456.4 million in 2022, then rose by 1.29% to $462.3 million in 2023, then surged by 66.44% to $769.5 million in 2024, then fell by 6.57% to $719.0 million in 2025, then surged by 47.83% to $1.1 billion in 2026.
- The last three Cash from Operations figures came in at $1.1 billion (Q2 2026), $532.4 million (Q1 2026), and $719.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 1.06 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | -48.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.06 Bn |
| Mar 31, 2026 | 532.42 Mn |
| Dec 31, 2025 | 718.95 Mn |
| Sep 30, 2025 | 652.86 Mn |
| Jun 30, 2025 | 641.24 Mn |
| Mar 31, 2025 | 399.09 Mn |
| Dec 31, 2024 | 769.48 Mn |
| Sep 30, 2024 | 566.52 Mn |
| Jun 30, 2024 | 573.21 Mn |
| Mar 31, 2024 | 352.28 Mn |
| Dec 31, 2023 | 462.31 Mn |
| Sep 30, 2023 | 358.36 Mn |
| Jun 30, 2023 | 464.39 Mn |
| Mar 31, 2023 | 349.73 Mn |
| Dec 31, 2022 | 456.42 Mn |
| Sep 30, 2022 | 419.39 Mn |
| Jun 30, 2022 | 505.89 Mn |
| Mar 31, 2022 | 277.69 Mn |
| Dec 31, 2021 | 451.94 Mn |
| Sep 30, 2021 | 399.80 Mn |
Digital Realty Trust Cash from Operations 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-operations&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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-operations&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();