Tc Energy Corp (TRPPF) Total Current Liabilities (2009 - 2025)
Tc Energy (TRPPF) posted Total Current Liabilities of $7.1 billion for Q4 2025, down 5.09% on a QoQ basis from $7.5 billion in Q4 2024, and down 5.09% year-over-year from $7.5 billion in Q4 2024.
Tc Energy Corp (TRPPF) Total Current Liabilities (2009 - 2025) Analysis & Trends
Tc Energy has reported Total Current Liabilities for 17 years, with the latest figure at $7.1 billion in Q4 2025.
- On a quarterly basis, Total Current Liabilities fell 5.09% year-over-year to $7.1 billion in Q4 2025; TTM through Dec 2025 was $7.1 billion, a 5.09% decrease from a year earlier, with the FY2025 full-year figure at $7.1 billion, down 7.16% from the prior year.
- Total Current Liabilities was $7.1 billion for Q4 2025 at Tc Energy, down from $7.5 billion in the prior quarter.
- The five-year high for Total Current Liabilities was $12.5 billion in Q4 2022, with the low at $7.1 billion in Q4 2025.
- Average Total Current Liabilities over 5 years is $9.2 billion, with a median of $8.7 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Total Current Liabilities rose 20.39% in 2022, then slumped 30.31% in 2023.
- Over 5 years, Total Current Liabilities stood at $10.3 billion in 2021, then grew by 20.39% to $12.5 billion in 2022, then plunged by 30.31% to $8.7 billion in 2023, then decreased by 13.31% to $7.5 billion in 2024, then dropped by 5.09% to $7.1 billion in 2025.
- The last three Total Current Liabilities figures came in at $7.1 billion (Q4 2025), $7.5 billion (Q4 2024), and $8.7 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 7.14 Bn |
| Dec 31, 2024 | 7.52 Bn |
| Dec 31, 2023 | 8.68 Bn |
| Dec 31, 2022 | 12.46 Bn |
| Dec 31, 2021 | 10.35 Bn |
| Dec 31, 2020 | 9.19 Bn |
| Sep 30, 2020 | 7.56 Bn |
| Jun 30, 2020 | 7.05 Bn |
| Mar 31, 2020 | 13.06 Bn |
| Dec 31, 2019 | 9.77 Bn |
| Sep 30, 2019 | 8.35 Bn |
| Jun 30, 2019 | 9.69 Bn |
| Dec 31, 2018 | 9.81 Bn |
| Dec 31, 2017 | 7.77 Bn |
| Dec 31, 2016 | 5.76 Bn |
| Jul 1, 2016 | -777.00 Mn |
| Mar 31, 2016 | 7.96 Bn |
| Dec 31, 2015 | 5.52 Bn |
| Dec 31, 2014 | 6.68 Bn |
| Dec 31, 2013 | 5.11 Bn |
Tc Energy Corp Total Current Liabilities 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=total-current-liabilities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-current-liabilities", "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=total-current-liabilities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();