Tc Energy Corp (TRPPF) EBIT (2009 - 2026)
Tc Energy (TRPPF) posted EBIT of $1.7 billion for Q2 2026, down 10.73% on a QoQ basis from $1.9 billion in Q4 2025, and up 1.09% year-over-year from $1.7 billion in Q2 2025.
Tc Energy Corp (TRPPF) EBIT (2009 - 2026) Analysis & Trends
Tc Energy has reported EBIT for 18 years, with the latest figure at $1.7 billion in Q2 2026.
- On a quarterly basis, EBIT rose 1.09% year-over-year to $1.7 billion in Q2 2026; TTM through Jun 2026 was $6.9 billion, a 1.43% increase from a year earlier, with the FY2025 full-year figure at $754.4 million, down 81.45% from the prior year.
- EBIT was $1.7 billion for Q2 2026 at Tc Energy, down from $1.9 billion in the prior quarter.
- The five-year high for EBIT was $1.9 billion in Q3 2024, with the low at -$514.2 million in Q4 2022.
- Average EBIT over 5 years is $1.4 billion, with a median of $1.6 billion recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: EBIT slumped 131.66% in 2022, then soared 437.97% in 2023.
- Over 5 years, EBIT stood at -$514.2 million in 2022, then jumped by 437.97% to $1.7 billion in 2023, then retreated by 10.12% to $1.6 billion in 2024, then advanced by 19.87% to $1.9 billion in 2025, then fell by 10.73% to $1.7 billion in 2026.
- The last three EBIT figures came in at $1.7 billion (Q2 2026), $1.9 billion (Q4 2025), and $1.7 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.67 Bn |
| Dec 31, 2025 | 1.87 Bn |
| Sep 30, 2025 | 1.66 Bn |
| Jun 30, 2025 | 1.65 Bn |
| Mar 31, 2025 | 1.63 Bn |
| Dec 31, 2024 | 1.56 Bn |
| Sep 30, 2024 | 1.92 Bn |
| Jun 30, 2024 | 1.40 Bn |
| Mar 31, 2024 | 1.64 Bn |
| Dec 31, 2023 | 1.74 Bn |
| Sep 30, 2023 | 616.14 Mn |
| Jun 30, 2023 | 988.63 Mn |
| Mar 31, 2023 | 1.81 Bn |
| Dec 31, 2022 | -514.22 Mn |
| Sep 30, 2022 | 1.27 Bn |
| Jun 30, 2022 | 1.33 Bn |
| Mar 31, 2022 | 1.03 Bn |
| Dec 31, 2021 | 1.62 Bn |
| Sep 30, 2021 | 1.23 Bn |
| Jun 30, 2021 | 1.42 Bn |
Tc Energy Corp EBIT 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=ebit&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();