DoorDash (DASH) EBIT Margin (2020 - 2026)
DoorDash (DASH) posted EBIT Margin of 3.5% for Q2 2026, down 6.38% on a QoQ basis from 3.74% in Q1 2026, and down 146.0% year-over-year from 7.61% in Q2 2025.
DoorDash (DASH) EBIT Margin (2020 - 2026) Analysis & Trends
DoorDash has reported EBIT Margin for 7 years, with the latest figure at 3.5% in Q2 2026.
- On a quarterly basis, EBIT Margin fell 146.0% year-over-year to 3.5% in Q2 2026; TTM through Jun 2026 was 4.48%, a 8.0% decrease from a year earlier, with the FY2025 full-year figure at 5.27%, up 563.0% from the prior year.
- EBIT Margin was 3.5% for Q2 2026 at DoorDash, down from 3.74% in the prior quarter.
- The five-year high for EBIT Margin was 7.49% in Q3 2025, with the low at 20.35% in Q4 2022.
- Average EBIT Margin over 5 years is 3.78%, with a median of 3.15% recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: EBIT Margin slumped 1026 bps in 2022, then jumped 1649 bps in 2023.
- Over 5 years, EBIT Margin stood at 20.35% in 2022, then soared by 81 bps to 3.86% in 2023, then surged by 205 bps to 4.07% in 2024, then retreated by 9 bps to 3.72% in 2025, then fell by 6 bps to 3.5% in 2026.
- The last three EBIT Margin figures came in at 3.5% (Q2 2026), 3.74% (Q1 2026), and 3.72% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 13.32% |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | 3.50% |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | 1.91% |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 2.58% |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | -0.68% |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | -31.34% |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | - |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | 1.08% |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | -161.57% |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | -46.21% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.50% |
| Mar 31, 2026 | 3.74% |
| Dec 31, 2025 | 3.72% |
| Sep 30, 2025 | 7.49% |
| Jun 30, 2025 | 4.96% |
| Mar 31, 2025 | 5.11% |
| Dec 31, 2024 | 4.07% |
| Sep 30, 2024 | 3.95% |
| Jun 30, 2024 | -7.64% |
| Mar 31, 2024 | -2.43% |
| Dec 31, 2023 | -3.86% |
| Sep 30, 2023 | -4.99% |
| Jun 30, 2023 | -9.89% |
| Mar 31, 2023 | -8.40% |
| Dec 31, 2022 | -20.35% |
| Sep 30, 2022 | -18.11% |
| Jun 30, 2022 | -16.98% |
| Mar 31, 2022 | -11.88% |
| Dec 31, 2021 | -11.85% |
| Sep 30, 2021 | -7.84% |
DoorDash EBIT Margin 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=ebit-margin&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "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=ebit-margin&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();