Tc Energy Corp (TRPPF) Other Working Capital Changes (2009 - 2026)
Tc Energy (TRPPF) posted Other Working Capital Changes of $2.6 billion for Q4 2014, down 1.03% on a QoQ basis from $2.6 billion in Q2 2014, and up 12.18% year-over-year from $2.3 billion in Q4 2013.
Tc Energy Corp (TRPPF) Other Working Capital Changes (2009 - 2026) Analysis & Trends
Tc Energy has reported Other Working Capital Changes for 3 years, with the latest figure at $2.6 billion in Q4 2014.
- On a quarterly basis, Other Working Capital Changes rose 12.18% year-over-year to $2.6 billion in Q4 2014; TTM through Dec 2014 was $9.8 billion, a N/A change from a year earlier, with the FY2014 full-year figure at $10.2 billion, up 15.78% from the prior year.
- Other Working Capital Changes was $2.6 billion for Q4 2014 at Tc Energy, down from $2.6 billion in the prior quarter.
- The five-year high for Other Working Capital Changes was $366.5 million in Q4 2024, with the low at -$484.7 million in Q2 2022.
- Average Other Working Capital Changes over 5 years is -$19.7 million, with a median of $44.4 million recorded in 2023.
- The sharpest annual moves came in 2013 and 2014: Other Working Capital Changes advanced 10.62% in 2013, then gained 20.04% in 2014.
- Over 3 years, Other Working Capital Changes stood at $2.1 billion in 2012, then climbed by 10.62% to $2.3 billion in 2013, then climbed by 12.18% to $2.6 billion in 2014.
- The last three Other Working Capital Changes figures came in at $2.6 billion (Q4 2014), $2.6 billion (Q2 2014), and $2.3 billion (Q4 2013), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 221.94 Mn |
| Jun 30, 2026 | 221.94 Mn |
| Dec 31, 2025 | -180.71 Mn |
| Dec 31, 2025 | -180.71 Mn |
| Sep 30, 2025 | 94.46 Mn |
| Sep 30, 2025 | 94.46 Mn |
| Jun 30, 2025 | 150.84 Mn |
| Jun 30, 2025 | 150.84 Mn |
| Mar 31, 2025 | -411.18 Mn |
| Mar 31, 2025 | -411.18 Mn |
| Dec 31, 2024 | 366.51 Mn |
| Dec 31, 2024 | 366.51 Mn |
| Sep 30, 2024 | 148.81 Mn |
| Sep 30, 2024 | 148.81 Mn |
| Jun 30, 2024 | -125.76 Mn |
| Jun 30, 2024 | -125.76 Mn |
| Mar 31, 2024 | -255.29 Mn |
| Mar 31, 2024 | -255.29 Mn |
| Dec 31, 2023 | 163.07 Mn |
| Dec 31, 2023 | 163.07 Mn |
Tc Energy Corp 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=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "ticker": "TRPPF", "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=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();