Tc Energy Corp (TRPPF) Non Operating Investment Income (2013 - 2026)
Tc Energy (TRPPF) posted Non Operating Investment Income of $135.9 million for Q2 2026, up 285.81% on a QoQ basis from -$73.1 million in Q4 2025, and up 167.02% year-over-year from $50.9 million in Q2 2025.
Tc Energy Corp (TRPPF) Non Operating Investment Income (2013 - 2026) Analysis & Trends
Tc Energy has reported Non Operating Investment Income for 14 years, with the latest figure at $135.9 million in Q2 2026.
- On a quarterly basis, Non Operating Investment Income rose 167.02% year-over-year to $135.9 million in Q2 2026; TTM through Jun 2026 was -$44.8 million, a 19.04% decrease from a year earlier, with the FY2025 full-year figure at -$168.2 million, down 167.73% from the prior year.
- Non Operating Investment Income was $135.9 million for Q2 2026 at Tc Energy, up from -$73.1 million in the prior quarter.
- The five-year high for Non Operating Investment Income was $210.5 million in Q4 2024, with the low at -$2.2 billion in Q4 2022.
- Average Non Operating Investment Income over 5 years is -$205.3 million, with a median of $11.8 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Non Operating Investment Income sank 17590.1% in 2022, then surged 429.33% in 2024.
- Over 5 years, Non Operating Investment Income stood at -$2.2 billion in 2022, then surged by 97.15% to -$63.9 million in 2023, then soared by 429.33% to $210.5 million in 2024, then sank by 134.75% to -$73.1 million in 2025, then jumped by 285.81% to $135.9 million in 2026.
- The last three Non Operating Investment Income figures came in at $135.9 million (Q2 2026), -$73.1 million (Q4 2025), and $95.2 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 135.91 Mn |
| Dec 31, 2025 | -73.14 Mn |
| Sep 30, 2025 | 95.19 Mn |
| Jun 30, 2025 | -202.80 Mn |
| Mar 31, 2025 | 11.85 Mn |
| Dec 31, 2024 | 210.46 Mn |
| Sep 30, 2024 | -57.18 Mn |
| Jun 30, 2024 | 17.55 Mn |
| Mar 31, 2024 | 74.21 Mn |
| Dec 31, 2023 | -63.90 Mn |
| Sep 30, 2023 | -927.94 Mn |
| Jun 30, 2023 | -627.57 Mn |
| Mar 31, 2023 | -97.64 Mn |
| Dec 31, 2022 | -2.25 Bn |
| Sep 30, 2022 | 184.79 Mn |
| Jun 30, 2022 | 62.75 Mn |
| Mar 31, 2022 | 12.63 Mn |
| Dec 31, 2021 | -12.69 Mn |
| Sep 30, 2021 | 133.46 Mn |
| Jun 30, 2021 | 63.46 Mn |
Tc Energy Corp Non Operating 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=non-operating-investment-income&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-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=non-operating-investment-income&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();