Enbridge (EBGEF) Other Working Capital Changes (2012 - 2026)
Enbridge's (EBGEF) quarterly Other Working Capital Changes came in at -$892.1 million in Q2 2026, down 2031.16% year-over-year from $46.2 million in Q2 2025, and down 163.68% quarter-over-quarter from $1.4 billion in Q1 2026.
Enbridge (EBGEF) Other Working Capital Changes (2012 - 2026) Analysis & Trends
Enbridge (EBGEF) has reported Other Working Capital Changes for 15 consecutive years, with -$892.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Working Capital Changes fell 2031.16% year-over-year to -$892.1 million in Q2 2026; TTM through Jun 2026 was $912.2 million, a 190.25% increase from a year earlier, with the FY2025 full-year figure at $1.0 billion, up 935.16% from the prior year.
- Other Working Capital Changes was -$892.1 million for Q2 2026 at Enbridge, down from $1.4 billion in the prior quarter.
- Over five years, Other Working Capital Changes peaked at $1.4 billion in Q1 2026 and troughed at -$892.1 million in Q2 2026.
- A 5-year average of -$4.3 million and a median of -$58.0 million in 2025 frame the typical range for Other Working Capital Changes.
- Across the five-year window, Other Working Capital Changes soared 404.64% in 2025 and plunged 2031.16% in 2026, its largest moves.
- Over 5 years, Other Working Capital Changes stood at -$434.7 million in 2022, then plunged by 43.64% to -$624.4 million in 2023, then surged by 74.89% to -$156.8 million in 2024, then soared by 404.64% to $477.6 million in 2025, then tumbled by 286.79% to -$892.1 million in 2026.
- The last three Other Working Capital Changes figures came in at -$892.1 million (Q2 2026), $1.4 billion (Q1 2026), and $477.6 million (Q4 2025), per Business Quant data.
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 |
|---|---|
| Jun 30, 2026 | -892.09 Mn |
| Jun 30, 2026 | -892.09 Mn |
| Mar 31, 2026 | 1.40 Bn |
| Mar 31, 2026 | 1.40 Bn |
| Dec 31, 2025 | 477.58 Mn |
| Dec 31, 2025 | 477.58 Mn |
| Sep 30, 2025 | -74.12 Mn |
| Sep 30, 2025 | -74.12 Mn |
| Jun 30, 2025 | -41.86 Mn |
| Jun 30, 2025 | -41.86 Mn |
| Mar 31, 2025 | 626.53 Mn |
| Mar 31, 2025 | 626.53 Mn |
| Dec 31, 2024 | -156.77 Mn |
| Dec 31, 2024 | -156.77 Mn |
| Sep 30, 2024 | -113.62 Mn |
| Sep 30, 2024 | -113.62 Mn |
| Jun 30, 2024 | 151.35 Mn |
| Jun 30, 2024 | 151.35 Mn |
| Mar 31, 2024 | 222.63 Mn |
| Mar 31, 2024 | 222.63 Mn |
Enbridge Other Working Capital Changes 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=other-working-capital-changes&ticker=EBGEF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=EBGEF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();