Analysts expect HF Sinclair Corp to report revenue of 8.91 B for Q3 26, against a range of 8.50 B to 9.32 B. The most recent reported quarter, Q2 26, came in at 10.39 B, a 28.3% beat against the 8.10 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) | 7.21 B | 6.50 B | 6.37 B | 6.78 B | 7.25 B | 6.46 B | 7.12 B | 10.39 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 8.02 B | 7.55 B | 7.17 B | 7.07 B | 7.71 B | 6.76 B | 7.72 B | 8.58 B | 9.32 B | 8.16 B | 8.13 B | 8.44 B | 8.39 B | 7.37 B | 8.11 B | 8.96 B | ||||||||||
| Low Estimate | 6.99 B | 6.38 B | 6.52 B | 6.02 B | 6.75 B | 5.65 B | 6.53 B | 7.62 B | 8.50 B | 6.89 B | 7.22 B | 7.43 B | 7.69 B | 6.67 B | 6.64 B | 8.04 B | ||||||||||
| Consensus Estimate | 7.51 B | 6.97 B | 6.85 B | 6.54 B | 7.23 B | 6.21 B | 7.13 B | 8.10 B | 8.91 B | 7.52 B | 7.67 B | 7.93 B | 8.04 B | 7.02 B | 7.37 B | 8.50 B |
Analysts expect HF Sinclair Corp to report earnings per share of 6.12 for Q3 26, against a range of 5.85 to 6.39. The most recent reported quarter, Q2 26, came in at 5.31, a 13.0% beat against the 4.70 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.51 | -1.02 | -0.27 | 1.70 | 2.44 | 1.20 | 0.69 | 5.31 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.35 | -0.81 | -0.37 | 1.21 | 1.94 | 0.47 | -0.06 | 4.92 | 6.39 | 3.97 | 2.59 | 4.10 | 6.09 | 4.48 | 0.64 | 1.99 | ||||||||||
| Low Estimate | 0.31 | -0.87 | -0.43 | 1.09 | 1.66 | 0.39 | -0.06 | 4.48 | 5.85 | 3.67 | 2.39 | 3.64 | 5.31 | 3.70 | 0.56 | 1.77 | ||||||||||
| Consensus Estimate | 0.33 | -0.84 | -0.40 | 1.15 | 1.80 | 0.43 | -0.06 | 4.70 | 6.12 | 3.82 | 2.49 | 3.87 | 5.70 | 4.09 | 0.60 | 1.88 |
Pull Wall Street consensus for HF Sinclair 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=DINO&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "DINO", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=DINO&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();