Tc Energy Corp (TRPPF) Total Liabilities (2009 - 2026)
Tc Energy (TRPPF) posted Total Liabilities of -$20.1 billion for Q2 2026, down 134.19% on a QoQ basis from $58.7 billion in Q4 2025, and down 1.04% year-over-year from -$20.3 billion in Q2 2025.
Tc Energy Corp (TRPPF) Total Liabilities (2009 - 2026) Analysis & Trends
Tc Energy has reported Total Liabilities for 18 years, with the latest figure at -$20.1 billion in Q2 2026.
- On a quarterly basis, Total Liabilities fell 1.04% year-over-year to -$20.1 billion in Q2 2026; TTM through Jun 2026 was -$20.1 billion, a 1.04% decrease from a year earlier, with the FY2025 full-year figure at $58.6 billion, changed 0.41% from the prior year.
- Total Liabilities was -$20.1 billion for Q2 2026 at Tc Energy, down from $58.7 billion in the prior quarter.
- The five-year high for Total Liabilities was $63.2 billion in Q4 2023, with the low at -$27.4 billion in Q3 2022.
- Average Total Liabilities over 5 years is -$3.7 billion, with a median of -$22.0 billion recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Total Liabilities dropped 9.5% in 2024, then grew 13.6% in 2025.
- Over 5 years, Total Liabilities stood at $59.1 billion in 2022, then gained by 6.91% to $63.2 billion in 2023, then decreased by 9.5% to $57.2 billion in 2024, then increased by 2.64% to $58.7 billion in 2025, then sank by 134.19% to -$20.1 billion in 2026.
- The last three Total Liabilities figures came in at -$20.1 billion (Q2 2026), $58.7 billion (Q4 2025), and -$20.0 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.07 Bn |
| Dec 31, 2025 | 58.69 Bn |
| Sep 30, 2025 | -19.96 Bn |
| Jun 30, 2025 | -19.86 Bn |
| Mar 31, 2025 | -19.30 Bn |
| Dec 31, 2024 | 57.18 Bn |
| Sep 30, 2024 | -22.33 Bn |
| Jun 30, 2024 | -22.02 Bn |
| Mar 31, 2024 | -22.34 Bn |
| Dec 31, 2023 | 63.19 Bn |
| Sep 30, 2023 | -25.09 Bn |
| Jun 30, 2023 | -25.19 Bn |
| Mar 31, 2023 | -25.57 Bn |
| Dec 31, 2022 | 59.11 Bn |
| Sep 30, 2022 | -27.43 Bn |
| Jun 30, 2022 | -25.61 Bn |
| Mar 31, 2022 | -25.91 Bn |
| Dec 31, 2021 | 56.19 Bn |
| Sep 30, 2021 | -25.73 Bn |
| Jun 30, 2021 | -26.04 Bn |
Tc Energy Corp Total 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-liabilities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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-liabilities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();