Enbridge (EBGEF) Raw Materials (2011 - 2025)
Enbridge's (EBGEF) quarterly Raw Materials came in at $393.0 million in Q4 2025, up 14.6% year-over-year from $342.9 million in Q4 2024, and up 14.6% quarter-over-quarter from $342.9 million in Q4 2024.
Enbridge (EBGEF) Raw Materials (2011 - 2025) Analysis & Trends
Enbridge (EBGEF) has reported Raw Materials for 10 consecutive years, with $393.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Raw Materials rose 14.6% year-over-year to $393.0 million in Q4 2025; TTM through Dec 2025 was $393.0 million, a 14.6% increase from a year earlier, with the FY2025 full-year figure at $392.2 million, up 12.11% from the prior year.
- Raw Materials was $393.0 million for Q4 2025 at Enbridge, up from $342.9 million in the prior quarter.
- Over five years, Raw Materials peaked at $393.0 million in Q4 2025 and troughed at $342.9 million in Q4 2024.
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 |
|---|---|
| Dec 31, 2025 | 392.96 Mn |
| Dec 31, 2024 | 342.89 Mn |
| Dec 31, 2018 | 365.17 Mn |
| Dec 31, 2017 | 585.63 Mn |
| Dec 31, 2016 | 475.31 Mn |
| Dec 31, 2015 | 357.43 Mn |
| Dec 31, 2014 | 398.06 Mn |
| Dec 31, 2013 | 560.57 Mn |
| Dec 31, 2012 | 334.04 Mn |
| Dec 31, 2011 | 251.10 Mn |
Enbridge Raw Materials 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=raw-materials&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "raw-materials", "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=raw-materials&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();