Digital Realty Trust (DLR) Net Margin (2009 - 2026)
Digital Realty Trust (DLR) posted Net Margin of 16.08% for Q2 2026, up 110.0% on a QoQ basis from 7.66% in Q1 2026, and down 5163.0% year-over-year from 0.32% in Q2 2025.
Digital Realty Trust (DLR) Net Margin (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Net Margin for 18 years, with the latest figure at 16.08% in Q2 2026.
- On a quarterly basis, Net Margin fell 5163.0% year-over-year to 16.08% in Q2 2026; TTM through Jun 2026 was 2.7%, a 1687.0% decrease from a year earlier, with the FY2025 full-year figure at 16.72%, up 1810.0% from the prior year.
- Net Margin was 16.08% for Q2 2026 at Digital Realty Trust, up from 7.66% in the prior quarter.
- The five-year high for Net Margin was 67.71% in Q2 2025, with the low at 15.59% in Q4 2025.
- Average Net Margin over 5 years is 5.07%, with a median of 2.48% recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Net Margin tumbled 9181 bps in 2022, then surged 7730 bps in 2025.
- Over 5 years, Net Margin stood at 3.37% in 2022, then plunged by 123 bps to 0.77% in 2023, then jumped by 322 bps to 1.7% in 2024, then tumbled by 1015 bps to 15.59% in 2025, then jumped by 203 bps to 16.08% in 2026.
- The last three Net Margin figures came in at 16.08% (Q2 2026), 7.66% (Q1 2026), and 15.59% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - | 16.08% |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.08% |
| Mar 31, 2026 | 7.66% |
| Dec 31, 2025 | -15.59% |
| Sep 30, 2025 | 0.19% |
| Jun 30, 2025 | 67.71% |
| Mar 31, 2025 | 5.05% |
| Dec 31, 2024 | 1.70% |
| Sep 30, 2024 | 1.53% |
| Jun 30, 2024 | -9.58% |
| Mar 31, 2024 | 0.54% |
| Dec 31, 2023 | -0.77% |
| Sep 30, 2023 | -5.70% |
| Jun 30, 2023 | 1.27% |
| Mar 31, 2023 | 3.25% |
| Dec 31, 2022 | 3.37% |
| Sep 30, 2022 | 4.29% |
| Jun 30, 2022 | 4.67% |
| Mar 31, 2022 | 5.60% |
| Dec 31, 2021 | 95.18% |
| Sep 30, 2021 | 10.95% |
Digital Realty Trust Net Margin 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-margin&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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-margin&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();