Tc Energy Corp (TRPPF) Cash from Financing Activities (2009 - 2026)
Tc Energy (TRPPF) posted Cash from Financing Activities of -$320.3 million for Q2 2026, up 76.31% on a QoQ basis from -$1.4 billion in Q4 2025, and up 64.39% year-over-year from -$194.8 million in Q2 2025.
Tc Energy Corp (TRPPF) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Tc Energy has reported Cash from Financing Activities for 18 years, with the latest figure at -$320.3 million in Q2 2026.
- On a quarterly basis, Cash from Financing Activities rose 64.39% year-over-year to -$320.3 million in Q2 2026; TTM through Jun 2026 was -$2.5 billion, a 69.0% decrease from a year earlier, with the FY2025 full-year figure at -$1.1 billion, up 61.65% from the prior year.
- Cash from Financing Activities was -$320.3 million for Q2 2026 at Tc Energy, up from -$1.4 billion in the prior quarter.
- The five-year high for Cash from Financing Activities was $4.7 billion in Q3 2024, with the low at -$6.4 billion in Q4 2024.
- Average Cash from Financing Activities over 5 years is $132.8 million, with a median of -$4.6 million recorded in 2022.
- The sharpest annual moves came in 2023 and 2024: Cash from Financing Activities soared 36857.58% in 2023, then slumped 406.27% in 2024.
- Over 5 years, Cash from Financing Activities stood at -$398.6 million in 2022, then surged by 624.52% to $2.1 billion in 2023, then plunged by 406.27% to -$6.4 billion in 2024, then surged by 78.89% to -$1.4 billion in 2025, then jumped by 76.31% to -$320.3 million in 2026.
- The last three Cash from Financing Activities figures came in at -$320.3 million (Q2 2026), -$1.4 billion (Q4 2025), and $50.1 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -320.26 Mn |
| Dec 31, 2025 | -1.35 Bn |
| Sep 30, 2025 | 50.14 Mn |
| Jun 30, 2025 | -899.25 Mn |
| Mar 31, 2025 | 1.08 Bn |
| Dec 31, 2024 | -6.40 Bn |
| Sep 30, 2024 | 4.73 Bn |
| Jun 30, 2024 | -520.57 Mn |
| Mar 31, 2024 | -500.18 Mn |
| Dec 31, 2023 | 2.09 Bn |
| Sep 30, 2023 | 1.69 Bn |
| Jun 30, 2023 | -717.65 Mn |
| Mar 31, 2023 | 2.92 Bn |
| Dec 31, 2022 | -398.56 Mn |
| Sep 30, 2022 | -4.60 Mn |
| Jun 30, 2022 | 392.17 Mn |
| Mar 31, 2022 | 421.58 Mn |
| Dec 31, 2021 | -2.10 Bn |
| Sep 30, 2021 | 473.47 Mn |
| Jun 30, 2021 | 558.08 Mn |
Tc Energy Corp Cash from Financing 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-financing-activities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();