Tc Energy Corp (TRPPF) Short term Debt (2009 - 2026)
Tc Energy (TRPPF) posted Short term Debt of $2.5 billion for Q2 2026, up 127.93% on a QoQ basis from $1.1 billion in Q4 2025, and up 12.18% year-over-year from $2.3 billion in Q2 2025.
Tc Energy Corp (TRPPF) Short term Debt (2009 - 2026) Analysis & Trends
Tc Energy has reported Short term Debt for 18 years, with the latest figure at $2.5 billion in Q2 2026.
- On a quarterly basis, Short term Debt rose 12.18% year-over-year to $2.5 billion in Q2 2026; TTM through Jun 2026 was $2.5 billion, a 12.18% increase from a year earlier, with the FY2025 full-year figure at $1.1 billion, down 48.77% from the prior year.
- Short term Debt was $2.5 billion for Q2 2026 at Tc Energy, up from $1.1 billion in the prior quarter.
- The five-year high for Short term Debt was $3.2 billion in Q3 2024, with the low at $829.6 million in Q3 2022.
- Average Short term Debt over 5 years is $1.9 billion, with a median of $2.0 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2024: Short term Debt sank 85.84% in 2022, then soared 104.08% in 2024.
- Over 5 years, Short term Debt stood at $1.4 billion in 2022, then surged by 54.34% to $2.2 billion in 2023, then fell by 1.98% to $2.1 billion in 2024, then tumbled by 47.63% to $1.1 billion in 2025, then surged by 127.93% to $2.5 billion in 2026.
- The last three Short term Debt figures came in at $2.5 billion (Q2 2026), $1.1 billion (Q4 2025), and $2.1 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.53 Bn |
| Dec 31, 2025 | 1.11 Bn |
| Sep 30, 2025 | 2.09 Bn |
| Jun 30, 2025 | 2.25 Bn |
| Mar 31, 2025 | 1.72 Bn |
| Dec 31, 2024 | 2.12 Bn |
| Sep 30, 2024 | 3.22 Bn |
| Jun 30, 2024 | 2.69 Bn |
| Mar 31, 2024 | 2.29 Bn |
| Dec 31, 2023 | 2.16 Bn |
| Sep 30, 2023 | 1.58 Bn |
| Jun 30, 2023 | 2.04 Bn |
| Mar 31, 2023 | 1.66 Bn |
| Dec 31, 2022 | 1.40 Bn |
| Sep 30, 2022 | 829.62 Mn |
| Jun 30, 2022 | 1.25 Bn |
| Mar 31, 2022 | 1.03 Bn |
| Dec 31, 2021 | 1.05 Bn |
| Sep 30, 2021 | 5.86 Bn |
| Jun 30, 2021 | 4.89 Bn |
Tc Energy Corp Short term Debt 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=short-term-debt&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-debt", "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=short-term-debt&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();