DoorDash (DASH) Net Cash Flow (2020 - 2026)
DoorDash (DASH) posted Net Cash Flow of -$140.0 million for Q2 2026, down 143.34% on a QoQ basis from $323.0 million in Q1 2026, and down 107.22% year-over-year from $1.9 billion in Q2 2025.
DoorDash (DASH) Net Cash Flow (2020 - 2026) Analysis & Trends
DoorDash has reported Net Cash Flow for 7 years, with the latest figure at -$140.0 million in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 107.22% year-over-year to -$140.0 million in Q2 2026; TTM through Jun 2026 was -$1.8 billion, a 160.42% decrease from a year earlier, with the FY2025 full-year figure at $400.0 million, down 73.05% from the prior year.
- Net Cash Flow was -$140.0 million for Q2 2026 at DoorDash, down from $323.0 million in the prior quarter.
- The five-year high for Net Cash Flow was $1.9 billion in Q2 2025, with the low at -$2.7 billion in Q4 2025.
- Average Net Cash Flow over 5 years is $129.9 million, with a median of $316.0 million recorded in 2023.
- The sharpest annual moves came in 2024 and 2025: Net Cash Flow surged 16366.67% in 2024, then slumped 850.0% in 2025.
- Over 5 years, Net Cash Flow stood at -$157.0 million in 2022, then surged by 301.27% to $316.0 million in 2023, then gained by 14.56% to $362.0 million in 2024, then plunged by 850.0% to -$2.7 billion in 2025, then soared by 94.84% to -$140.0 million in 2026.
- The last three Net Cash Flow figures came in at -$140.0 million (Q2 2026), $323.0 million (Q1 2026), and -$2.7 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | -987.00 Mn |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | -140.00 Mn |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | 56.00 Mn |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 72.50 Mn |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | 7.74 Mn |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | - |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | -1.30 Mn |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | -687,069.00 |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | 7,492.00 |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | -109,066.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -140.00 Mn |
| Mar 31, 2026 | 323.00 Mn |
| Dec 31, 2025 | -2.72 Bn |
| Sep 30, 2025 | 699.00 Mn |
| Jun 30, 2025 | 1.94 Bn |
| Mar 31, 2025 | 478.00 Mn |
| Dec 31, 2024 | 362.00 Mn |
| Sep 30, 2024 | 256.00 Mn |
| Jun 30, 2024 | 378.00 Mn |
| Mar 31, 2024 | 488.00 Mn |
| Dec 31, 2023 | 316.00 Mn |
| Sep 30, 2023 | 316.00 Mn |
| Jun 30, 2023 | -50.00 Mn |
| Mar 31, 2023 | -3.00 Mn |
| Dec 31, 2022 | -157.00 Mn |
| Sep 30, 2022 | -384.00 Mn |
| Jun 30, 2022 | 494.00 Mn |
| Mar 31, 2022 | -261.00 Mn |
| Dec 31, 2021 | -356.00 Mn |
| Sep 30, 2021 | -472.00 Mn |
DoorDash Net Cash Flow 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=net-cash-flow&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();