Tc Energy Corp (TRPPF) Income from Continuing Operations (2009 - 2026)
Tc Energy (TRPPF) posted Income from Continuing Operations of $989.0 million for Q2 2026, up 7.66% on a QoQ basis from $918.6 million in Q4 2025, and up 4.13% year-over-year from $949.8 million in Q2 2025.
Tc Energy Corp (TRPPF) Income from Continuing Operations (2009 - 2026) Analysis & Trends
Tc Energy has reported Income from Continuing Operations for 18 years, with the latest figure at $989.0 million in Q2 2026.
- On a quarterly basis, Income from Continuing Operations rose 4.13% year-over-year to $989.0 million in Q2 2026; TTM through Jun 2026 was $3.7 billion, a 10.05% decrease from a year earlier, with the FY2025 full-year figure at $3.1 billion, down 15.34% from the prior year.
- Income from Continuing Operations was $989.0 million for Q2 2026 at Tc Energy, up from $918.6 million in the prior quarter.
- The five-year high for Income from Continuing Operations was $1.2 billion in Q3 2024, with the low at -$999.0 million in Q4 2022.
- Average Income from Continuing Operations over 5 years is $666.7 million, with a median of $795.7 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Income from Continuing Operations tumbled 181.24% in 2022, then surged 1279.28% in 2024.
- Over 5 years, Income from Continuing Operations stood at -$999.0 million in 2022, then surged by 157.94% to $578.8 million in 2023, then soared by 64.12% to $949.9 million in 2024, then slipped by 3.3% to $918.6 million in 2025, then grew by 7.66% to $989.0 million in 2026.
- The last three Income from Continuing Operations figures came in at $989.0 million (Q2 2026), $918.6 million (Q4 2025), and $795.7 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 988.96 Mn |
| Dec 31, 2025 | 918.59 Mn |
| Sep 30, 2025 | 795.67 Mn |
| Jun 30, 2025 | 949.77 Mn |
| Mar 31, 2025 | 965.23 Mn |
| Dec 31, 2024 | 949.93 Mn |
| Sep 30, 2024 | 1.20 Bn |
| Jun 30, 2024 | 792.56 Mn |
| Mar 31, 2024 | 1.02 Bn |
| Dec 31, 2023 | 578.81 Mn |
| Sep 30, 2023 | -101.45 Mn |
| Jun 30, 2023 | 314.16 Mn |
| Mar 31, 2023 | 1.17 Bn |
| Dec 31, 2022 | -998.97 Mn |
| Sep 30, 2022 | 676.27 Mn |
| Jun 30, 2022 | 772.58 Mn |
| Mar 31, 2022 | 353.68 Mn |
| Dec 31, 2021 | 1.23 Bn |
| Sep 30, 2021 | 636.32 Mn |
| Jun 30, 2021 | 902.20 Mn |
Tc Energy Corp Income from Continuing 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-continuing-operations&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-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-continuing-operations&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();