Enbridge (EBGEF) Shares Outstanding (2011 - 2026)
Enbridge's (EBGEF) quarterly Shares Outstanding (Entity) came in at $2.2 billion in Q2 2026, little changed year-over-year from $2.2 billion in Q2 2025, and little changed quarter-over-quarter from $2.2 billion in Q1 2026.
Enbridge (EBGEF) Shares Outstanding (2011 - 2026) Analysis & Trends
Enbridge (EBGEF) has reported Shares Outstanding (Entity) for 16 consecutive years, with $2.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Shares Outstanding (Entity) changed 0.14% year-over-year to $2.2 billion in Q2 2026; TTM through Jun 2026 was $2.2 billion, a 0.14% change from a year earlier, with the FY2025 full-year figure at $2.2 billion, changed 0.18% from the prior year.
- Shares Outstanding (Entity) was $2.2 billion for Q2 2026 at Enbridge, roughly flat from $2.2 billion in the prior quarter.
- Over five years, Shares Outstanding (Entity) peaked at $2.2 billion in Q1 2026 and troughed at $2.0 billion in Q2 2023.
- A 5-year average of $2.1 billion and a median of $2.2 billion in 2023 frame the typical range for Shares Outstanding (Entity).
- Across the five-year window, Shares Outstanding (Entity) dropped 0.1% in 2023 and grew 7.61% in 2024, its largest moves.
- Over 5 years, Shares Outstanding (Entity) stood at $2.0 billion in 2022, then increased by 4.94% to $2.1 billion in 2023, then advanced by 2.49% to $2.2 billion in 2024, then grew by 0.18% to $2.2 billion in 2025, then climbed by 0.09% to $2.2 billion in 2026.
- The last three Shares Outstanding (Entity) figures came in at $2.2 billion (Q2 2026), $2.2 billion (Q1 2026), and $2.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn | 2.23 Bn |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - | 2.16 Bn |
| 3 | Energy Transfer | 70.45 Bn | 69.42 Bn | 7.40 Bn | 3.44 Bn |
| 4 | Tc Energy | 62.27 Bn | 61.74 Bn | 1.80 Bn | 1.04 Bn |
| 5 | Targa Resources | 60.51 Bn | 60.52 Bn | 2.14 Bn | 214.60 Mn |
| 6 | Mplx | 59.97 Bn | 58.94 Bn | 2.73 Bn | 1.02 Bn |
| 7 | Oneok | 56.80 Bn | 56.74 Bn | 2.81 Bn | 630.90 Mn |
| 8 | Cheniere Energy | 56.38 Bn | 60.43 Bn | 5.29 Bn | 209.00 Mn |
| 9 | Enbridge | 54.60 Bn | 55.10 Bn | 5.23 Bn | 2.18 Bn |
| 10 | Venture Global | 32.13 Bn | 32.42 Bn | 2.92 Bn | 2.49 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.18 Bn |
| Mar 31, 2026 | 2.18 Bn |
| Dec 31, 2025 | 2.18 Bn |
| Sep 30, 2025 | 2.18 Bn |
| Jun 30, 2025 | 2.18 Bn |
| Mar 31, 2025 | 2.18 Bn |
| Dec 31, 2024 | 2.16 Bn |
| Sep 30, 2024 | 2.18 Bn |
| Jun 30, 2024 | 2.14 Bn |
| Mar 31, 2024 | 2.13 Bn |
| Dec 31, 2023 | 2.06 Bn |
| Sep 30, 2023 | 2.05 Bn |
| Jun 30, 2023 | 2.02 Bn |
| Mar 31, 2023 | 2.03 Bn |
| Dec 31, 2022 | 2.03 Bn |
| Sep 30, 2022 | 2.03 Bn |
| Jun 30, 2022 | 2.03 Bn |
| Mar 31, 2022 | 2.03 Bn |
| Dec 31, 2021 | 2.02 Bn |
| Sep 30, 2021 | 2.02 Bn |
Enbridge Shares Outstanding 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=shares-outstanding&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();