Tc Energy Corp (TRPPF) EBT (2009 - 2026)
Tc Energy (TRPPF) posted EBT of $1.1 billion for Q2 2026, up 2.87% on a QoQ basis from $1.0 billion in Q4 2025, and up 8.7% year-over-year from $966.4 million in Q2 2025.
Tc Energy Corp (TRPPF) EBT (2009 - 2026) Analysis & Trends
Tc Energy has reported EBT for 18 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, EBT rose 8.7% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $3.9 billion, a 11.2% decrease from a year earlier, with the FY2025 full-year figure at $3.9 billion, down 9.67% from the prior year.
- EBT was $1.1 billion for Q2 2026 at Tc Energy, up from $1.0 billion in the prior quarter.
- The five-year high for EBT was $1.3 billion in Q3 2024, with the low at -$1.0 billion in Q4 2022.
- Average EBT over 5 years is $775.0 million, with a median of $966.4 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: EBT sank 191.83% in 2022, then soared 4733.98% in 2024.
- Over 5 years, EBT stood at -$1.0 billion in 2022, then jumped by 211.57% to $1.2 billion in 2023, then retreated by 7.82% to $1.1 billion in 2024, then decreased by 5.09% to $1.0 billion in 2025, then gained by 2.87% to $1.1 billion in 2026.
- The last three EBT figures came in at $1.1 billion (Q2 2026), $1.0 billion (Q4 2025), and $881.4 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.05 Bn |
| Dec 31, 2025 | 1.02 Bn |
| Sep 30, 2025 | 881.41 Mn |
| Jun 30, 2025 | 966.37 Mn |
| Mar 31, 2025 | 1.02 Bn |
| Dec 31, 2024 | 1.08 Bn |
| Sep 30, 2024 | 1.35 Bn |
| Jun 30, 2024 | 832.04 Mn |
| Mar 31, 2024 | 1.06 Bn |
| Dec 31, 2023 | 1.17 Bn |
| Sep 30, 2023 | -29.09 Mn |
| Jun 30, 2023 | 399.77 Mn |
| Mar 31, 2023 | 1.25 Bn |
| Dec 31, 2022 | -1.05 Bn |
| Sep 30, 2022 | 760.61 Mn |
| Jun 30, 2022 | 846.30 Mn |
| Mar 31, 2022 | 570.79 Mn |
| Dec 31, 2021 | 1.14 Bn |
| Sep 30, 2021 | 757.07 Mn |
| Jun 30, 2021 | 949.39 Mn |
Tc Energy Corp EBT 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=ebt&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();