Tc Energy Corp (TRPPF) Total Non-Current Liabilities (2009 - 2026)
Tc Energy (TRPPF) posted Total Non-Current Liabilities of -$21.0 billion for Q2 2026, down 230.74% on a QoQ basis from $16.1 billion in Q4 2025, and down 2.15% year-over-year from -$21.5 billion in Q2 2025.
Tc Energy Corp (TRPPF) Total Non-Current Liabilities (2009 - 2026) Analysis & Trends
Tc Energy has reported Total Non-Current Liabilities for 18 years, with the latest figure at -$21.0 billion in Q2 2026.
- On a quarterly basis, Total Non-Current Liabilities fell 2.15% year-over-year to -$21.0 billion in Q2 2026; TTM through Jun 2026 was -$21.0 billion, a 2.15% decrease from a year earlier, with the FY2025 full-year figure at $16.0 billion, up 0.97% from the prior year.
- Total Non-Current Liabilities was -$21.0 billion for Q2 2026 at Tc Energy, down from $16.1 billion in the prior quarter.
- The five-year high for Total Non-Current Liabilities was $16.1 billion in Q4 2023, with the low at -$28.4 billion in Q3 2022.
- Average Total Non-Current Liabilities over 5 years is -$14.7 billion, with a median of -$22.8 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Total Non-Current Liabilities declined 5.64% in 2022, then grew 23.4% in 2023.
- Over 5 years, Total Non-Current Liabilities stood at $13.0 billion in 2022, then climbed by 23.4% to $16.1 billion in 2023, then fell by 3.28% to $15.6 billion in 2024, then climbed by 3.22% to $16.1 billion in 2025, then slumped by 230.74% to -$21.0 billion in 2026.
- The last three Total Non-Current Liabilities figures came in at -$21.0 billion (Q2 2026), $16.1 billion (Q4 2025), and -$20.6 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -20.99 Bn |
| Dec 31, 2025 | 16.05 Bn |
| Sep 30, 2025 | -20.65 Bn |
| Jun 30, 2025 | -20.55 Bn |
| Mar 31, 2025 | -19.99 Bn |
| Dec 31, 2024 | 15.55 Bn |
| Sep 30, 2024 | -23.11 Bn |
| Jun 30, 2024 | -22.82 Bn |
| Mar 31, 2024 | -23.14 Bn |
| Dec 31, 2023 | 16.08 Bn |
| Sep 30, 2023 | -25.96 Bn |
| Jun 30, 2023 | -25.96 Bn |
| Mar 31, 2023 | -26.29 Bn |
| Dec 31, 2022 | 13.03 Bn |
| Sep 30, 2022 | -28.38 Bn |
| Jun 30, 2022 | -26.44 Bn |
| Mar 31, 2022 | -26.72 Bn |
| Dec 31, 2021 | 13.01 Bn |
| Sep 30, 2021 | -26.86 Bn |
| Jun 30, 2021 | -27.18 Bn |
Tc Energy Corp Total Non-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-non-current-liabilities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-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-non-current-liabilities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();