Digital Realty Trust (DLR) Cash from Financing Activities (2009 - 2026)
Digital Realty Trust (DLR) posted Cash from Financing Activities of $1.2 billion for Q2 2026, up 649.76% on a QoQ basis from -$217.9 million in Q1 2026, and up 115.57% year-over-year from $555.8 million in Q2 2025.
Digital Realty Trust (DLR) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Cash from Financing Activities for 18 years, with the latest figure at $1.2 billion in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 115.57% year-over-year to $1.2 billion in Q2 2026; TTM through Jun 2026 was $955.7 million, a 38.49% decrease from a year earlier, with the FY2025 full-year figure at -$486.7 million, down 123.59% from the prior year.
- Cash from Financing Activities was $1.2 billion for Q2 2026 at Digital Realty Trust, up from -$217.9 million in the prior quarter.
- The five-year high for Cash from Financing Activities was $1.9 billion in Q3 2022, with the low at -$1.0 billion in Q1 2025.
- Average Cash from Financing Activities over 5 years is $360.5 million, with a median of $396.3 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Cash from Financing Activities soared 876.11% in 2022, then plunged 307.14% in 2024.
- Over 5 years, Cash from Financing Activities stood at $401.6 million in 2022, then jumped by 166.86% to $1.1 billion in 2023, then jumped by 43.83% to $1.5 billion in 2024, then plunged by 90.14% to $151.9 million in 2025, then jumped by 688.64% to $1.2 billion in 2026.
- The last three Cash from Financing Activities figures came in at $1.2 billion (Q2 2026), -$217.9 million (Q1 2026), and $151.9 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 1.20 Bn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | 82.08 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.20 Bn |
| Mar 31, 2026 | -217.95 Mn |
| Dec 31, 2025 | 151.93 Mn |
| Sep 30, 2025 | -176.50 Mn |
| Jun 30, 2025 | 555.83 Mn |
| Mar 31, 2025 | -1.02 Bn |
| Dec 31, 2024 | 1.54 Bn |
| Sep 30, 2024 | 474.35 Mn |
| Jun 30, 2024 | 857.30 Mn |
| Mar 31, 2024 | -809.71 Mn |
| Dec 31, 2023 | 1.07 Bn |
| Sep 30, 2023 | -592.61 Mn |
| Jun 30, 2023 | 93.42 Mn |
| Mar 31, 2023 | 390.91 Mn |
| Dec 31, 2022 | 401.62 Mn |
| Sep 30, 2022 | 1.93 Bn |
| Jun 30, 2022 | 154.80 Mn |
| Mar 31, 2022 | 478.30 Mn |
| Dec 31, 2021 | -513.46 Mn |
| Sep 30, 2021 | 198.18 Mn |
Digital Realty Trust Cash from Financing 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-financing-activities&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();