DoorDash (DASH) Other Non Operating Income (2020 - 2026)
DoorDash (DASH) posted Other Non Operating Income of $16.0 million for Q2 2026, up 166.67% on a QoQ basis from $6.0 million in Q1 2026, and down 72.88% year-over-year from $59.0 million in Q2 2025.
DoorDash (DASH) Other Non Operating Income (2020 - 2026) Analysis & Trends
DoorDash has reported Other Non Operating Income for 7 years, with the latest figure at $16.0 million in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 72.88% year-over-year to $16.0 million in Q2 2026; TTM through Jun 2026 was -$26.0 million, a 147.27% decrease from a year earlier, with the FY2025 full-year figure at $5.0 million, up 200.0% from the prior year.
- Other Non Operating Income was $16.0 million for Q2 2026 at DoorDash, up from $6.0 million in the prior quarter.
- The five-year high for Other Non Operating Income was $59.0 million in Q2 2025, with the low at -$305.0 million in Q4 2022.
- Average Other Non Operating Income over 5 years is -$21.7 million, with a median of -$2.0 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Other Non Operating Income slumped 30600.0% in 2022, then soared 1280.0% in 2025.
- Over 5 years, Other Non Operating Income stood at -$305.0 million in 2022, then soared by 66.89% to -$101.0 million in 2023, then jumped by 107.92% to $8.0 million in 2024, then surged by 312.5% to $33.0 million in 2025, then tumbled by 51.52% to $16.0 million in 2026.
- The last three Other Non Operating Income figures came in at $16.0 million (Q2 2026), $6.0 million (Q1 2026), and $33.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn |
| 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 |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.00 Mn |
| Mar 31, 2026 | 6.00 Mn |
| Dec 31, 2025 | 33.00 Mn |
| Sep 30, 2025 | -81.00 Mn |
| Jun 30, 2025 | 59.00 Mn |
| Mar 31, 2025 | -6.00 Mn |
| Dec 31, 2024 | 8.00 Mn |
| Sep 30, 2024 | -6.00 Mn |
| Jun 30, 2024 | -5.00 Mn |
| Mar 31, 2024 | -2.00 Mn |
| Dec 31, 2023 | -101.00 Mn |
| Sep 30, 2023 | -1.00 Mn |
| Jun 30, 2023 | -4.00 Mn |
| Mar 31, 2023 | -1.00 Mn |
| Dec 31, 2022 | -305.00 Mn |
| Sep 30, 2022 | -2.00 Mn |
| Jun 30, 2022 | -3.00 Mn |
| Mar 31, 2022 | 5.00 Mn |
| Dec 31, 2021 | 1.00 Mn |
| Sep 30, 2021 | -1.00 Mn |
DoorDash Other Non 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=other-non-operating-income&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-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=other-non-operating-income&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();