Tc Energy Corp (TRPPF) Assets (2010 - 2025)
Tc Energy (TRPPF) posted Assets of $85.2 billion for Q4 2025, up 0.6% on a QoQ basis from $84.6 billion in Q4 2024, and up 0.6% year-over-year from $84.6 billion in Q4 2024.
Tc Energy Corp (TRPPF) Assets (2010 - 2025) Analysis & Trends
Tc Energy has reported Assets for 16 years, with the latest figure at $85.2 billion in Q4 2025.
- On a quarterly basis, Assets rose 0.6% year-over-year to $85.2 billion in Q4 2025; TTM through Dec 2025 was $85.2 billion, a 0.6% increase from a year earlier, with the FY2025 full-year figure at $85.0 billion, down 1.59% from the prior year.
- Assets was $85.2 billion for Q4 2025 at Tc Energy, up from $84.6 billion in the prior quarter.
- The five-year high for Assets was $91.8 billion in Q4 2023, with the low at $82.7 billion in Q4 2021.
- Average Assets over 5 years is $85.7 billion, with a median of $84.6 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Assets increased 9.02% in 2023, then fell 7.84% in 2024.
- Over 5 years, Assets stood at $82.7 billion in 2021, then advanced by 1.89% to $84.2 billion in 2022, then advanced by 9.02% to $91.8 billion in 2023, then dropped by 7.84% to $84.6 billion in 2024, then rose by 0.6% to $85.2 billion in 2025.
- The last three Assets figures came in at $85.2 billion (Q4 2025), $84.6 billion (Q4 2024), and $91.8 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 85.15 Bn |
| Dec 31, 2024 | 84.64 Bn |
| Dec 31, 2023 | 91.84 Bn |
| Dec 31, 2022 | 84.24 Bn |
| Dec 31, 2021 | 82.68 Bn |
| Dec 31, 2020 | 76.94 Bn |
| Sep 30, 2020 | 76.44 Bn |
| Jun 30, 2020 | 73.42 Bn |
| Mar 31, 2020 | 80.42 Bn |
| Dec 31, 2019 | 75.20 Bn |
| Sep 30, 2019 | 75.47 Bn |
| Jun 30, 2019 | 73.57 Bn |
| Dec 31, 2018 | 74.94 Bn |
| Dec 31, 2017 | 67.77 Bn |
| Dec 31, 2016 | 66.01 Bn |
| Jul 1, 2016 | 3.31 Bn |
| Mar 31, 2016 | 63.96 Bn |
| Dec 31, 2015 | 48.26 Bn |
| Dec 31, 2014 | 51.54 Bn |
| Dec 31, 2013 | 51.38 Bn |
Tc Energy Corp 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=assets&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=assets&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();