DoorDash (DASH) EPS (Basic) (2020 - 2026)
DoorDash (DASH) posted EPS (Basic) of $0.46 for Q2 2026, up 8.99% on a QoQ basis from $0.42 in Q1 2026, and down 31.43% year-over-year from $0.67 in Q2 2025.
DoorDash (DASH) EPS (Basic) (2020 - 2026) Analysis & Trends
DoorDash has reported EPS (Basic) for 7 years, with the latest figure at $0.46 in Q2 2026.
- On a quarterly basis, EPS (Basic) fell 31.43% year-over-year to $0.46 in Q2 2026; TTM through Jun 2026 was $1.93, a 5.67% increase from a year earlier, with the FY2025 full-year figure at $2.18, up 667.68% from the prior year.
- EPS (Basic) was $0.46 for Q2 2026 at DoorDash, up from $0.42 in the prior quarter.
- The five-year high for EPS (Basic) was $0.67 in Q2 2025, with the low at -$1.73 in Q4 2022.
- Average EPS (Basic) over 5 years is -$0.1, with a median of -$0.13 recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: EPS (Basic) slumped 275.65% in 2022, then jumped 838.95% in 2025.
- Over 5 years, EPS (Basic) stood at -$1.73 in 2022, then surged by 77.03% to -$0.4 in 2023, then soared by 185.07% to $0.34 in 2024, then soared by 47.68% to $0.5 in 2025, then slipped by 8.16% to $0.46 in 2026.
- The last three EPS (Basic) figures came in at $0.46 (Q2 2026), $0.42 (Q1 2026), and $0.5 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 1.20 |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | 0.46 |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | 0.04 |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 0.13 |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | -0.16 |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | -0.05 |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | -0.05 |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | 0.00 |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | 0.00 |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | -32.50 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.46 |
| Mar 31, 2026 | 0.42 |
| Dec 31, 2025 | 0.50 |
| Sep 30, 2025 | 0.57 |
| Jun 30, 2025 | 0.67 |
| Mar 31, 2025 | 0.46 |
| Dec 31, 2024 | 0.34 |
| Sep 30, 2024 | 0.39 |
| Jun 30, 2024 | -0.38 |
| Mar 31, 2024 | -0.06 |
| Dec 31, 2023 | -0.40 |
| Sep 30, 2023 | -0.19 |
| Jun 30, 2023 | -0.44 |
| Mar 31, 2023 | -0.41 |
| Dec 31, 2022 | -1.73 |
| Sep 30, 2022 | -0.77 |
| Jun 30, 2022 | -0.72 |
| Mar 31, 2022 | -0.48 |
| Dec 31, 2021 | -0.46 |
| Sep 30, 2021 | -0.30 |
DoorDash EPS (Basic) API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=eps-basic&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "DASH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-basic&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();