Tc Energy Corp (TRPPF) Non-Current Assets (2009 - 2025)
Tc Energy (TRPPF) posted Non-Current Assets of $33.9 billion for Q4 2025, up 5.53% on a QoQ basis from $32.1 billion in Q4 2024, and up 5.53% year-over-year from $32.1 billion in Q4 2024.
Tc Energy Corp (TRPPF) Non-Current Assets (2009 - 2025) Analysis & Trends
Tc Energy has reported Non-Current Assets for 17 years, with the latest figure at $33.9 billion in Q4 2025.
- On a quarterly basis, Non-Current Assets rose 5.53% year-over-year to $33.9 billion in Q4 2025; TTM through Dec 2025 was $33.9 billion, a 5.53% increase from a year earlier, with the FY2025 full-year figure at $33.8 billion, up 3.23% from the prior year.
- Non-Current Assets was $33.9 billion for Q4 2025 at Tc Energy, up from $32.1 billion in the prior quarter.
- The five-year high for Non-Current Assets was $33.9 billion in Q4 2025, with the low at $23.9 billion in Q4 2021.
- Average Non-Current Assets over 5 years is $29.6 billion, with a median of $30.3 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Non-Current Assets grew 16.1% in 2022, then increased 5.53% in 2025.
- Over 5 years, Non-Current Assets stood at $23.9 billion in 2021, then gained by 16.1% to $27.8 billion in 2022, then climbed by 9.11% to $30.3 billion in 2023, then climbed by 5.87% to $32.1 billion in 2024, then rose by 5.53% to $33.9 billion in 2025.
- The last three Non-Current Assets figures came in at $33.9 billion (Q4 2025), $32.1 billion (Q4 2024), and $30.3 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 33.87 Bn |
| Dec 31, 2024 | 32.10 Bn |
| Dec 31, 2023 | 30.31 Bn |
| Dec 31, 2022 | 27.78 Bn |
| Dec 31, 2021 | 23.93 Bn |
| Dec 31, 2020 | 20.68 Bn |
| Sep 30, 2020 | 72.59 Bn |
| Jun 30, 2020 | 69.30 Bn |
| Mar 31, 2020 | 73.72 Bn |
| Dec 31, 2019 | 16.56 Bn |
| Sep 30, 2019 | 69.20 Bn |
| Jun 30, 2019 | 69.32 Bn |
| Dec 31, 2018 | 71.05 Bn |
| Dec 31, 2017 | 64.09 Bn |
| Dec 31, 2016 | 59.95 Bn |
| Jul 1, 2016 | 2.46 Bn |
| Mar 31, 2016 | 59.54 Bn |
| Dec 31, 2015 | 45.32 Bn |
| Dec 31, 2014 | 48.80 Bn |
| Dec 31, 2013 | 48.38 Bn |
Tc Energy Corp Non-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=non-current-assets&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-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=non-current-assets&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();