Mynd.ai (MYND) EBIT Margin (2016 - 2021)
Mynd.ai's (MYND) quarterly EBIT Margin came in at 0.27% in Q4 2021, down 221.0% year-over-year from 0.23% in Q4 2020, and up 104.41% quarter-over-quarter from 6.22% in Q3 2021.
Mynd.ai (MYND) EBIT Margin (2016 - 2021) Analysis & Trends
Mynd.ai has disclosed EBIT Margin across 6 years of filings, most recently posting 0.27% for Q4 2021.
- In Q4 2021, EBIT Margin fell 221.0% year-over-year to 0.27%; the TTM figure through Dec 2021 stood at 2.13% (up 4167.0% YoY), while the FY2025 annual figure was 29.83%, down 1561.0% from the prior year.
- EBIT Margin came in at 0.27% for Q4 2021 at Mynd.ai, up from 6.22% in the prior quarter.
- In the past five years, EBIT Margin ranged from a high of 17.9% in Q1 2018 to a low of 150.64% in Q1 2020.
- Average EBIT Margin over 5 years is 7.93%, with a median of 4.97% recorded in 2017.
- Year-over-year, EBIT Margin tumbled 16241 bps in 2020 and jumped 14448 bps in 2021.
- Over 5 years, EBIT Margin stood at 0.42% in 2017, then tumbled by 170 bps to 0.3% in 2018, then soared by 2299 bps to 6.55% in 2019, then plunged by 62 bps to 2.48% in 2020, then plunged by 89 bps to 0.27% in 2021.
- Per Business Quant data, the three most recent EBIT Margin figures were 0.27% in Q4 2021, 6.22% in Q3 2021, and 16.15% in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 21.07% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -39.41% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 0.27% |
| Sep 30, 2021 | -6.22% |
| Jun 30, 2021 | 16.15% |
| Mar 31, 2021 | -6.15% |
| Dec 31, 2020 | 2.48% |
| Sep 30, 2020 | -10.82% |
| Jun 30, 2020 | -117.02% |
| Mar 31, 2020 | -150.64% |
| Dec 31, 2019 | 6.55% |
| Sep 30, 2019 | 10.16% |
| Jun 30, 2019 | 9.94% |
| Mar 31, 2019 | 11.78% |
| Dec 31, 2018 | -0.30% |
| Sep 30, 2018 | 14.89% |
| Jun 30, 2018 | 15.81% |
| Mar 31, 2018 | 17.90% |
| Dec 31, 2017 | 0.42% |
| Sep 30, 2017 | 7.35% |
| Jun 30, 2017 | 15.47% |
| Mar 31, 2017 | 3.39% |
Mynd.ai EBIT 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=ebit-margin&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-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=ebit-margin&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();