Analysts expect Cvr Energy Inc to report revenue of 2.25 B for Q3 26, against a range of 2.05 B to 2.45 B. The most recent reported quarter, Q2 26, came in at 2.74 B, a 18.4% beat against the 2.31 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 1.83 B | 1.95 B | 1.65 B | 1.76 B | 1.94 B | 1.81 B | 1.98 B | 2.74 B | - | - | - | - | - | - | - | - | ||||||
| High Estimate | 1.91 B | 1.91 B | 1.35 B | 1.71 B | 2.11 B | 1.91 B | 1.70 B | 2.40 B | 2.45 B | 2.08 B | 1.94 B | 1.98 B | 2.08 B | 2.18 B | 2.00 B | 1.92 B | ||||||
| Low Estimate | 1.71 B | 1.62 B | 1.21 B | 1.54 B | 1.79 B | 1.59 B | 1.52 B | 2.23 B | 2.05 B | 1.73 B | 1.61 B | 1.72 B | 1.91 B | 1.80 B | 1.87 B | 1.71 B | ||||||
| Consensus Estimate | 1.81 B | 1.76 B | 1.28 B | 1.62 B | 1.95 B | 1.75 B | 1.61 B | 2.31 B | 2.25 B | 1.91 B | 1.77 B | 1.85 B | 1.99 B | 1.99 B | 1.94 B | 1.82 B |
Analysts expect Cvr Energy Inc to report earnings per share of 1.34 for Q3 26, against a range of 1.23 to 1.45. The most recent reported quarter, Q2 26, came in at 0.34, a 36.0% beat against the 0.25 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.50 | -0.13 | -0.58 | -0.23 | 0.40 | -0.80 | -1.24 | 0.34 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | -0.08 | -0.59 | -0.90 | -0.11 | 0.25 | -0.75 | -0.51 | 0.26 | 1.45 | 0.68 | 0.85 | 0.95 | 1.99 | 1.26 | -0.04 | 0.30 | ||||||||||
| Low Estimate | -0.10 | -0.73 | -1.00 | -0.13 | 0.21 | -0.89 | -0.57 | 0.24 | 1.23 | 0.58 | 0.75 | 0.79 | 1.69 | 1.08 | -0.04 | 0.26 | ||||||||||
| Consensus Estimate | -0.09 | -0.66 | -0.95 | -0.12 | 0.23 | -0.82 | -0.54 | 0.25 | 1.34 | 0.63 | 0.80 | 0.87 | 1.84 | 1.17 | -0.04 | 0.28 |
Pull Wall Street consensus for Cvr Energy Inc (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=CVI&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "CVI", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=CVI&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();