Digital Realty Trust (DLR) Minority Interest (2009 - 2026)
Digital Realty Trust (DLR) posted Minority Interest of $1.6 billion for Q2 2026, down 1.72% on a QoQ basis from $1.6 billion in Q1 2026, and up 4.08% year-over-year from $1.5 billion in Q2 2025.
Digital Realty Trust (DLR) Minority Interest (2009 - 2026) Analysis & Trends
Digital Realty Trust has reported Minority Interest for 18 years, with the latest figure at $1.6 billion in Q2 2026.
- On a quarterly basis, Minority Interest rose 4.08% year-over-year to $1.6 billion in Q2 2026; TTM through Jun 2026 was $1.6 billion, a 4.08% increase from a year earlier, with the FY2025 full-year figure at $1.5 billion, up 4.59% from the prior year.
- Minority Interest was $1.6 billion for Q2 2026 at Digital Realty Trust, down from $1.6 billion in the prior quarter.
- The five-year high for Minority Interest was $1.6 billion in Q1 2026, with the low at $491.6 million in Q2 2022.
- Average Minority Interest over 5 years is $1.4 billion, with a median of $1.4 billion recorded in 2023.
- The largest YoY upside for Minority Interest was 220.76% in 2022 against a maximum downside of 30.43% in 2022.
- Over 5 years, Minority Interest stood at $1.5 billion in 2022, then declined by 7.91% to $1.4 billion in 2023, then increased by 2.75% to $1.4 billion in 2024, then gained by 4.59% to $1.5 billion in 2025, then rose by 4.56% to $1.6 billion in 2026.
- The last three Minority Interest figures came in at $1.6 billion (Q2 2026), $1.6 billion (Q1 2026), and $1.5 billion (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 | 1.57 Bn |
| Mar 31, 2026 | 1.59 Bn |
| Dec 31, 2025 | 1.50 Bn |
| Sep 30, 2025 | 1.54 Bn |
| Jun 30, 2025 | 1.51 Bn |
| Mar 31, 2025 | 1.46 Bn |
| Dec 31, 2024 | 1.43 Bn |
| Sep 30, 2024 | 1.47 Bn |
| Jun 30, 2024 | 1.40 Bn |
| Mar 31, 2024 | 1.35 Bn |
| Dec 31, 2023 | 1.39 Bn |
| Sep 30, 2023 | 1.36 Bn |
| Jun 30, 2023 | 1.37 Bn |
| Mar 31, 2023 | 1.45 Bn |
| Dec 31, 2022 | 1.51 Bn |
| Sep 30, 2022 | 1.43 Bn |
| Jun 30, 2022 | 491.59 Mn |
| Mar 31, 2022 | 510.50 Mn |
| Dec 31, 2021 | 472.22 Mn |
| Sep 30, 2021 | 492.24 Mn |
Digital Realty Trust Minority Interest 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=minority-interest&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();