Tc Energy Corp (TRPPF) Cash from Investing Activities (2009 - 2026)
Tc Energy (TRPPF) posted Cash from Investing Activities of -$913.8 million for Q2 2026, up 22.44% on a QoQ basis from -$1.2 billion in Q4 2025, and up 14.8% year-over-year from -$796.0 million in Q2 2025.
Tc Energy Corp (TRPPF) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Tc Energy has reported Cash from Investing Activities for 18 years, with the latest figure at -$913.8 million in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 14.8% year-over-year to -$913.8 million in Q2 2026; TTM through Jun 2026 was -$4.3 billion, a 8.24% increase from a year earlier, with the FY2025 full-year figure at -$4.6 billion, up 8.41% from the prior year.
- Cash from Investing Activities was -$913.8 million for Q2 2026 at Tc Energy, up from -$1.2 billion in the prior quarter.
- The five-year high for Cash from Investing Activities was -$626.8 million in Q3 2024, with the low at -$2.5 billion in Q3 2023.
- Average Cash from Investing Activities over 5 years is -$1.5 billion, with a median of -$1.2 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Cash from Investing Activities tumbled 200.46% in 2023, then surged 74.76% in 2024.
- Over 5 years, Cash from Investing Activities stood at -$2.2 billion in 2022, then rose by 3.54% to -$2.1 billion in 2023, then grew by 15.8% to -$1.8 billion in 2024, then soared by 34.59% to -$1.2 billion in 2025, then increased by 22.44% to -$913.8 million in 2026.
- The last three Cash from Investing Activities figures came in at -$913.8 million (Q2 2026), -$1.2 billion (Q4 2025), and -$1.2 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -913.78 Mn |
| Dec 31, 2025 | -1.18 Bn |
| Sep 30, 2025 | -1.16 Bn |
| Jun 30, 2025 | -1.07 Bn |
| Mar 31, 2025 | -1.21 Bn |
| Dec 31, 2024 | -1.80 Bn |
| Sep 30, 2024 | -626.76 Mn |
| Jun 30, 2024 | -1.23 Bn |
| Mar 31, 2024 | -1.38 Bn |
| Dec 31, 2023 | -2.14 Bn |
| Sep 30, 2023 | -2.48 Bn |
| Jun 30, 2023 | -2.43 Bn |
| Mar 31, 2023 | -2.05 Bn |
| Dec 31, 2022 | -2.22 Bn |
| Sep 30, 2022 | -868.72 Mn |
| Jun 30, 2022 | -810.22 Mn |
| Mar 31, 2022 | -1.45 Bn |
| Dec 31, 2021 | -1.10 Bn |
| Sep 30, 2021 | -1.89 Bn |
| Jun 30, 2021 | -1.43 Bn |
Tc Energy Corp Cash from Investing Activities 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=cash-from-investing-activities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();