Tc Energy Corp (TRPPF) Operating Income (2009 - 2025)
Tc Energy (TRPPF) posted Operating Income of $1.9 billion for Q4 2025, up 12.91% on a QoQ basis from $1.7 billion in Q3 2025.
Analysis
Tc Energy Corp (TRPPF) Operating Income (2009 - 2025) Analysis & Trends
Tc Energy has reported Operating Income for 5 years, with the latest figure at $1.9 billion in Q4 2025.
- On a quarterly basis, Operating Income changed N/A year-over-year to $1.9 billion in Q4 2025; TTM through Dec 2025 was $6.8 billion, a N/A change from a year earlier, with the FY2025 full-year figure at $754.4 million, down 81.45% from the prior year.
- Operating Income was $1.9 billion for Q4 2025 at Tc Energy, up from $1.7 billion in the prior quarter.
- The five-year high for Operating Income was $1.9 billion in Q4 2025, with the low at $1.6 billion in Q1 2025.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| 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, 2012 | 3.28 Bn |
| Dec 31, 2011 | 3.45 Bn |
| Dec 31, 2010 | 3.16 Bn |
| Sep 30, 2010 | 685.00 Mn |
| Jun 30, 2010 | 602.00 Mn |
| Mar 31, 2010 | 609.00 Mn |
| Dec 31, 2009 | 3.08 Bn |
| Sep 30, 2009 | 665.00 Mn |
| Jun 30, 2009 | 665.00 Mn |
| Mar 31, 2009 | 772.00 Mn |
API Access
Tc Energy Corp Operating Income 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=operating-income&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();