Enbridge (EBGEF) Intangibles (2011 - 2026)
Enbridge's (EBGEF) quarterly Intangibles came in at $2.9 billion in Q2 2026, down 6.98% year-over-year from $3.1 billion in Q2 2025, and down 1.65% quarter-over-quarter from $2.9 billion in Q1 2026.
Enbridge (EBGEF) Intangibles (2011 - 2026) Analysis & Trends
Enbridge (EBGEF) has reported Intangibles for 16 consecutive years, with $2.9 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Intangibles fell 6.98% year-over-year to $2.9 billion in Q2 2026; TTM through Jun 2026 was $2.9 billion, a 6.98% decrease from a year earlier, with the FY2025 full-year figure at $2.9 billion, down 45.15% from the prior year.
- Intangibles was $2.9 billion for Q2 2026 at Enbridge, down from $2.9 billion in the prior quarter.
- Over five years, Intangibles peaked at $5.1 billion in Q4 2024 and troughed at $2.6 billion in Q4 2023.
- A 5-year average of $3.1 billion and a median of $3.1 billion in 2022 frame the typical range for Intangibles.
- Across the five-year window, Intangibles jumped 96.46% in 2024 and slumped 43.93% in 2025, its largest moves.
- Over 5 years, Intangibles stood at $3.0 billion in 2022, then decreased by 12.23% to $2.6 billion in 2023, then jumped by 96.46% to $5.1 billion in 2024, then tumbled by 43.93% to $2.9 billion in 2025, then gained by 0.31% to $2.9 billion in 2026.
- The last three Intangibles figures came in at $2.9 billion (Q2 2026), $2.9 billion (Q1 2026), and $2.9 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn | 1.87 Bn |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - | 4.05 Bn |
| 3 | Energy Transfer | 70.45 Bn | 69.42 Bn | 7.40 Bn | 7.16 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 | 659.00 Mn |
| 6 | Mplx | 59.97 Bn | 58.94 Bn | 2.73 Bn | 1.32 Bn |
| 7 | Oneok | 56.80 Bn | 56.74 Bn | 2.81 Bn | 2.84 Bn |
| 8 | Cheniere Energy | 56.38 Bn | 60.43 Bn | 5.29 Bn | - |
| 9 | Enbridge | 54.60 Bn | 55.10 Bn | 5.23 Bn | 2.87 Bn |
| 10 | Venture Global | 32.13 Bn | 32.42 Bn | 2.92 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.87 Bn |
| Mar 31, 2026 | 2.92 Bn |
| Dec 31, 2025 | 2.86 Bn |
| Sep 30, 2025 | 3.10 Bn |
| Jun 30, 2025 | 3.09 Bn |
| Mar 31, 2025 | 3.15 Bn |
| Dec 31, 2024 | 5.10 Bn |
| Sep 30, 2024 | 3.23 Bn |
| Jun 30, 2024 | 3.29 Bn |
| Mar 31, 2024 | 3.36 Bn |
| Dec 31, 2023 | 2.60 Bn |
| Sep 30, 2023 | 2.78 Bn |
| Jun 30, 2023 | 2.80 Bn |
| Mar 31, 2023 | 2.89 Bn |
| Dec 31, 2022 | 2.96 Bn |
| Sep 30, 2022 | 3.16 Bn |
| Jun 30, 2022 | 3.07 Bn |
| Mar 31, 2022 | 3.08 Bn |
| Dec 31, 2021 | 3.18 Bn |
| Sep 30, 2021 | 1.76 Bn |
Enbridge Intangibles 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=intangibles&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();