Tc Energy Corp (TRPPF) Interest & Investment Income (2009 - 2026)
Tc Energy (TRPPF) posted Interest & Investment Income of -$43.4 million for Q2 2026, down 68.02% on a QoQ basis from -$25.8 million in Q4 2025, and up 47.28% year-over-year from -$29.5 million in Q2 2025.
Tc Energy Corp (TRPPF) Interest & Investment Income (2009 - 2026) Analysis & Trends
Tc Energy has reported Interest & Investment Income for 16 years, with the latest figure at -$43.4 million in Q2 2026.
- On a quarterly basis, Interest & Investment Income rose 47.28% year-over-year to -$43.4 million in Q2 2026; TTM through Jun 2026 was -$191.4 million, a 66.76% increase from a year earlier, with the FY2025 full-year figure at $1.9 billion, up 23.42% from the prior year.
- Interest & Investment Income was -$43.4 million for Q2 2026 at Tc Energy, down from -$25.8 million in the prior quarter.
- The five-year high for Interest & Investment Income was -$25.8 million in Q4 2025, with the low at -$172.8 million in Q1 2025.
- Average Interest & Investment Income over 5 years is -$96.7 million, with a median of -$96.9 million recorded in 2023.
- The sharpest annual moves came in 2023 and 2025: Interest & Investment Income tumbled 122.97% in 2023, then jumped 84.52% in 2025.
- Over 5 years, Interest & Investment Income stood at -$84.7 million in 2022, then slipped by 14.44% to -$97.0 million in 2023, then sank by 72.02% to -$166.8 million in 2024, then surged by 84.52% to -$25.8 million in 2025, then slumped by 68.02% to -$43.4 million in 2026.
- The last three Interest & Investment Income figures came in at -$43.4 million (Q2 2026), -$25.8 million (Q4 2025), and -$40.0 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -43.38 Mn |
| Dec 31, 2025 | -25.82 Mn |
| Sep 30, 2025 | -39.96 Mn |
| Jun 30, 2025 | -82.28 Mn |
| Mar 31, 2025 | -172.84 Mn |
| Dec 31, 2024 | -166.79 Mn |
| Sep 30, 2024 | -153.94 Mn |
| Jun 30, 2024 | -134.53 Mn |
| Mar 31, 2024 | -116.51 Mn |
| Dec 31, 2023 | -96.96 Mn |
| Sep 30, 2023 | -122.33 Mn |
| Jun 30, 2023 | -110.18 Mn |
| Mar 31, 2023 | -96.90 Mn |
| Dec 31, 2022 | -84.72 Mn |
| Sep 30, 2022 | -88.94 Mn |
| Jun 30, 2022 | -49.41 Mn |
| Mar 31, 2022 | -59.21 Mn |
| Dec 31, 2021 | -57.12 Mn |
| Sep 30, 2021 | -64.35 Mn |
| Jun 30, 2021 | -52.07 Mn |
Tc Energy Corp Interest & Investment Income 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=interest-and-investment-income&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-and-investment-income", "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=interest-and-investment-income&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();