Enbridge (EBGEF) Non Operating Income (2017 - 2025)
Enbridge's (EBGEF) quarterly Non Operating Income came in at $122.0 million in Q1 2025, up 129.83% year-over-year from $53.1 million in Q1 2024, and up 129.83% quarter-over-quarter from -$408.9 million in Q1 2024.
Enbridge (EBGEF) Non Operating Income (2017 - 2025) Analysis & Trends
Enbridge (EBGEF) has reported Non Operating Income for 9 consecutive years, with $122.0 million the latest figure, recorded in Q1 2025.
- On a quarterly basis, Non Operating Income rose 129.83% year-over-year to $122.0 million in Q1 2025; TTM through Mar 2025 was $216.6 million, a 36.57% decrease from a year earlier, with the FY2024 full-year figure at $318.5 million, down 64.9% from the prior year.
- Non Operating Income was $122.0 million for Q1 2025 at Enbridge, up from -$408.9 million in the prior quarter.
- Over five years, Non Operating Income peaked at $428.1 million in Q2 2023 and troughed at -$677.0 million in Q3 2022.
- A 5-year average of $44.8 million and a median of $159.0 million in 2021 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income slumped 1421.88% in 2022 and surged 209.37% in 2023, its largest moves.
- Over 5 years, Non Operating Income stood at $422.8 million in 2021, then tumbled by 41.63% to $246.8 million in 2022, then surged by 73.45% to $428.1 million in 2023, then plunged by 195.52% to -$408.9 million in 2024, then surged by 129.83% to $122.0 million in 2025.
- The last three Non Operating Income figures came in at $122.0 million (Q1 2025), -$408.9 million (Q1 2024), and $428.1 million (Q2 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn | -180.00 Mn |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - | -381.00 Mn |
| 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 | -282.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 | -435.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 121.96 Mn |
| Mar 31, 2024 | -408.90 Mn |
| Jun 30, 2023 | 428.06 Mn |
| Mar 31, 2023 | 75.45 Mn |
| Dec 31, 2022 | 246.80 Mn |
| Sep 30, 2022 | -677.04 Mn |
| Jun 30, 2022 | -391.39 Mn |
| Mar 31, 2022 | 361.58 Mn |
| Dec 31, 2021 | 422.85 Mn |
| Sep 30, 2021 | -44.49 Mn |
| Jun 30, 2021 | 196.06 Mn |
| Mar 31, 2021 | 206.22 Mn |
| Dec 31, 2020 | 385.83 Mn |
| Sep 30, 2020 | 193.61 Mn |
| Jun 30, 2020 | 450.03 Mn |
| Mar 31, 2020 | -855.54 Mn |
| Dec 31, 2019 | -51.51 Mn |
| Sep 30, 2019 | 28.79 Mn |
| Jun 30, 2019 | 153.22 Mn |
| Mar 31, 2019 | 195.50 Mn |
Enbridge Non Operating 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=non-operating-income&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();