DoorDash (DASH) Non Operating Interest Expenses (2020 - 2023)
DoorDash (DASH) posted Non Operating Interest Expenses of $1.0 million for Q1 2023, little changed on a QoQ basis from $1.0 million in Q4 2022.
DoorDash (DASH) Non Operating Interest Expenses (2020 - 2023) Analysis & Trends
DoorDash has reported Non Operating Interest Expenses for 4 years, with the latest figure at $1.0 million in Q1 2023.
- On a quarterly basis, Non Operating Interest Expenses changed N/A year-over-year to $1.0 million in Q1 2023; TTM through Mar 2023 was $3.0 million, a 50.0% increase from a year earlier, with the FY2022 full-year figure at $2.0 million, down 85.71% from the prior year.
- Non Operating Interest Expenses was $1.0 million for Q1 2023 at DoorDash, roughly flat from $1.0 million in the prior quarter.
- The five-year high for Non Operating Interest Expenses was $12.0 million in Q1 2021, with the low at $1.0 million in Q2 2021.
- Average Non Operating Interest Expenses over 4 years is $4.9 million, with a median of $2.5 million recorded in 2020.
- The largest YoY upside for Non Operating Interest Expenses was 200.0% in 2021 against a maximum downside of 90.0% in 2021.
- Over 4 years, Non Operating Interest Expenses stood at $10.0 million in 2020, then sank by 90.0% to $1.0 million in 2021, then changed by 0.0% to $1.0 million in 2022, then changed by 0.0% to $1.0 million in 2023.
- The last three Non Operating Interest Expenses figures came in at $1.0 million (Q1 2023), $1.0 million (Q4 2022), and $1.0 million (Q2 2022), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Interest Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 127.00 Mn |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | - |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | -27.00 Mn |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 5.47 Mn |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | -5.26 Mn |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | 1,000.00 |
| 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 | -206,585.00 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | 1.00 Mn |
| Dec 31, 2022 | 1.00 Mn |
| Jun 30, 2022 | 1.00 Mn |
| Dec 31, 2021 | 1.00 Mn |
| Jun 30, 2021 | 1.00 Mn |
| Mar 31, 2021 | 12.00 Mn |
| Dec 31, 2020 | 10.00 Mn |
| Sep 30, 2020 | 9.00 Mn |
| Jun 30, 2020 | 9.00 Mn |
| Mar 31, 2020 | 4.00 Mn |
DoorDash Non Operating Interest Expenses 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-operating-interest-expenses&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-interest-expenses", "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-operating-interest-expenses&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();