Enbridge (EBGEF) Gains from Investment Securities (2012 - 2026)
Enbridge's (EBGEF) quarterly Gains from Investment Securities came in at $365.1 million in Q2 2026, up 0.77% year-over-year from $362.3 million in Q2 2025, and up 8.37% quarter-over-quarter from $336.9 million in Q1 2026.
Enbridge (EBGEF) Gains from Investment Securities (2012 - 2026) Analysis & Trends
Enbridge (EBGEF) has reported Gains from Investment Securities for 15 consecutive years, with $365.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Gains from Investment Securities rose 0.77% year-over-year to $365.1 million in Q2 2026; TTM through Jun 2026 was $1.4 billion, a 6.89% decrease from a year earlier, with the FY2025 full-year figure at $1.5 billion, down 4.55% from the prior year.
- Gains from Investment Securities was $365.1 million for Q2 2026 at Enbridge, up from $336.9 million in the prior quarter.
- Over five years, Gains from Investment Securities peaked at $456.3 million in Q2 2023 and troughed at $311.1 million in Q1 2022.
- A 5-year average of $367.3 million and a median of $358.4 million in 2025 frame the typical range for Gains from Investment Securities.
- Across the five-year window, Gains from Investment Securities jumped 33.71% in 2022 and declined 22.94% in 2024, its largest moves.
- Over 5 years, Gains from Investment Securities stood at $393.4 million in 2022, then dropped by 14.3% to $337.2 million in 2023, then surged by 32.06% to $445.3 million in 2024, then retreated by 16.42% to $372.2 million in 2025, then slipped by 1.91% to $365.1 million in 2026.
- The last three Gains from Investment Securities figures came in at $365.1 million (Q2 2026), $336.9 million (Q1 2026), and $372.2 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 | 365.08 Mn |
| Mar 31, 2026 | 336.89 Mn |
| Dec 31, 2025 | 372.17 Mn |
| Sep 30, 2025 | 354.60 Mn |
| Jun 30, 2025 | 362.30 Mn |
| Mar 31, 2025 | 388.18 Mn |
| Dec 31, 2024 | 445.26 Mn |
| Sep 30, 2024 | 338.67 Mn |
| Jun 30, 2024 | 351.68 Mn |
| Mar 31, 2024 | 412.61 Mn |
| Dec 31, 2023 | 337.15 Mn |
| Sep 30, 2023 | 352.83 Mn |
| Jun 30, 2023 | 456.35 Mn |
| Mar 31, 2023 | 335.08 Mn |
| Dec 31, 2022 | 393.40 Mn |
| Sep 30, 2022 | 318.20 Mn |
| Jun 30, 2022 | 379.62 Mn |
| Mar 31, 2022 | 311.05 Mn |
| Dec 31, 2021 | 343.51 Mn |
| Sep 30, 2021 | 365.43 Mn |
Enbridge Gains from Investment Securities 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=gains-from-investment-securities&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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=gains-from-investment-securities&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();