DoorDash (DASH) Non-Current Assets (2019 - 2026)
DoorDash (DASH) posted Non-Current Assets of $11.1 billion for Q2 2026, little changed on a QoQ basis from $11.1 billion in Q1 2026, and up 54.47% year-over-year from $7.2 billion in Q2 2025.
DoorDash (DASH) Non-Current Assets (2019 - 2026) Analysis & Trends
DoorDash has reported Non-Current Assets for 8 years, with the latest figure at $11.1 billion in Q2 2026.
- On a quarterly basis, Non-Current Assets rose 54.47% year-over-year to $11.1 billion in Q2 2026; TTM through Jun 2026 was $40.8 billion, a 70.46% increase from a year earlier, with the FY2025 full-year figure at $11.0 billion, up 101.8% from the prior year.
- Non-Current Assets was $11.1 billion for Q2 2026 at DoorDash, roughly flat from $11.1 billion in the prior quarter.
- The five-year high for Non-Current Assets was $11.1 billion in Q2 2026, with the low at $2.4 billion in Q1 2022.
- Average Non-Current Assets over 5 years is $6.3 billion, with a median of $5.3 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Non-Current Assets soared 407.98% in 2022, then retreated 1.94% in 2023.
- Over 5 years, Non-Current Assets stood at $5.1 billion in 2022, then increased by 3.41% to $5.2 billion in 2023, then rose by 4.14% to $5.5 billion in 2024, then soared by 101.8% to $11.0 billion in 2025, then increased by 1.17% to $11.1 billion in 2026.
- The last three Non-Current Assets figures came in at $11.1 billion (Q2 2026), $11.1 billion (Q1 2026), and $11.0 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 53.27 Bn |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | 11.15 Bn |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | 5.04 Bn |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 6.25 Bn |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | 14.44 Mn |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | 2.63 Mn |
| 7 | Swvl Holdings | 42.55 Mn | 35.16 Mn | - | 7.56 Mn |
| 8 | Scientific Energy | 7.90 Mn | -601,872.18 | 7.63 Mn | 38.87 Mn |
| 9 | Pony | 689,999.98 | 680,158.98 | 3,440.00 | 5,593.00 |
| 10 | Freight Technologies | 71,357.58 | -275,360.42 | 373,200.00 | 6.26 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 11.15 Bn |
| Mar 31, 2026 | 11.12 Bn |
| Dec 31, 2025 | 11.02 Bn |
| Sep 30, 2025 | 7.48 Bn |
| Jun 30, 2025 | 7.22 Bn |
| Mar 31, 2025 | 5.72 Bn |
| Dec 31, 2024 | 5.46 Bn |
| Sep 30, 2024 | 5.52 Bn |
| Jun 30, 2024 | 5.22 Bn |
| Mar 31, 2024 | 5.32 Bn |
| Dec 31, 2023 | 5.24 Bn |
| Sep 30, 2023 | 4.87 Bn |
| Jun 30, 2023 | 5.00 Bn |
| Mar 31, 2023 | 5.06 Bn |
| Dec 31, 2022 | 5.07 Bn |
| Sep 30, 2022 | 4.86 Bn |
| Jun 30, 2022 | 5.10 Bn |
| Mar 31, 2022 | 2.40 Bn |
| Dec 31, 2021 | 2.24 Bn |
| Sep 30, 2021 | 1.65 Bn |
DoorDash Non-Current Assets 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=non-current-assets&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();