Enbridge (EBGEF) Income from Non-Controlling Interests (2011 - 2025)
Enbridge's (EBGEF) quarterly Income from Non-Controlling Interests came in at -$21.5 million in Q4 2025, down 230.66% year-over-year from $16.5 million in Q4 2024, and down 285.04% quarter-over-quarter from $11.6 million in Q3 2025.
Enbridge (EBGEF) Income from Non-Controlling Interests (2011 - 2025) Analysis & Trends
Enbridge (EBGEF) has reported Income from Non-Controlling Interests for 15 consecutive years, with -$21.5 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Income from Non-Controlling Interests fell 230.66% year-over-year to -$21.5 million in Q4 2025; TTM through Dec 2025 was $108.2 million, a 22.27% decrease from a year earlier, with the FY2025 full-year figure at -$10.0 million, down 107.22% from the prior year.
- Income from Non-Controlling Interests was -$21.5 million for Q4 2025 at Enbridge, down from $11.6 million in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at $87.8 million in Q1 2025 and troughed at -$96.2 million in Q4 2023.
- A 5-year average of $14.6 million and a median of $23.7 million in 2021 frame the typical range for Income from Non-Controlling Interests.
- Across the five-year window, Income from Non-Controlling Interests slumped 465.64% in 2022 and soared 2651.66% in 2024, its largest moves.
- Over 5 years, Income from Non-Controlling Interests stood at $25.4 million in 2021, then tumbled by 465.64% to -$92.8 million in 2022, then dropped by 3.66% to -$96.2 million in 2023, then jumped by 117.11% to $16.5 million in 2024, then slumped by 230.66% to -$21.5 million in 2025.
- The last three Income from Non-Controlling Interests figures came in at -$21.5 million (Q4 2025), $11.6 million (Q3 2025), and $30.3 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn | 27.00 Mn |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - | 15.00 Mn |
| 3 | Energy Transfer | 70.45 Bn | 69.42 Bn | 7.40 Bn | 432.00 Mn |
| 4 | Tc Energy | 62.27 Bn | 61.74 Bn | 1.80 Bn | 161.94 Mn |
| 5 | Targa Resources | 60.51 Bn | 60.52 Bn | 2.14 Bn | 13.10 Mn |
| 6 | Mplx | 59.97 Bn | 58.94 Bn | 2.73 Bn | 10.00 Mn |
| 7 | Oneok | 56.80 Bn | 56.74 Bn | 2.81 Bn | 1.00 Mn |
| 8 | Cheniere Energy | 56.38 Bn | 60.43 Bn | 5.29 Bn | 574.00 Mn |
| 9 | Enbridge | 54.60 Bn | 55.10 Bn | 5.23 Bn | - |
| 10 | Venture Global | 32.13 Bn | 32.42 Bn | 2.92 Bn | 5.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -21.51 Mn |
| Sep 30, 2025 | 11.63 Mn |
| Jun 30, 2025 | 30.31 Mn |
| Mar 31, 2025 | 87.81 Mn |
| Dec 31, 2024 | 16.46 Mn |
| Sep 30, 2024 | 41.05 Mn |
| Jun 30, 2024 | 42.41 Mn |
| Mar 31, 2024 | 39.33 Mn |
| Dec 31, 2023 | -96.22 Mn |
| Sep 30, 2023 | 1.49 Mn |
| Jun 30, 2023 | 49.13 Mn |
| Mar 31, 2023 | 36.25 Mn |
| Dec 31, 2022 | -92.82 Mn |
| Sep 30, 2022 | 16.10 Mn |
| Jun 30, 2022 | 9.41 Mn |
| Mar 31, 2022 | 22.11 Mn |
| Dec 31, 2021 | 25.39 Mn |
| Sep 30, 2021 | 27.01 Mn |
| Jun 30, 2021 | 30.10 Mn |
| Mar 31, 2021 | 17.38 Mn |
Enbridge Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();