Tc Energy Corp (TRPPF) Other Non Operating Income (2009 - 2026)
Tc Energy (TRPPF) posted Other Non Operating Income of -$24.6 million for Q2 2026, up 40.9% on a QoQ basis from -$41.6 million in Q4 2025, and up 30.5% year-over-year from -$18.8 million in Q2 2025.
Tc Energy Corp (TRPPF) Other Non Operating Income (2009 - 2026) Analysis & Trends
Tc Energy has reported Other Non Operating Income for 18 years, with the latest figure at -$24.6 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income rose 30.5% year-over-year to -$24.6 million in Q2 2026; TTM through Jun 2026 was -$135.7 million, a 32.67% increase from a year earlier, with the FY2025 full-year figure at -$146.7 million, up 38.0% from the prior year.
- Other Non Operating Income was -$24.6 million for Q2 2026 at Tc Energy, up from -$41.6 million in the prior quarter.
- The five-year high for Other Non Operating Income was -$11.9 million in Q2 2023, with the low at -$87.4 million in Q4 2023.
- Average Other Non Operating Income over 5 years is -$41.0 million, with a median of -$35.5 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Other Non Operating Income surged 82.54% in 2022, then tumbled 317.4% in 2024.
- Over 5 years, Other Non Operating Income stood at -$39.0 million in 2022, then tumbled by 123.87% to -$87.4 million in 2023, then increased by 1.73% to -$85.9 million in 2024, then soared by 51.58% to -$41.6 million in 2025, then soared by 40.9% to -$24.6 million in 2026.
- The last three Other Non Operating Income figures came in at -$24.6 million (Q2 2026), -$41.6 million (Q4 2025), and -$34.2 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -24.58 Mn |
| Dec 31, 2025 | -41.59 Mn |
| Sep 30, 2025 | -34.15 Mn |
| Jun 30, 2025 | -35.36 Mn |
| Mar 31, 2025 | -35.54 Mn |
| Dec 31, 2024 | -85.90 Mn |
| Sep 30, 2024 | -44.72 Mn |
| Jun 30, 2024 | -49.72 Mn |
| Mar 31, 2024 | -55.66 Mn |
| Dec 31, 2023 | -87.41 Mn |
| Sep 30, 2023 | -46.99 Mn |
| Jun 30, 2023 | -11.91 Mn |
| Mar 31, 2023 | -31.07 Mn |
| Dec 31, 2022 | -39.05 Mn |
| Sep 30, 2022 | -26.84 Mn |
| Jun 30, 2022 | -18.04 Mn |
| Mar 31, 2022 | -27.63 Mn |
| Dec 31, 2021 | -46.81 Mn |
| Sep 30, 2021 | 60.38 Mn |
| Jun 30, 2021 | -103.32 Mn |
Tc Energy Corp Other Non Operating 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=other-non-operating-income&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-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=other-non-operating-income&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();