Enbridge (EBGEF) Property, Plant & Equipment (Net) Growth (3y) (2014 - 2026)
Analysis
Enbridge (EBGEF) Property, Plant & Equipment (Net) Growth (3y) (2014 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn | 4.26% |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - | 5.05% |
| 3 | Energy Transfer | 70.45 Bn | 69.42 Bn | 7.40 Bn | 8.66% |
| 4 | Tc Energy | 62.27 Bn | 61.74 Bn | 1.80 Bn | -3.00% |
| 5 | Targa Resources | 60.51 Bn | 60.52 Bn | 2.14 Bn | 15.70% |
| 6 | Mplx | 59.97 Bn | 58.94 Bn | 2.73 Bn | 6.60% |
| 7 | Oneok | 56.80 Bn | 56.74 Bn | 2.81 Bn | 34.09% |
| 8 | Cheniere Energy | 56.38 Bn | 60.43 Bn | 5.29 Bn | 5.30% |
| 9 | Enbridge | 54.60 Bn | 55.10 Bn | 5.23 Bn | 8.74% |
| 10 | Venture Global | 32.13 Bn | 32.42 Bn | 2.92 Bn | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.74% |
| Mar 31, 2026 | 8.32% |
| Dec 31, 2025 | 7.04% |
| Sep 30, 2025 | 5.64% |
| Jun 30, 2025 | 5.21% |
| Mar 31, 2025 | 5.35% |
| Dec 31, 2024 | 5.74% |
| Sep 30, 2024 | 5.39% |
| Jun 30, 2024 | 4.30% |
| Mar 31, 2024 | 3.85% |
| Dec 31, 2023 | 1.95% |
| Sep 30, 2023 | 3.02% |
| Jun 30, 2023 | 3.67% |
| Mar 31, 2023 | 1.63% |
| Dec 31, 2022 | 2.72% |
| Sep 30, 2022 | 4.12% |
| Jun 30, 2022 | 4.48% |
| Mar 31, 2022 | 3.57% |
| Dec 31, 2021 | 3.49% |
| Sep 30, 2021 | 3.96% |
API Access
Enbridge Property, Plant & Equipment (Net) Growth (3y) 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=property-plant-and-equipment-net-growth-3y&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-3y", "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=property-plant-and-equipment-net-growth-3y&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();