Tc Energy Corp (TRPPF) Short-term Investments (2011 - 2026)
Tc Energy (TRPPF) posted Short-term Investments of $6.1 billion for Q2 2026, up 4.16% on a QoQ basis from $5.8 billion in Q4 2025, and up 3.3% year-over-year from $5.9 billion in Q2 2025.
Tc Energy Corp (TRPPF) Short-term Investments (2011 - 2026) Analysis & Trends
Tc Energy has reported Short-term Investments for 8 years, with the latest figure at $6.1 billion in Q2 2026.
- On a quarterly basis, Short-term Investments rose 3.3% year-over-year to $6.1 billion in Q2 2026; TTM through Jun 2026 was $6.1 billion, a 3.3% increase from a year earlier, with the FY2025 full-year figure at $5.8 billion, up 220.83% from the prior year.
- Short-term Investments was $6.1 billion for Q2 2026 at Tc Energy, up from $5.8 billion in the prior quarter.
- The five-year high for Short-term Investments was $6.1 billion in Q2 2026, with the low at $1.4 billion in Q4 2022.
- Average Short-term Investments over 5 years is $2.8 billion, with a median of $1.7 billion recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Short-term Investments retreated 4.48% in 2024, then jumped 251.7% in 2025.
- Over 5 years, Short-term Investments stood at $1.4 billion in 2022, then rose by 19.07% to $1.7 billion in 2023, then gained by 6.67% to $1.8 billion in 2024, then surged by 227.98% to $5.8 billion in 2025, then increased by 4.16% to $6.1 billion in 2026.
- The last three Short-term Investments figures came in at $6.1 billion (Q2 2026), $5.8 billion (Q4 2025), and $6.0 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.06 Bn |
| Dec 31, 2025 | 5.82 Bn |
| Sep 30, 2025 | 5.98 Bn |
| Jun 30, 2025 | 5.86 Bn |
| Mar 31, 2025 | 1.72 Bn |
| Dec 31, 2024 | 1.77 Bn |
| Sep 30, 2024 | 1.70 Bn |
| Jun 30, 2024 | 1.72 Bn |
| Mar 31, 2024 | 1.73 Bn |
| Dec 31, 2023 | 1.66 Bn |
| Sep 30, 2023 | 1.78 Bn |
| Jun 30, 2023 | 1.44 Bn |
| Mar 31, 2023 | 1.48 Bn |
| Dec 31, 2022 | 1.40 Bn |
| Sep 30, 2022 | 1.61 Bn |
| Sep 30, 2013 | 1.88 Bn |
| Jun 30, 2013 | 2.07 Bn |
| Dec 31, 2012 | 1.95 Bn |
| Sep 30, 2012 | 1.68 Bn |
| Jun 30, 2012 | 1.84 Bn |
Tc Energy Corp Short-term Investments 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=short-term-investments&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();