Tc Energy Corp (TRPPF) Current Assets (2009 - 2025)
Tc Energy (TRPPF) posted Current Assets of $4.5 billion for Q4 2025, up 10.36% on a QoQ basis from $4.1 billion in Q4 2024, and up 10.36% year-over-year from $4.1 billion in Q4 2024.
Tc Energy Corp (TRPPF) Current Assets (2009 - 2025) Analysis & Trends
Tc Energy has reported Current Assets for 17 years, with the latest figure at $4.5 billion in Q4 2025.
- On a quarterly basis, Current Assets rose 10.36% year-over-year to $4.5 billion in Q4 2025; TTM through Dec 2025 was $4.5 billion, a 10.36% increase from a year earlier, with the FY2025 full-year figure at $4.5 billion, up 7.96% from the prior year.
- Current Assets was $4.5 billion for Q4 2025 at Tc Energy, up from $4.1 billion in the prior quarter.
- The five-year high for Current Assets was $8.4 billion in Q4 2023, with the low at $4.1 billion in Q4 2024.
- Average Current Assets over 5 years is $5.7 billion, with a median of $5.4 billion recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Current Assets soared 54.64% in 2023, then sank 50.87% in 2024.
- Over 5 years, Current Assets stood at $5.9 billion in 2021, then decreased by 8.28% to $5.4 billion in 2022, then jumped by 54.64% to $8.4 billion in 2023, then tumbled by 50.87% to $4.1 billion in 2024, then climbed by 10.36% to $4.5 billion in 2025.
- The last three Current Assets figures came in at $4.5 billion (Q4 2025), $4.1 billion (Q4 2024), and $8.4 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 4.53 Bn |
| Dec 31, 2024 | 4.10 Bn |
| Dec 31, 2023 | 8.35 Bn |
| Dec 31, 2022 | 5.40 Bn |
| Dec 31, 2021 | 5.89 Bn |
| Dec 31, 2020 | 3.99 Bn |
| Sep 30, 2020 | 3.85 Bn |
| Jun 30, 2020 | 4.11 Bn |
| Mar 31, 2020 | 6.69 Bn |
| Dec 31, 2019 | 5.80 Bn |
| Sep 30, 2019 | 6.27 Bn |
| Jun 30, 2019 | 4.24 Bn |
| Dec 31, 2018 | 3.89 Bn |
| Dec 31, 2017 | 3.68 Bn |
| Dec 31, 2016 | 6.06 Bn |
| Jul 1, 2016 | 856.00 Mn |
| Mar 31, 2016 | 4.42 Bn |
| Dec 31, 2015 | 2.94 Bn |
| Dec 31, 2014 | 2.74 Bn |
| Dec 31, 2013 | 3.00 Bn |
Tc Energy Corp Current Assets 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=current-assets&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-assets", "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=current-assets&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();