Mynd.ai (MYND) EBT Margin (2016 - 2021)
Mynd.ai's (MYND) quarterly EBT Margin came in at 1.96% in Q4 2021, down 341.0% year-over-year from 0.81% in Q4 2020, and up 135.39% quarter-over-quarter from 5.55% in Q3 2021.
Mynd.ai (MYND) EBT Margin (2016 - 2021) Analysis & Trends
Mynd.ai has disclosed EBT Margin across 6 years of filings, most recently posting 1.96% for Q4 2021.
- In Q4 2021, EBT Margin fell 341.0% year-over-year to 1.96%; the TTM figure through Dec 2021 stood at 3.87% (up 3930.0% YoY), while the FY2025 annual figure was 32.43%, down 1906.0% from the prior year.
- EBT Margin came in at 1.96% for Q4 2021 at Mynd.ai, up from 5.55% in the prior quarter.
- In the past five years, EBT Margin ranged from a high of 17.9% in Q2 2021 to a low of 149.52% in Q1 2020.
- Average EBT Margin over 5 years is 6.32%, with a median of 6.5% recorded in 2019.
- Year-over-year, EBT Margin sank 15830 bps in 2020 and soared 14643 bps in 2021.
- Over 5 years, EBT Margin stood at 1.83% in 2017, then soared by 149 bps to 4.54% in 2018, then surged by 68 bps to 7.63% in 2019, then declined by 30 bps to 5.37% in 2020, then sank by 63 bps to 1.96% in 2021.
- Per Business Quant data, the three most recent EBT Margin figures were 1.96% in Q4 2021, 5.55% in Q3 2021, and 17.9% in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 22.46% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -44.39% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 1.96% |
| Sep 30, 2021 | -5.55% |
| Jun 30, 2021 | 17.90% |
| Mar 31, 2021 | -3.09% |
| Dec 31, 2020 | 5.37% |
| Sep 30, 2020 | -7.63% |
| Jun 30, 2020 | -101.94% |
| Mar 31, 2020 | -149.52% |
| Dec 31, 2019 | 7.63% |
| Sep 30, 2019 | 9.61% |
| Jun 30, 2019 | 10.00% |
| Mar 31, 2019 | 8.78% |
| Dec 31, 2018 | 4.54% |
| Sep 30, 2018 | 13.31% |
| Jun 30, 2018 | 17.29% |
| Mar 31, 2018 | 15.73% |
| Dec 31, 2017 | 1.83% |
| Sep 30, 2017 | 8.13% |
| Jun 30, 2017 | 15.37% |
| Mar 31, 2017 | 3.87% |
Mynd.ai EBT Margin 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-margin&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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-margin&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();