Tc Energy Corp (TRPPF) Other financing activities (2009 - 2026)
Tc Energy (TRPPF) posted Other financing activities of $23.9 million for Q2 2026, up 566.52% on a QoQ basis from $3.6 million in Q4 2024.
Tc Energy Corp (TRPPF) Other financing activities (2009 - 2026) Analysis & Trends
Tc Energy has reported Other financing activities for 8 years, with the latest figure at $23.9 million in Q2 2026.
- On a quarterly basis, Other financing activities changed N/A year-over-year to $23.9 million in Q2 2026; TTM through Jun 2026 was $39.2 million, a N/A change from a year earlier, with the FY2025 full-year figure at $79.4 million, up 417.95% from the prior year.
- Other financing activities was $23.9 million for Q2 2026 at Tc Energy, up from $3.6 million in the prior quarter.
- The five-year high for Other financing activities was $23.9 million in Q2 2026, with the low at -$16.9 million in Q4 2022.
- Average Other financing activities over 3 years is $5.0 million, with a median of $4.3 million recorded in 2022.
- The largest YoY upside for Other financing activities was 215.69% in 2022 against a maximum downside of 242.39% in 2022.
- Over 3 years, Other financing activities stood at -$16.9 million in 2022, then jumped by 121.12% to $3.6 million in 2024, then soared by 566.52% to $23.9 million in 2026.
- The last three Other financing activities figures came in at $23.9 million (Q2 2026), $3.6 million (Q4 2024), and $8.1 million (Q3 2024), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 23.86 Mn |
| Dec 31, 2024 | 3.58 Mn |
| Sep 30, 2024 | 8.06 Mn |
| Jun 30, 2024 | 3.66 Mn |
| Dec 31, 2022 | -16.94 Mn |
| Sep 30, 2022 | 4.60 Mn |
| Jun 30, 2022 | 9.41 Mn |
| Mar 31, 2022 | 3.95 Mn |
| Dec 31, 2021 | 11.90 Mn |
| Jun 30, 2021 | -8.14 Mn |
| Mar 31, 2021 | -3.95 Mn |
| Dec 31, 2020 | 349.01 Mn |
| Sep 30, 2020 | 393.22 Mn |
| Jun 30, 2020 | 38.95 Mn |
| Sep 30, 2016 | 10.06 Bn |
| Jun 30, 2016 | -10.17 Bn |
| Dec 31, 2010 | 33.00 Mn |
| Sep 30, 2010 | 29.00 Mn |
| Jun 30, 2010 | 22.00 Mn |
| Mar 31, 2010 | 31.00 Mn |
Tc Energy Corp Other 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=other-financing-activities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-financing-activities&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();