Tc Energy Corp (TRPPF) Other Non-Current Assets (2009 - 2026)
Tc Energy (TRPPF) posted Other Non-Current Assets of $1.8 billion for Q2 2026, up 1.91% on a QoQ basis from $1.8 billion in Q4 2025, and up 15.34% year-over-year from $1.6 billion in Q2 2025.
Tc Energy Corp (TRPPF) Other Non-Current Assets (2009 - 2026) Analysis & Trends
Tc Energy has reported Other Non-Current Assets for 18 years, with the latest figure at $1.8 billion in Q2 2026.
- On a quarterly basis, Other Non-Current Assets rose 15.34% year-over-year to $1.8 billion in Q2 2026; TTM through Jun 2026 was $1.8 billion, a 15.34% increase from a year earlier, with the FY2025 full-year figure at $1.8 billion, up 0.92% from the prior year.
- Other Non-Current Assets was $1.8 billion for Q2 2026 at Tc Energy, up from $1.8 billion in the prior quarter.
- The five-year high for Other Non-Current Assets was $2.3 billion in Q1 2024, with the low at $1.1 billion in Q1 2022.
- Average Other Non-Current Assets over 5 years is $1.7 billion, with a median of $1.8 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2025: Other Non-Current Assets soared 84.33% in 2022, then declined 25.9% in 2025.
- Over 5 years, Other Non-Current Assets stood at $2.1 billion in 2022, then grew by 3.14% to $2.1 billion in 2023, then slipped by 18.48% to $1.7 billion in 2024, then increased by 3.17% to $1.8 billion in 2025, then grew by 1.91% to $1.8 billion in 2026.
- The last three Other Non-Current Assets figures came in at $1.8 billion (Q2 2026), $1.8 billion (Q4 2025), and $1.6 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.81 Bn |
| Dec 31, 2025 | 1.78 Bn |
| Sep 30, 2025 | 1.63 Bn |
| Jun 30, 2025 | 1.57 Bn |
| Mar 31, 2025 | 1.67 Bn |
| Dec 31, 2024 | 1.73 Bn |
| Sep 30, 2024 | 1.78 Bn |
| Jun 30, 2024 | 1.59 Bn |
| Mar 31, 2024 | 2.25 Bn |
| Dec 31, 2023 | 2.12 Bn |
| Sep 30, 2023 | 2.04 Bn |
| Jun 30, 2023 | 1.97 Bn |
| Mar 31, 2023 | 1.94 Bn |
| Dec 31, 2022 | 2.05 Bn |
| Sep 30, 2022 | 1.38 Bn |
| Jun 30, 2022 | 1.16 Bn |
| Mar 31, 2022 | 1.09 Bn |
| Dec 31, 2021 | 1.11 Bn |
| Sep 30, 2021 | 938.20 Mn |
| Jun 30, 2021 | 807.02 Mn |
Tc Energy Corp Other 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=other-non-current-assets&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-assets&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();