DoorDash (DASH) Operating Income (2020 - 2026)
DoorDash (DASH) posted Operating Income of $156.0 million for Q2 2026, up 3.31% on a QoQ basis from $151.0 million in Q1 2026, and down 4.29% year-over-year from $163.0 million in Q2 2025.
DoorDash (DASH) Operating Income (2020 - 2026) Analysis & Trends
DoorDash has reported Operating Income for 7 years, with the latest figure at $156.0 million in Q2 2026.
- On a quarterly basis, Operating Income fell 4.29% year-over-year to $156.0 million in Q2 2026; TTM through Jun 2026 was $712.0 million, a 31.37% increase from a year earlier, with the FY2025 full-year figure at $723.0 million, up 2002.63% from the prior year.
- Operating Income was $156.0 million for Q2 2026 at DoorDash, up from $151.0 million in the prior quarter.
- The five-year high for Operating Income was $258.0 million in Q3 2025, with the low at -$370.0 million in Q4 2022.
- Average Operating Income over 5 years is -$39.5 million, with a median of -$75.0 million recorded in 2023.
- The sharpest annual moves came in 2022 and 2025: Operating Income plunged 208.0% in 2022, then soared 354.1% in 2025.
- Over 5 years, Operating Income stood at -$370.0 million in 2022, then soared by 75.95% to -$89.0 million in 2023, then soared by 231.46% to $117.0 million in 2024, then gained by 25.64% to $147.0 million in 2025, then advanced by 6.12% to $156.0 million in 2026.
- The last three Operating Income figures came in at $156.0 million (Q2 2026), $151.0 million (Q1 2026), and $147.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 1.89 Bn |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | 156.00 Mn |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | 19.00 Mn |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 47.57 Mn |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | -135,182.00 |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | -1.18 Mn |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | -490,000.00 |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | 238,711.00 |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | -50,809.00 |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | -1.62 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 156.00 Mn |
| Mar 31, 2026 | 151.00 Mn |
| Dec 31, 2025 | 147.00 Mn |
| Sep 30, 2025 | 258.00 Mn |
| Jun 30, 2025 | 163.00 Mn |
| Mar 31, 2025 | 155.00 Mn |
| Dec 31, 2024 | 117.00 Mn |
| Sep 30, 2024 | 107.00 Mn |
| Jun 30, 2024 | -201.00 Mn |
| Mar 31, 2024 | -61.00 Mn |
| Dec 31, 2023 | -89.00 Mn |
| Sep 30, 2023 | -108.00 Mn |
| Jun 30, 2023 | -211.00 Mn |
| Mar 31, 2023 | -171.00 Mn |
| Dec 31, 2022 | -370.00 Mn |
| Sep 30, 2022 | -308.00 Mn |
| Jun 30, 2022 | -273.00 Mn |
| Mar 31, 2022 | -173.00 Mn |
| Dec 31, 2021 | -154.00 Mn |
| Sep 30, 2021 | -100.00 Mn |
DoorDash Operating Income 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=operating-income&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-income", "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=operating-income&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();