Enbridge (EBGEF) Minority Interest (2011 - 2026)
Enbridge's (EBGEF) quarterly Minority Interest came in at $2.0 billion in Q2 2026, down 1.65% quarter-over-quarter from $2.0 billion in Q1 2026.
Enbridge (EBGEF) Minority Interest (2011 - 2026) Analysis & Trends
Enbridge (EBGEF) has reported Minority Interest for 16 consecutive years, with $2.0 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Minority Interest changed N/A year-over-year to $2.0 billion in Q2 2026; TTM through Jun 2026 was $2.0 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $2.0 billion, down 6.53% from the prior year.
- Minority Interest was $2.0 billion for Q2 2026 at Enbridge, down from $2.0 billion in the prior quarter.
- Over five years, Minority Interest peaked at $2.6 billion in Q4 2022 and troughed at $2.0 billion in Q2 2022.
- A 5-year average of $2.2 billion and a median of $2.1 billion in 2024 frame the typical range for Minority Interest.
- Across the five-year window, Minority Interest decreased 14.71% in 2022 and gained 28.79% in 2023, its largest moves.
- Over 5 years, Minority Interest stood at $2.6 billion in 2022, then retreated by 13.98% to $2.2 billion in 2023, then slipped by 3.7% to $2.1 billion in 2024, then retreated by 4.45% to $2.0 billion in 2025, then dropped by 2.54% to $2.0 billion in 2026.
- The last three Minority Interest figures came in at $2.0 billion (Q2 2026), $2.0 billion (Q1 2026), and $2.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - |
| 3 | Energy Transfer | 70.45 Bn | 69.42 Bn | 7.40 Bn |
| 4 | Tc Energy | 62.27 Bn | 61.74 Bn | 1.80 Bn |
| 5 | Targa Resources | 60.51 Bn | 60.52 Bn | 2.14 Bn |
| 6 | Mplx | 59.97 Bn | 58.94 Bn | 2.73 Bn |
| 7 | Oneok | 56.80 Bn | 56.74 Bn | 2.81 Bn |
| 8 | Cheniere Energy | 56.38 Bn | 60.43 Bn | 5.29 Bn |
| 9 | Enbridge | 54.60 Bn | 55.10 Bn | 5.23 Bn |
| 10 | Venture Global | 32.13 Bn | 32.42 Bn | 2.92 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.00 Bn |
| Mar 31, 2026 | 2.03 Bn |
| Dec 31, 2025 | 2.05 Bn |
| Sep 30, 2025 | 2.10 Bn |
| Mar 31, 2025 | 2.11 Bn |
| Dec 31, 2024 | 2.14 Bn |
| Sep 30, 2024 | 2.19 Bn |
| Jun 30, 2024 | 2.21 Bn |
| Mar 31, 2024 | 2.26 Bn |
| Dec 31, 2023 | 2.22 Bn |
| Sep 30, 2023 | 2.52 Bn |
| Jun 30, 2023 | 2.55 Bn |
| Mar 31, 2023 | 2.58 Bn |
| Dec 31, 2022 | 2.59 Bn |
| Sep 30, 2022 | 1.99 Bn |
| Jun 30, 2022 | 1.99 Bn |
| Mar 31, 2022 | 2.00 Bn |
| Dec 31, 2021 | 2.02 Bn |
| Sep 30, 2021 | 2.05 Bn |
| Jun 30, 2021 | 2.33 Bn |
Enbridge 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=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "ticker": "EBGEF", "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=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();