Mynd.ai (MYND) EBITDA Margin (2016 - 2021)
Mynd.ai's (MYND) quarterly EBITDA Margin came in at 1.64% in Q4 2021, down 1409.0% year-over-year from 0.13% in Q4 2020, and down 168.56% quarter-over-quarter from 2.39% in Q3 2021.
Mynd.ai (MYND) EBITDA Margin (2016 - 2021) Analysis & Trends
Mynd.ai has disclosed EBITDA Margin across 6 years of filings, most recently posting 1.64% for Q4 2021.
- In Q4 2021, EBITDA Margin fell 1409.0% year-over-year to 1.64%; the TTM figure through Dec 2021 stood at 9.56% (up 3360.0% YoY), while the FY2025 annual figure was 29.83%, down 2080.0% from the prior year.
- EBITDA Margin came in at 1.64% for Q4 2021 at Mynd.ai, down from 2.39% in the prior quarter.
- In the past five years, EBITDA Margin ranged from a high of 25.87% in Q2 2018 to a low of 138.3% in Q1 2020.
- Average EBITDA Margin over 5 years is 1.75%, with a median of 9.5% recorded in 2017.
- Year-over-year, EBITDA Margin slumped 14010 bps in 2020 and soared 14862 bps in 2021.
- Over 5 years, EBITDA Margin stood at 10.03% in 2017, then gained by 23 bps to 12.32% in 2018, then gained by 21 bps to 14.9% in 2019, then slipped by 16 bps to 12.45% in 2020, then slumped by 113 bps to 1.64% in 2021.
- Per Business Quant data, the three most recent EBITDA Margin figures were 1.64% in Q4 2021, 2.39% in Q3 2021, and 24.74% in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA 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 | -1.64% |
| Sep 30, 2021 | 2.39% |
| Jun 30, 2021 | 24.74% |
| Mar 31, 2021 | 10.32% |
| Dec 31, 2020 | 12.45% |
| Sep 30, 2020 | 3.32% |
| Jun 30, 2020 | -73.27% |
| Mar 31, 2020 | -138.30% |
| Dec 31, 2019 | 14.90% |
| Sep 30, 2019 | -1.16% |
| Jun 30, 2019 | 17.11% |
| Mar 31, 2019 | 1.80% |
| Dec 31, 2018 | 12.32% |
| Sep 30, 2018 | 1.13% |
| Jun 30, 2018 | 25.87% |
| Mar 31, 2018 | -3.63% |
| Dec 31, 2017 | 10.03% |
| Sep 30, 2017 | 17.93% |
| Jun 30, 2017 | 19.66% |
| Mar 31, 2017 | 8.98% |
Mynd.ai EBITDA 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=ebitda-margin&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();