Enbridge (EBGEF) Retained Earnings (2011 - 2026)
Enbridge's (EBGEF) quarterly Retained Earnings came in at -$14.7 billion in Q2 2026, down 15.32% year-over-year from -$17.4 billion in Q2 2025, and down 2.79% quarter-over-quarter from -$14.3 billion in Q1 2026.
Enbridge (EBGEF) Retained Earnings (2011 - 2026) Analysis & Trends
Enbridge (EBGEF) has reported Retained Earnings for 16 consecutive years, with -$14.7 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Retained Earnings fell 15.32% year-over-year to -$14.7 billion in Q2 2026; TTM through Jun 2026 was -$14.7 billion, a 15.32% decrease from a year earlier, with the FY2025 full-year figure at -$15.2 billion, down 4.04% from the prior year.
- Retained Earnings was -$14.7 billion for Q2 2026 at Enbridge, down from -$14.3 billion in the prior quarter.
- Over five years, Retained Earnings peaked at -$7.2 billion in Q1 2022 and troughed at -$15.3 billion in Q4 2025.
- A 5-year average of -$11.8 billion and a median of -$11.9 billion in 2024 frame the typical range for Retained Earnings.
- Across the five-year window, Retained Earnings slumped 41.88% in 2023 and declined 6.36% in 2025, its largest moves.
- Over 5 years, Retained Earnings stood at -$11.4 billion in 2022, then dropped by 10.19% to -$12.6 billion in 2023, then dropped by 14.15% to -$14.3 billion in 2024, then decreased by 6.36% to -$15.3 billion in 2025, then rose by 3.69% to -$14.7 billion in 2026.
- The last three Retained Earnings figures came in at -$14.7 billion (Q2 2026), -$14.3 billion (Q1 2026), and -$15.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn | 41.32 Bn |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - | 174.00 Mn |
| 3 | Energy Transfer | 70.45 Bn | 69.42 Bn | 7.40 Bn | 49.00 Mn |
| 4 | Tc Energy | 62.27 Bn | 61.74 Bn | 1.80 Bn | -4.25 Bn |
| 5 | Targa Resources | 60.51 Bn | 60.52 Bn | 2.14 Bn | 3.13 Bn |
| 6 | Mplx | 59.97 Bn | 58.94 Bn | 2.73 Bn | 5.00 Mn |
| 7 | Oneok | 56.80 Bn | 56.74 Bn | 2.81 Bn | 21.01 Bn |
| 8 | Cheniere Energy | 56.38 Bn | 60.43 Bn | 5.29 Bn | 11.57 Bn |
| 9 | Enbridge | 54.60 Bn | 55.10 Bn | 5.23 Bn | -14.70 Bn |
| 10 | Venture Global | 32.13 Bn | 32.42 Bn | 2.92 Bn | 6.47 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -14.70 Bn |
| Mar 31, 2026 | -14.30 Bn |
| Dec 31, 2025 | -15.26 Bn |
| Sep 30, 2025 | -13.85 Bn |
| Jun 30, 2025 | -12.75 Bn |
| Mar 31, 2025 | -12.39 Bn |
| Dec 31, 2024 | -14.35 Bn |
| Sep 30, 2024 | -12.09 Bn |
| Jun 30, 2024 | -11.55 Bn |
| Mar 31, 2024 | -11.65 Bn |
| Dec 31, 2023 | -12.57 Bn |
| Sep 30, 2023 | -11.20 Bn |
| Jun 30, 2023 | -10.23 Bn |
| Mar 31, 2023 | -10.17 Bn |
| Dec 31, 2022 | -11.41 Bn |
| Sep 30, 2022 | -8.34 Bn |
| Jun 30, 2022 | -8.17 Bn |
| Mar 31, 2022 | -7.17 Bn |
| Dec 31, 2021 | -8.72 Bn |
| Sep 30, 2021 | -7.47 Bn |
Enbridge Retained Earnings 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=retained-earnings&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();