Digital Realty Trust (DLR) Gains from Investment Securities (2009 - 2026)
Digital Realty Trust (DLR) posted Gains from Investment Securities of $19.0 million for Q2 2026, down 73.32% on a QoQ basis from $71.2 million in Q1 2026, and up 35.81% year-over-year from $14.0 million in Q2 2025.
Digital Realty Trust (DLR) Gains from Investment Securities (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Gains from Investment Securities for 18 years, with the latest figure at $19.0 million in Q2 2026.
- On a quarterly basis, Gains from Investment Securities rose 35.81% year-over-year to $19.0 million in Q2 2026; TTM through Jun 2026 was $138.6 million, a 45.46% increase from a year earlier, with the FY2025 full-year figure at $122.4 million, up 56.39% from the prior year.
- Gains from Investment Securities was $19.0 million for Q2 2026 at Digital Realty Trust, down from $71.2 million in the prior quarter.
- The five-year high for Gains from Investment Securities was $71.2 million in Q1 2026, with the low at $7.8 million in Q4 2022.
- Average Gains from Investment Securities over 5 years is $22.6 million, with a median of $14.2 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Gains from Investment Securities plunged 79.67% in 2022, then soared 188.23% in 2023.
- Over 5 years, Gains from Investment Securities stood at $7.8 million in 2022, then jumped by 188.23% to $22.4 million in 2023, then slumped by 51.25% to $10.9 million in 2024, then soared by 104.76% to $22.4 million in 2025, then fell by 15.22% to $19.0 million in 2026.
- The last three Gains from Investment Securities figures came in at $19.0 million (Q2 2026), $71.2 million (Q1 2026), and $22.4 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 | 19.00 Mn |
| Mar 31, 2026 | 71.22 Mn |
| Dec 31, 2025 | 22.41 Mn |
| Sep 30, 2025 | 25.98 Mn |
| Jun 30, 2025 | 13.99 Mn |
| Mar 31, 2025 | 60.02 Mn |
| Dec 31, 2024 | 10.94 Mn |
| Sep 30, 2024 | 10.34 Mn |
| Jun 30, 2024 | 11.19 Mn |
| Mar 31, 2024 | 45.80 Mn |
| Dec 31, 2023 | 22.45 Mn |
| Sep 30, 2023 | 11.23 Mn |
| Jun 30, 2023 | 10.93 Mn |
| Mar 31, 2023 | 28.90 Mn |
| Dec 31, 2022 | 7.79 Mn |
| Sep 30, 2022 | 11.62 Mn |
| Jun 30, 2022 | 8.55 Mn |
| Mar 31, 2022 | 14.42 Mn |
| Dec 31, 2021 | 3.58 Mn |
| Sep 30, 2021 | 5.02 Mn |
Digital Realty Trust Gains from Investment Securities 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=gains-from-investment-securities&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();