Analysts expect DoorDash, Inc. to report revenue of 4.39 B for Q3 26, against a range of 4.03 B to 4.75 B. The most recent reported quarter, Q2 26, came in at 4.45 B, a 8.5% beat against the 4.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) | 2.71 B | 2.87 B | 3.03 B | 3.28 B | 3.45 B | 3.96 B | 4.04 B | 4.45 B | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 3.00 B | 2.80 B | 3.17 B | 3.57 B | 3.74 B | 4.45 B | 4.65 B | 4.49 B | 4.75 B | 4.95 B | 5.00 B | 5.39 B | 5.58 B | 6.12 B | 6.65 B | 6.85 B | ||||||||||
| Low Estimate | 2.61 B | 2.57 B | 2.77 B | 2.97 B | 3.15 B | 3.94 B | 4.20 B | 3.71 B | 4.03 B | 4.39 B | 4.56 B | 4.92 B | 5.00 B | 5.20 B | 5.64 B | 6.17 B | ||||||||||
| Consensus Estimate | 2.80 B | 2.69 B | 2.97 B | 3.27 B | 3.45 B | 4.19 B | 4.43 B | 4.10 B | 4.39 B | 4.67 B | 4.78 B | 5.15 B | 5.29 B | 5.66 B | 6.15 B | 6.51 B |
Analysts expect DoorDash, Inc. to report earnings per share of 0.77 for Q3 26, against a range of 0.72 to 0.82. The most recent reported quarter, Q2 26, came in at 0.46, a 6.1% miss against the 0.49 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.38 | 0.33 | 0.44 | 0.65 | 0.55 | 0.48 | 0.42 | 0.46 | - | - | - | - | - | - | - | - | ||||||||||
| High Estimate | 0.20 | 0.34 | 0.40 | 0.49 | 0.75 | 0.62 | 0.36 | 0.52 | 0.82 | 0.87 | 0.96 | 1.03 | 1.35 | 1.30 | 1.71 | 1.72 | ||||||||||
| Low Estimate | 0.18 | 0.32 | 0.34 | 0.43 | 0.63 | 0.54 | 0.34 | 0.46 | 0.72 | 0.73 | 0.88 | 0.87 | 1.11 | 1.20 | 1.61 | 1.60 | ||||||||||
| Consensus Estimate | 0.19 | 0.33 | 0.37 | 0.46 | 0.69 | 0.58 | 0.35 | 0.49 | 0.77 | 0.80 | 0.92 | 0.95 | 1.23 | 1.25 | 1.66 | 1.66 |
Pull Wall Street consensus for DoorDash, 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=DASH&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "DASH", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=DASH&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();