Enbridge (EBGEF) Accounts Payables (2011 - 2023)
Enbridge's (EBGEF) quarterly Accounts Payables came in at $40.3 million in Q3 2023, up 12.72% quarter-over-quarter from $35.7 million in Q2 2023.
Enbridge (EBGEF) Accounts Payables (2011 - 2023) Analysis & Trends
Enbridge (EBGEF) has reported Accounts Payables for 8 consecutive years, with $40.3 million the latest figure, recorded in Q3 2023.
- On a quarterly basis, Accounts Payables changed N/A year-over-year to $40.3 million in Q3 2023; TTM through Sep 2023 was $40.3 million, a N/A change from a year earlier, with the FY2022 full-year figure at $80.8 million, changed N/A from the prior year.
- Accounts Payables was $40.3 million for Q3 2023 at Enbridge, up from $35.7 million in the prior quarter.
- Over five years, Accounts Payables peaked at $77.4 million in Q4 2022 and troughed at $35.7 million in Q2 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Accounts Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Kinder Morgan | 110.71 Bn | 111.84 Bn | 3.07 Bn | 1.57 Bn |
| 2 | Enterprise Products Partners | 82.12 Bn | 81.26 Bn | - | 1.33 Bn |
| 3 | Energy Transfer | 70.45 Bn | 69.42 Bn | 7.40 Bn | 13.72 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 | 2.11 Bn |
| 6 | Mplx | 59.97 Bn | 58.94 Bn | 2.73 Bn | 155.00 Mn |
| 7 | Oneok | 56.80 Bn | 56.74 Bn | 2.81 Bn | 3.53 Bn |
| 8 | Cheniere Energy | 56.38 Bn | 60.43 Bn | 5.29 Bn | 293.00 Mn |
| 9 | Enbridge | 54.60 Bn | 55.10 Bn | 5.23 Bn | - |
| 10 | Venture Global | 32.13 Bn | 32.42 Bn | 2.92 Bn | 828.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2023 | 40.28 Mn |
| Jun 30, 2023 | 35.73 Mn |
| Dec 31, 2022 | 77.35 Mn |
| Dec 31, 2016 | 245.90 Mn |
| Dec 31, 2015 | 420.38 Mn |
| Dec 31, 2014 | 364.60 Mn |
| Dec 31, 2013 | 286.00 Mn |
| Dec 31, 2012 | 124.13 Mn |
| Dec 31, 2011 | 171.96 Mn |
Enbridge Accounts Payables 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=accounts-payables&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "accounts-payables", "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=accounts-payables&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();