DoorDash (DASH) EBITDA Margin (2020 - 2026)
DoorDash (DASH) posted EBITDA Margin of 4.63% for Q2 2026, down 3.78% on a QoQ basis from 4.81% in Q1 2026, and down 134.0% year-over-year from 13.6% in Q2 2025.
DoorDash (DASH) EBITDA Margin (2020 - 2026) Analysis & Trends
DoorDash has reported EBITDA Margin for 7 years, with the latest figure at 4.63% in Q2 2026.
- On a quarterly basis, EBITDA Margin fell 134.0% year-over-year to 4.63% in Q2 2026; TTM through Jun 2026 was 5.68%, a 10.0% increase from a year earlier, with the FY2025 full-year figure at 6.47%, up 573.0% from the prior year.
- EBITDA Margin was 4.63% for Q2 2026 at DoorDash, down from 4.81% in the prior quarter.
- The five-year high for EBITDA Margin was 8.68% in Q3 2025, with the low at 18.7% in Q4 2022.
- Average EBITDA Margin over 5 years is 2.44%, with a median of 1.88% recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: EBITDA Margin plunged 1013 bps in 2022, then soared 1610 bps in 2023.
- Over 5 years, EBITDA Margin stood at 18.7% in 2022, then soared by 86 bps to 2.61% in 2023, then soared by 294 bps to 5.05% in 2024, then climbed by 2 bps to 5.16% in 2025, then retreated by 10 bps to 4.63% in 2026.
- The last three EBITDA Margin figures came in at 4.63% (Q2 2026), 4.81% (Q1 2026), and 5.16% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA 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 | 4.63% |
| 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 | - | -27.07% |
| 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 | 4.63% |
| Mar 31, 2026 | 4.81% |
| Dec 31, 2025 | 5.16% |
| Sep 30, 2025 | 8.68% |
| Jun 30, 2025 | 5.97% |
| Mar 31, 2025 | 6.23% |
| Dec 31, 2024 | 5.05% |
| Sep 30, 2024 | 4.95% |
| Jun 30, 2024 | -6.46% |
| Mar 31, 2024 | -1.15% |
| Dec 31, 2023 | -2.61% |
| Sep 30, 2023 | -3.56% |
| Jun 30, 2023 | -8.35% |
| Mar 31, 2023 | -6.83% |
| Dec 31, 2022 | -18.70% |
| Sep 30, 2022 | -16.40% |
| Jun 30, 2022 | -15.30% |
| Mar 31, 2022 | -10.03% |
| Dec 31, 2021 | -10.15% |
| Sep 30, 2021 | -6.27% |
DoorDash EBITDA 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=ebitda-margin&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();