Tc Energy Corp (TRPPF) Cost of Revenue (2024 - 2026)
Tc Energy (TRPPF) posted Cost of Revenue of $1.1 billion for Q2 2026, down 4.76% on a QoQ basis from $1.1 billion in Q4 2025, and up 1.55% year-over-year from $1.0 billion in Q2 2025.
Tc Energy Corp (TRPPF) Cost of Revenue (2024 - 2026) Analysis & Trends
Tc Energy has reported Cost of Revenue for 3 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Cost of Revenue rose 1.55% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $4.3 billion, a 25.53% increase from a year earlier, with the FY2025 full-year figure at $4.1 billion, up 2477.55% from the prior year.
- Cost of Revenue was $1.1 billion for Q2 2026 at Tc Energy, down from $1.1 billion in the prior quarter.
- The five-year high for Cost of Revenue was $1.1 billion in Q4 2025, with the low at $894.8 million in Q1 2025.
- Average Cost of Revenue over 3 years is $1.0 billion, with a median of $1.1 billion recorded in 2025.
- The sharpest annual moves came in 2025 and 2026: Cost of Revenue increased 4.54% in 2025, then grew 1.55% in 2026.
- Over 3 years, Cost of Revenue stood at $1.1 billion in 2024, then gained by 4.54% to $1.1 billion in 2025, then declined by 4.76% to $1.1 billion in 2026.
- The last three Cost of Revenue figures came in at $1.1 billion (Q2 2026), $1.1 billion (Q4 2025), and $1.0 billion (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.06 Bn |
| Dec 31, 2025 | 1.12 Bn |
| Sep 30, 2025 | 1.03 Bn |
| Jun 30, 2025 | 1.05 Bn |
| Mar 31, 2025 | 894.84 Mn |
| Dec 31, 2024 | 1.07 Bn |
Tc Energy Corp Cost of Revenue 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=cost-of-revenue&ticker=TRPPF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cost-of-revenue", "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=cost-of-revenue&ticker=TRPPF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();