Tc Energy Corp (TRPPF) Operating Margin (2009 - 2025)
Tc Energy (TRPPF) posted Operating Margin of 62.64% for Q4 2025, up 1.68% on a QoQ basis from 61.61% in Q3 2025.
Analysis
Tc Energy Corp (TRPPF) Operating Margin (2009 - 2025) Analysis & Trends
Tc Energy has reported Operating Margin for 5 years, with the latest figure at 62.64% in Q4 2025.
- On a quarterly basis, Operating Margin changed N/A year-over-year to 62.64% in Q4 2025; TTM through Dec 2025 was 62.43%, a N/A change from a year earlier, with the FY2025 full-year figure at 6.92%, down 3352.0% from the prior year.
- Operating Margin was 62.64% for Q4 2025 at Tc Energy, up from 61.61% in the prior quarter.
- The five-year high for Operating Margin was 64.39% in Q1 2025, with the low at 61.19% in Q2 2025.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 62.64% |
| Sep 30, 2025 | 61.61% |
| Jun 30, 2025 | 61.19% |
| Mar 31, 2025 | 64.39% |
| Dec 31, 2012 | 157.20% |
| Dec 31, 2011 | 171.27% |
| Dec 31, 2010 | 153.67% |
| Sep 30, 2010 | 32.17% |
| Jun 30, 2010 | 31.31% |
| Mar 31, 2010 | 31.15% |
| Dec 31, 2009 | 155.09% |
| Sep 30, 2009 | 29.52% |
| Jun 30, 2009 | 33.52% |
| Mar 31, 2009 | 35.43% |
API Access
Tc Energy Corp Operating Margin 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-margin&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-margin", "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-margin&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();