DoorDash (DASH) Tax Rate (2020 - 2026)
DoorDash (DASH) posted Tax Rate of 3.86% for Q2 2026, down 7.73% on a QoQ basis from 4.19% in Q1 2026, and up 866.0% year-over-year from 0.4% in Q2 2025.
Analysis
DoorDash (DASH) Tax Rate (2020 - 2026) Analysis & Trends
DoorDash has reported Tax Rate for 7 years, with the latest figure at 3.86% in Q2 2026.
- On a quarterly basis, Tax Rate rose 866.0% year-over-year to 3.86% in Q2 2026; TTM through Jun 2026 was 3.46%, a 46.0% increase from a year earlier, with the FY2025 full-year figure at 0.75%, down 2425.0% from the prior year.
- Tax Rate was 3.86% for Q2 2026 at DoorDash, down from 4.19% in the prior quarter.
- The five-year high for Tax Rate was 21.02% in Q4 2024, with the low at 38.89% in Q1 2024.
- Average Tax Rate over 5 years is 1.77%, with a median of 2.02% recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Tax Rate tumbled 2716 bps in 2024, then soared 4192 bps in 2025.
- Over 5 years, Tax Rate stood at 2.58% in 2022, then tumbled by 574 bps to 12.23% in 2023, then jumped by 272 bps to 21.02% in 2024, then sank by 81 bps to 4.05% in 2025, then declined by 5 bps to 3.86% in 2026.
- The last three Tax Rate figures came in at 3.86% (Q2 2026), 4.19% (Q1 2026), and 4.05% (Q4 2025), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 25.63% |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | 3.86% |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | 22.40% |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 35.85% |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | - |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | - |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | - |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | 1.48% |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | - |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | -0.82% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.86% |
| Mar 31, 2026 | 4.19% |
| Dec 31, 2025 | 4.05% |
| Sep 30, 2025 | 2.02% |
| Jun 30, 2025 | -4.80% |
| Mar 31, 2025 | 3.03% |
| Dec 31, 2024 | 21.02% |
| Sep 30, 2024 | -3.87% |
| Jun 30, 2024 | -0.64% |
| Mar 31, 2024 | -38.89% |
| Dec 31, 2023 | -12.23% |
| Sep 30, 2023 | -8.70% |
| Jun 30, 2023 | 4.97% |
| Mar 31, 2023 | -11.72% |
| Dec 31, 2022 | 2.58% |
| Sep 30, 2022 | 1.66% |
| Jun 30, 2022 | 3.31% |
| Dec 31, 2021 | -1.31% |
| Jun 30, 2021 | -2.00% |
| Mar 31, 2021 | -0.92% |
API Access
DoorDash Tax Rate 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=tax-rate&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();