DoorDash (DASH) Times Interest Earned (2020 - 2023)
DoorDash (DASH) posted Times Interest Earned of 171.0 for Q1 2023, up 53.78% on a QoQ basis from 370.0 in Q4 2022.
Analysis
DoorDash (DASH) Times Interest Earned (2020 - 2023) Analysis & Trends
DoorDash has reported Times Interest Earned for 4 years, with the latest figure at 171.0 in Q1 2023.
- On a quarterly basis, Times Interest Earned changed N/A year-over-year to 171.0 in Q1 2023; TTM through Mar 2023 was 374.0, a 42.21% decrease from a year earlier, with the FY2022 full-year figure at 562.0, down 1640.71% from the prior year.
- Times Interest Earned was 171.0 for Q1 2023 at DoorDash, up from 370.0 in the prior quarter.
- The five-year high for Times Interest Earned was 3.0 in Q2 2020, with the low at 370.0 in Q4 2022.
- Average Times Interest Earned over 4 years is 113.74, with a median of 64.88 recorded in 2020.
- The largest YoY upside for Times Interest Earned was 73.17% in 2021 against a maximum downside of 3400.0% in 2021.
- Over 4 years, Times Interest Earned stood at 30.5 in 2020, then tumbled by 404.92% to 154.0 in 2021, then tumbled by 140.26% to 370.0 in 2022, then jumped by 53.78% to 171.0 in 2023.
- The last three Times Interest Earned figures came in at 171.0 (Q1 2023), 370.0 (Q4 2022), and 273.0 (Q2 2022), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Times Interest Earned (Qtr) |
|---|---|---|---|---|---|
| 1 | Uber Technologies | 143.82 Bn | 138.61 Bn | 6.38 Bn | 14.88 |
| 2 | DoorDash | 83.59 Bn | 78.26 Bn | 2.35 Bn | - |
| 3 | Grab Holdings | 11.46 Bn | 7.73 Bn | 435.00 Mn | 0.70 |
| 4 | Lyft | 5.72 Bn | 3.92 Bn | 917.12 Mn | 8.69 |
| 5 | Marti Technologies | 172.09 Mn | 159.58 Mn | 15.30 Mn | -0.03 |
| 6 | Ryde | 90.02 Mn | 90.02 Mn | - | -1,182.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 | -7.86 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2023 | -171.00 |
| Dec 31, 2022 | -370.00 |
| Jun 30, 2022 | -273.00 |
| Dec 31, 2021 | -154.00 |
| Jun 30, 2021 | -99.00 |
| Mar 31, 2021 | -8.25 |
| Dec 31, 2020 | -30.50 |
| Sep 30, 2020 | -3.89 |
| Jun 30, 2020 | 3.00 |
| Mar 31, 2020 | -30.75 |
API Access
DoorDash Times Interest Earned 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=times-interest-earned&ticker=DASH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "times-interest-earned", "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=times-interest-earned&ticker=DASH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();