Tc Energy Corp (TRPPF) Change in Cash (2009 - 2026)
Tc Energy (TRPPF) posted Change in Cash of $716.4 million for Q2 2026, up 161.14% on a QoQ basis from -$1.2 billion in Q4 2025, and up 283.83% year-over-year from $186.7 million in Q2 2025.
Tc Energy Corp (TRPPF) Change in Cash (2009 - 2026) Analysis & Trends
Tc Energy has reported Change in Cash for 18 years, with the latest figure at $716.4 million in Q2 2026.
- On a quarterly basis, Change in Cash rose 283.83% year-over-year to $716.4 million in Q2 2026; TTM through Jun 2026 was -$568.9 million, a 12.33% increase from a year earlier, with the FY2025 full-year figure at -$453.1 million, up 78.44% from the prior year.
- Change in Cash was $716.4 million for Q2 2026 at Tc Energy, up from -$1.2 billion in the prior quarter.
- The five-year high for Change in Cash was $5.5 billion in Q3 2024, with the low at -$6.6 billion in Q4 2024.
- Average Change in Cash over 5 years is $32.6 million, with a median of $315.8 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2023: Change in Cash soared 2142.44% in 2022, then plunged 707.8% in 2023.
- Over 5 years, Change in Cash stood at -$1.1 billion in 2022, then surged by 210.58% to $1.3 billion in 2023, then sank by 624.2% to -$6.6 billion in 2024, then jumped by 82.18% to -$1.2 billion in 2025, then jumped by 161.14% to $716.4 million in 2026.
- The last three Change in Cash figures came in at $716.4 million (Q2 2026), -$1.2 billion (Q4 2025), and $276.1 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 716.42 Mn |
| Dec 31, 2025 | -1.17 Bn |
| Sep 30, 2025 | 276.12 Mn |
| Jun 30, 2025 | -389.72 Mn |
| Mar 31, 2025 | 809.12 Mn |
| Dec 31, 2024 | -6.58 Bn |
| Sep 30, 2024 | 5.51 Bn |
| Jun 30, 2024 | -525.69 Mn |
| Mar 31, 2024 | -359.92 Mn |
| Dec 31, 2023 | 1.25 Bn |
| Sep 30, 2023 | 655.67 Mn |
| Jun 30, 2023 | -2.05 Bn |
| Mar 31, 2023 | 2.39 Bn |
| Dec 31, 2022 | -1.13 Bn |
| Sep 30, 2022 | 502.99 Mn |
| Jun 30, 2022 | 338.05 Mn |
| Mar 31, 2022 | 315.79 Mn |
| Dec 31, 2021 | -1.73 Bn |
| Sep 30, 2021 | -24.63 Mn |
| Jun 30, 2021 | 513.34 Mn |
Tc Energy Corp Change in Cash 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=change-in-cash&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();