Digital Realty Trust (DLR) Other financing activities (2009 - 2026)
Digital Realty Trust (DLR) posted Other financing activities of $20.2 million for Q2 2026, up 227.78% on a QoQ basis from -$15.8 million in Q1 2026, and up 206.42% year-over-year from $6.6 million in Q2 2025.
Digital Realty Trust (DLR) Other financing activities (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Other financing activities for 18 years, with the latest figure at $20.2 million in Q2 2026.
- On a quarterly basis, Other financing activities rose 206.42% year-over-year to $20.2 million in Q2 2026; TTM through Jun 2026 was -$30.8 million, a 56.65% increase from a year earlier, with the FY2025 full-year figure at -$58.5 million, down 294.67% from the prior year.
- Other financing activities was $20.2 million for Q2 2026 at Digital Realty Trust, up from -$15.8 million in the prior quarter.
- The five-year high for Other financing activities was $99.4 million in Q2 2024, with the low at -$50.6 million in Q3 2023.
- Average Other financing activities over 5 years is -$2.0 million, with a median of -$4.2 million recorded in 2025.
- The largest YoY upside for Other financing activities was 5450.65% in 2024 against a maximum downside of 3500.99% in 2024.
- Over 5 years, Other financing activities stood at $34.1 million in 2022, then sank by 102.06% to -$704000.0 in 2023, then sank by 3500.99% to -$25.4 million in 2024, then sank by 34.31% to -$34.0 million in 2025, then soared by 159.46% to $20.2 million in 2026.
- The last three Other financing activities figures came in at $20.2 million (Q2 2026), -$15.8 million (Q1 2026), and -$34.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 20.25 Mn |
| Mar 31, 2026 | -15.85 Mn |
| Dec 31, 2025 | -34.05 Mn |
| Sep 30, 2025 | -1.20 Mn |
| Jun 30, 2025 | -19.03 Mn |
| Mar 31, 2025 | -4.18 Mn |
| Dec 31, 2024 | -25.35 Mn |
| Sep 30, 2024 | -22.61 Mn |
| Jun 30, 2024 | 99.42 Mn |
| Mar 31, 2024 | -21.43 Mn |
| Dec 31, 2023 | -704,000.00 |
| Sep 30, 2023 | -50.58 Mn |
| Jun 30, 2023 | -1.86 Mn |
| Mar 31, 2023 | -8.83 Mn |
| Dec 31, 2022 | 34.10 Mn |
| Jun 30, 2022 | -949,000.00 |
| Mar 31, 2022 | 18.93 Mn |
| Dec 31, 2021 | 15.69 Mn |
| Sep 30, 2021 | 37.86 Mn |
| Jun 30, 2021 | 41.06 Mn |
Digital Realty Trust Other 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=other-financing-activities&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();