Tc Energy Corp (TRPPF) Profit After Tax (2009 - 2026)
Tc Energy (TRPPF) posted Profit After Tax of $832.1 million for Q2 2026, down 1.83% on a QoQ basis from $847.6 million in Q4 2025, and up 18.49% year-over-year from $702.2 million in Q2 2025.
Tc Energy Corp (TRPPF) Profit After Tax (2009 - 2026) Analysis & Trends
Tc Energy has reported Profit After Tax for 18 years, with the latest figure at $832.1 million in Q2 2026.
- On a quarterly basis, Profit After Tax rose 18.49% year-over-year to $832.1 million in Q2 2026; TTM through Jun 2026 was $2.9 billion, a 17.9% decrease from a year earlier, with the FY2025 full-year figure at $7.8 billion, up 6.8% from the prior year.
- Profit After Tax was $832.1 million for Q2 2026 at Tc Energy, down from $847.6 million in the prior quarter.
- The five-year high for Profit After Tax was $1.2 billion in Q3 2024, with the low at -$1.0 billion in Q4 2022.
- Average Profit After Tax over 5 years is $624.7 million, with a median of $818.9 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2024: Profit After Tax slumped 214.34% in 2022, then soared 1037.86% in 2024.
- Over 5 years, Profit After Tax stood at -$1.0 billion in 2022, then surged by 213.72% to $1.2 billion in 2023, then dropped by 28.67% to $846.1 million in 2024, then increased by 0.17% to $847.6 million in 2025, then dropped by 1.83% to $832.1 million in 2026.
- The last three Profit After Tax figures came in at $832.1 million (Q2 2026), $847.6 million (Q4 2025), and $555.1 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 832.09 Mn |
| Dec 31, 2025 | 847.60 Mn |
| Sep 30, 2025 | 555.15 Mn |
| Jun 30, 2025 | 702.23 Mn |
| Mar 31, 2025 | 818.88 Mn |
| Dec 31, 2024 | 846.13 Mn |
| Sep 30, 2024 | 1.21 Bn |
| Jun 30, 2024 | 840.08 Mn |
| Mar 31, 2024 | 1.04 Bn |
| Dec 31, 2023 | 1.19 Bn |
| Sep 30, 2023 | -129.05 Mn |
| Jun 30, 2023 | 207.70 Mn |
| Mar 31, 2023 | 996.37 Mn |
| Dec 31, 2022 | -1.04 Bn |
| Sep 30, 2022 | 667.07 Mn |
| Jun 30, 2022 | 730.22 Mn |
| Mar 31, 2022 | 315.79 Mn |
| Dec 31, 2021 | 912.34 Mn |
| Sep 30, 2021 | 649.83 Mn |
| Jun 30, 2021 | 829.80 Mn |
Tc Energy Corp Profit After Tax 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=profit-after-tax&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();