Analysts expect Shell plc to report revenue of 85.81 B for Q3 26, against a range of 81.42 B to 90.21 B. The most recent reported quarter, Q2 26, came in at 94.66 B, a 16.1% beat against the 81.56 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) | 71.09 B | 66.28 B | 69.23 B | 65.41 B | 68.15 B | 64.09 B | 69.69 B | 94.66 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 73.74 B | 66.15 B | 76.15 B | 69.01 B | 76.28 B | 69.10 B | 79.38 B | 87.12 B | 90.21 B | 89.42 B | 75.52 B | 77.76 B | 74.71 B | 88.74 B | 84.63 B | 85.57 B | ||||||||||
| Low Estimate | 62.21 B | 59.73 B | 66.32 B | 63.76 B | 66.93 B | 60.65 B | 70.89 B | 75.99 B | 81.42 B | 75.98 B | 63.84 B | 70.02 B | 69.72 B | 74.46 B | 70.62 B | 74.18 B | ||||||||||
| Consensus Estimate | 67.97 B | 62.94 B | 71.24 B | 66.39 B | 71.60 B | 64.88 B | 75.14 B | 81.56 B | 85.81 B | 82.70 B | 69.68 B | 73.89 B | 72.21 B | 81.60 B | 77.62 B | 79.88 B |
Analysts expect Shell plc to report earnings per share of 3.23 for Q3 26, against a range of 3.00 to 3.46. The most recent reported quarter, Q2 26, came in at 3.52, a 19.3% beat against the 2.95 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) | 1.92 | 1.20 | 1.84 | 1.44 | 1.86 | 1.14 | 2.44 | 3.52 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 1.78 | 1.57 | 1.86 | 1.30 | 1.92 | 1.29 | 2.20 | 3.17 | 3.46 | 2.60 | 2.77 | 2.53 | 2.95 | 2.91 | 2.70 | 2.60 | ||||||||||
| Low Estimate | 1.48 | 1.29 | 1.60 | 1.22 | 1.58 | 1.07 | 1.86 | 2.73 | 3.00 | 2.42 | 2.39 | 2.37 | 2.55 | 2.51 | 2.50 | 2.34 | ||||||||||
| Consensus Estimate | 1.63 | 1.43 | 1.73 | 1.26 | 1.75 | 1.18 | 2.03 | 2.95 | 3.23 | 2.51 | 2.58 | 2.45 | 2.75 | 2.71 | 2.60 | 2.47 |
Pull Wall Street consensus for Shell plc (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=RYDAF&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "RYDAF", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=RYDAF&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();