Mynd.ai (MYND) EBT (2016 - 2021)
Mynd.ai's (MYND) quarterly EBT came in at $931000.0 in Q4 2021, down 63.17% year-over-year from $2.5 million in Q4 2020, and up 139.2% quarter-over-quarter from -$2.4 million in Q3 2021.
Mynd.ai (MYND) EBT (2016 - 2021) Analysis & Trends
Mynd.ai has disclosed EBT across 6 years of filings, most recently posting $931000.0 for Q4 2021.
- In Q4 2021, EBT fell 63.17% year-over-year to $931000.0; the TTM figure through Dec 2021 stood at $7.0 million (up 117.97% YoY), while the FY2025 annual figure was -$54.5 million, down 52.34% from the prior year.
- EBT came in at $931000.0 for Q4 2021 at Mynd.ai, up from -$2.4 million in the prior quarter.
- In the past five years, EBT ranged from a high of $9.6 million in Q2 2021 to a low of -$25.9 million in Q1 2020.
- Average EBT over 5 years is $730200.0, with a median of $2.8 million recorded in 2019.
- Year-over-year, EBT soared 566.36% in 2017 and tumbled 960.87% in 2020.
- Over 5 years, EBT stood at $713000.0 in 2017, then jumped by 186.4% to $2.0 million in 2018, then surged by 89.47% to $3.9 million in 2019, then tumbled by 34.66% to $2.5 million in 2020, then tumbled by 63.17% to $931000.0 in 2021.
- Per Business Quant data, the three most recent EBT figures were $931000.0 in Q4 2021, -$2.4 million in Q3 2021, and $9.6 million in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 275.58 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -1.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 931,000.00 |
| Sep 30, 2021 | -2.38 Mn |
| Jun 30, 2021 | 9.56 Mn |
| Mar 31, 2021 | -1.13 Mn |
| Dec 31, 2020 | 2.53 Mn |
| Sep 30, 2020 | -2.48 Mn |
| Jun 30, 2020 | -13.02 Mn |
| Mar 31, 2020 | -25.90 Mn |
| Dec 31, 2019 | 3.87 Mn |
| Sep 30, 2019 | 4.20 Mn |
| Jun 30, 2019 | 5.36 Mn |
| Mar 31, 2019 | 3.01 Mn |
| Dec 31, 2018 | 2.04 Mn |
| Sep 30, 2018 | 4.69 Mn |
| Jun 30, 2018 | 8.21 Mn |
| Mar 31, 2018 | 4.52 Mn |
| Dec 31, 2017 | 713,000.00 |
| Sep 30, 2017 | 3.04 Mn |
| Jun 30, 2017 | 5.81 Mn |
| Mar 31, 2017 | 1.03 Mn |
Mynd.ai EBT 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=ebt&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "ticker": "MYND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=ebt&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();