Enbridge (EBGEF) Other financing activities (2012 - 2026)
Enbridge's (EBGEF) quarterly Other financing activities came in at -$10.1 million in Q2 2026, down 567.45% year-over-year from $2.2 million in Q2 2025, and up 74.3% quarter-over-quarter from -$39.4 million in Q1 2026.
Enbridge (EBGEF) Other financing activities (2012 - 2026) Analysis & Trends
Enbridge (EBGEF) has reported Other financing activities for 15 consecutive years, with -$10.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other financing activities fell 567.45% year-over-year to -$10.1 million in Q2 2026; TTM through Jun 2026 was -$86.9 million, a 132.07% decrease from a year earlier, with the FY2025 full-year figure at -$60.8 million, down 108.23% from the prior year.
- Other financing activities was -$10.1 million for Q2 2026 at Enbridge, up from -$39.4 million in the prior quarter.
- Over five years, Other financing activities peaked at $2.2 million in Q2 2025 and troughed at -$77.4 million in Q3 2022.
- A 5-year average of -$24.6 million and a median of -$18.3 million in 2023 frame the typical range for Other financing activities.
- The widest YoY moves for Other financing activities: up 116.45% in 2025, down 1590.38% in 2025.
- Over 5 years, Other financing activities stood at -$67.0 million in 2022, then jumped by 96.71% to -$2.2 million in 2023, then sank by 192.37% to -$6.4 million in 2024, then slumped by 389.73% to -$31.6 million in 2025, then jumped by 67.92% to -$10.1 million in 2026.
- The last three Other financing activities figures came in at -$10.1 million (Q2 2026), -$39.4 million (Q1 2026), and -$31.6 million (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 | -10.12 Mn |
| Mar 31, 2026 | -39.38 Mn |
| Dec 31, 2025 | -31.55 Mn |
| Sep 30, 2025 | -5.81 Mn |
| Jun 30, 2025 | 2.17 Mn |
| Mar 31, 2025 | -25.09 Mn |
| Dec 31, 2024 | -6.44 Mn |
| Sep 30, 2024 | -8.06 Mn |
| Jun 30, 2024 | -13.16 Mn |
| Mar 31, 2024 | -1.48 Mn |
| Dec 31, 2023 | -2.20 Mn |
| Sep 30, 2023 | -13.43 Mn |
| Jun 30, 2023 | -23.08 Mn |
| Mar 31, 2023 | -24.41 Mn |
| Dec 31, 2022 | -67.04 Mn |
| Sep 30, 2022 | -77.44 Mn |
| Jun 30, 2022 | -23.53 Mn |
| Mar 31, 2022 | -72.63 Mn |
| Dec 31, 2021 | -18.25 Mn |
| Sep 30, 2021 | -19.07 Mn |
Enbridge Other financing activities 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=other-financing-activities&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-financing-activities", "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=other-financing-activities&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();