Analysts expect Tc Energy Corp to report revenue of 2.71 B for Q3 26, against a range of 2.46 B to 2.97 B. The most recent reported quarter, Q2 26, came in at 2.79 B, a 4.3% miss against the 2.91 B consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 3.02 B | 2.49 B | 2.52 B | 2.75 B | 2.66 B | 3.04 B | 2.78 B | 2.79 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 3.11 B | 2.85 B | 2.78 B | 2.88 B | 2.98 B | 2.92 B | 3.30 B | 3.11 B | 2.97 B | 3.37 B | 3.48 B | 2.96 B | 2.86 B | 3.44 B | 3.57 B | 3.40 B | ||||||||||
| Low Estimate | 2.92 B | 2.47 B | 2.48 B | 2.58 B | 2.45 B | 2.70 B | 2.89 B | 2.71 B | 2.46 B | 2.86 B | 2.93 B | 2.69 B | 2.44 B | 2.91 B | 3.24 B | 3.11 B | ||||||||||
| Consensus Estimate | 3.01 B | 2.66 B | 2.63 B | 2.73 B | 2.72 B | 2.81 B | 3.10 B | 2.91 B | 2.71 B | 3.11 B | 3.20 B | 2.82 B | 2.65 B | 3.18 B | 3.41 B | 3.26 B |
Analysts expect Tc Energy Corp to report earnings per share of 0.62 for Q3 26, against a range of 0.58 to 0.66. The most recent reported quarter, Q2 26, came in at 0.66, a 17.9% beat against the 0.56 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 | Q1 29 | Q2 29 | Q3 29 | Q4 29 | Q1 30 | Q2 30 | Q3 30 | Q4 30 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.76 | 0.73 | 0.66 | 0.60 | 0.55 | 0.71 | 0.71 | 0.66 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.76 | 0.70 | 0.67 | 0.66 | 0.62 | 0.68 | 0.70 | 0.58 | 0.66 | 0.77 | 0.85 | 0.69 | 0.64 | 0.68 | 0.84 | 0.78 | ||||||||||
| Low Estimate | 0.70 | 0.60 | 0.61 | 0.56 | 0.58 | 0.58 | 0.64 | 0.54 | 0.58 | 0.67 | 0.77 | 0.63 | 0.58 | 0.60 | 0.76 | 0.64 | ||||||||||
| Consensus Estimate | 0.73 | 0.65 | 0.64 | 0.61 | 0.60 | 0.63 | 0.67 | 0.56 | 0.62 | 0.72 | 0.81 | 0.66 | 0.61 | 0.64 | 0.80 | 0.71 |
Pull Wall Street consensus for Tc Energy Corp (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=TRPPF&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "TRPPF", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=TRPPF&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();