Tc Energy Corp (TRPPF) Income from Discontinued Operations (2023 - 2025)
Tc Energy (TRPPF) posted Income from Discontinued Operations of $15.1 million for Q4 2025, up 110.16% on a QoQ basis from -$148.2 million in Q3 2025, and up 121.47% year-over-year from $6.8 million in Q4 2024.
Tc Energy Corp (TRPPF) Income from Discontinued Operations (2023 - 2025) Analysis & Trends
Tc Energy has reported Income from Discontinued Operations for 3 years, with the latest figure at $15.1 million in Q4 2025.
- On a quarterly basis, Income from Discontinued Operations rose 121.47% year-over-year to $15.1 million in Q4 2025; TTM through Dec 2025 was -$224.3 million, a 176.57% decrease from a year earlier, with the FY2025 full-year figure at -$151.7 million, down 118.14% from the prior year.
- Income from Discontinued Operations was $15.1 million for Q4 2025 at Tc Energy, up from -$148.2 million in the prior quarter.
- The five-year high for Income from Discontinued Operations was $159.6 million in Q1 2024, with the low at -$148.2 million in Q3 2025.
- Average Income from Discontinued Operations over 3 years is $37.0 million, with a median of $51.1 million recorded in 2024.
- The largest YoY upside for Income from Discontinued Operations was 121.47% in 2025 against a maximum downside of 269.93% in 2025.
- Over 3 years, Income from Discontinued Operations stood at $157.2 million in 2023, then tumbled by 144.63% to -$70.2 million in 2024, then soared by 121.47% to $15.1 million in 2025.
- The last three Income from Discontinued Operations figures came in at $15.1 million (Q4 2025), -$148.2 million (Q3 2025), and -$20.9 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 15.06 Mn |
| Sep 30, 2025 | -148.23 Mn |
| Jun 30, 2025 | -20.93 Mn |
| Dec 31, 2024 | -70.15 Mn |
| Sep 30, 2024 | 87.23 Mn |
| Jun 30, 2024 | 116.25 Mn |
| Mar 31, 2024 | 159.55 Mn |
| Dec 31, 2023 | 157.19 Mn |
Tc Energy Corp Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "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=income-from-discontinued-operations&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();