Tc Energy Corp (TRPPF) Notes Payables (2011 - 2025)
Tc Energy (TRPPF) posted Notes Payables of $860.5 million for Q4 2025, up 210.61% on a QoQ basis from $277.0 million in Q4 2024, and up 210.61% year-over-year from $277.0 million in Q4 2024.
Tc Energy Corp (TRPPF) Notes Payables (2011 - 2025) Analysis & Trends
Tc Energy has reported Notes Payables for 14 years, with the latest figure at $860.5 million in Q4 2025.
- On a quarterly basis, Notes Payables rose 210.61% year-over-year to $860.5 million in Q4 2025; TTM through Dec 2025 was $860.5 million, a 210.61% increase from a year earlier, with the FY2025 full-year figure at $858.9 million, up 203.85% from the prior year.
- Notes Payables was $860.5 million for Q4 2025 at Tc Energy, up from $277.0 million in the prior quarter.
- The five-year high for Notes Payables was $4.6 billion in Q4 2022, with the low at $277.0 million in Q4 2024.
- Average Notes Payables over 4 years is $2.5 billion, with a median of $2.5 billion recorded in 2021.
- The sharpest annual moves came in 2022 and 2025: Notes Payables increased 12.56% in 2022, then soared 210.61% in 2025.
- Over 4 years, Notes Payables stood at $4.1 billion in 2021, then climbed by 12.56% to $4.6 billion in 2022, then tumbled by 93.99% to $277.0 million in 2024, then jumped by 210.61% to $860.5 million in 2025.
- The last three Notes Payables figures came in at $860.5 million (Q4 2025), $277.0 million (Q4 2024), and $4.6 billion (Q4 2022), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 860.50 Mn |
| Dec 31, 2024 | 277.03 Mn |
| Dec 31, 2022 | 4.61 Bn |
| Dec 31, 2021 | 4.10 Bn |
| Dec 31, 2020 | 3.20 Bn |
| Dec 31, 2019 | 3.26 Bn |
| Dec 31, 2018 | 2.09 Bn |
| Dec 31, 2017 | 1.39 Bn |
| Dec 31, 2016 | 580.26 Mn |
| Dec 31, 2015 | 912.69 Mn |
| Dec 31, 2014 | 2.17 Bn |
| Dec 31, 2013 | 1.76 Bn |
| Dec 31, 2012 | 2.30 Bn |
| Dec 31, 2011 | 1.82 Bn |
Tc Energy Corp Notes Payables 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=notes-payables&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-payables", "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=notes-payables&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();