Enbridge (EBGEF) Selling, General & Administrative (2012 - 2026)
Analysis
Enbridge (EBGEF) Selling, General & Administrative (2012 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn | 192.00 Mn |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - | 64.00 Mn |
| 3 | Energy Transfer | 70.45 Bn | 69.42 Bn | 7.40 Bn | 421.00 Mn |
| 4 | Tc Energy | 62.27 Bn | 61.74 Bn | 1.80 Bn | - |
| 5 | Targa Resources | 60.51 Bn | 60.52 Bn | 2.14 Bn | 108.10 Mn |
| 6 | Mplx | 59.97 Bn | 58.94 Bn | 2.73 Bn | 108.00 Mn |
| 7 | Oneok | 56.80 Bn | 56.74 Bn | 2.81 Bn | - |
| 8 | Cheniere Energy | 56.38 Bn | 60.43 Bn | 5.29 Bn | 88.00 Mn |
| 9 | Enbridge | 54.60 Bn | 55.10 Bn | 5.23 Bn | 1.71 Bn |
| 10 | Venture Global | 32.13 Bn | 32.42 Bn | 2.92 Bn | 112.00 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.71 Bn |
| Mar 31, 2026 | 1.87 Bn |
| Dec 31, 2025 | 1.94 Bn |
| Sep 30, 2025 | 1.80 Bn |
| Jun 30, 2025 | 1.67 Bn |
| Mar 31, 2025 | 1.72 Bn |
| Dec 31, 2024 | 1.94 Bn |
| Sep 30, 2024 | 1.67 Bn |
| Jun 30, 2024 | 1.69 Bn |
| Mar 31, 2024 | 1.58 Bn |
| Dec 31, 2023 | 1.82 Bn |
| Sep 30, 2023 | 1.53 Bn |
| Jun 30, 2023 | 1.51 Bn |
| Mar 31, 2023 | 1.51 Bn |
| Dec 31, 2022 | 1.67 Bn |
| Sep 30, 2022 | 1.60 Bn |
| Jun 30, 2022 | 1.56 Bn |
| Mar 31, 2022 | 1.48 Bn |
| Dec 31, 2021 | 1.59 Bn |
| Sep 30, 2021 | 1.32 Bn |
API Access
Enbridge Selling, General & Administrative 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=selling-general-and-administrative&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();