Tc Energy Corp (TRPPF) Operating Expenses (2016 - 2025)
Tc Energy (TRPPF) posted Operating Expenses of $1.4 million for Q4 2025, down 1.31% on a QoQ basis from $1.5 million in Q3 2025.
Analysis
Tc Energy Corp (TRPPF) Operating Expenses (2016 - 2025) Analysis & Trends
Tc Energy has reported Operating Expenses for 3 years, with the latest figure at $1.4 million in Q4 2025.
- On a quarterly basis, Operating Expenses changed N/A year-over-year to $1.4 million in Q4 2025; TTM through Dec 2025 was $10.0 million, a N/A change from a year earlier, with the FY2025 full-year figure at $6.1 billion, up 4.03% from the prior year.
- Operating Expenses was $1.4 million for Q4 2025 at Tc Energy, down from $1.5 million in the prior quarter.
- The five-year high for Operating Expenses was $62.7 million in Q4 2021, with the low at -$2.2 billion in Q1 2021.
Peer Set
Peer Comparison
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.43 Mn |
| Sep 30, 2025 | 1.45 Mn |
| Jun 30, 2025 | 2.89 Mn |
| Mar 31, 2025 | 4.18 Mn |
| Dec 31, 2021 | 62.67 Mn |
| Jun 30, 2021 | 7.32 Mn |
| Mar 31, 2021 | -2.25 Bn |
| Mar 31, 2016 | 2.35 Bn |
API Access
Tc Energy Corp Operating Expenses 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-expenses&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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-expenses&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();