Digital Realty Trust (DLR) Net Income (2009 - 2026)
Digital Realty Trust (DLR) posted Net Income of $319.6 million for Q2 2026, up 136.04% on a QoQ basis from $135.4 million in Q1 2026, and down 68.7% year-over-year from $1.0 billion in Q2 2025.
Digital Realty Trust (DLR) Net Income (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Net Income for 18 years, with the latest figure at $319.6 million in Q2 2026.
- On a quarterly basis, Net Income fell 68.7% year-over-year to $319.6 million in Q2 2026; TTM through Jun 2026 was $223.5 million, a 80.88% decrease from a year earlier, with the FY2025 full-year figure at $1.1 billion, up 3074.12% from the prior year.
- Net Income was $319.6 million for Q2 2026 at Digital Realty Trust, up from $135.4 million in the prior quarter.
- The five-year high for Net Income was $1.0 billion in Q2 2025, with the low at -$244.7 million in Q4 2025.
- Average Net Income over 5 years is $86.7 million, with a median of $43.2 million recorded in 2022.
- The sharpest annual moves came in 2024 and 2025: Net Income soared 10895.02% in 2024, then tumbled 806.08% in 2025.
- Over 5 years, Net Income stood at $51.8 million in 2022, then tumbled by 100.62% to -$321000.0 in 2023, then jumped by 10895.02% to $34.7 million in 2024, then sank by 806.08% to -$244.7 million in 2025, then soared by 230.63% to $319.6 million in 2026.
- The last three Net Income figures came in at $319.6 million (Q2 2026), $135.4 million (Q1 2026), and -$244.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 319.63 Mn |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | -25.81 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 319.63 Mn |
| Mar 31, 2026 | 135.41 Mn |
| Dec 31, 2025 | -244.67 Mn |
| Sep 30, 2025 | 13.14 Mn |
| Jun 30, 2025 | 1.02 Bn |
| Mar 31, 2025 | 81.26 Mn |
| Dec 31, 2024 | 34.65 Mn |
| Sep 30, 2024 | 32.06 Mn |
| Jun 30, 2024 | -119.86 Mn |
| Mar 31, 2024 | 17.42 Mn |
| Dec 31, 2023 | -321,000.00 |
| Sep 30, 2023 | -69.77 Mn |
| Jun 30, 2023 | 27.57 Mn |
| Mar 31, 2023 | 53.66 Mn |
| Dec 31, 2022 | 51.77 Mn |
| Sep 30, 2022 | 61.30 Mn |
| Jun 30, 2022 | 84.94 Mn |
| Mar 31, 2022 | 61.27 Mn |
| Dec 31, 2021 | 55.77 Mn |
| Sep 30, 2021 | 99.24 Mn |
Digital Realty Trust Net Income 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=net-income&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();