Mynd.ai (MYND) Net Margin (2016 - 2022)
Mynd.ai's (MYND) quarterly Net Margin came in at 27.83% in Q2 2022, up 1621.0% year-over-year from 1.62% in Q2 2021, and up 183.69% quarter-over-quarter from 9.81% in Q4 2021.
Mynd.ai (MYND) Net Margin (2016 - 2022) Analysis & Trends
Mynd.ai has disclosed Net Margin across 7 years of filings, most recently posting 27.83% for Q2 2022.
- In Q2 2022, Net Margin rose 1621.0% year-over-year to 27.83%; the TTM figure through Jun 2022 stood at 2.21% (down 165.0% YoY), while the FY2025 annual figure was 32.2%, down 360.0% from the prior year.
- Net Margin came in at 27.83% for Q2 2022 at Mynd.ai, up from 9.81% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 27.83% in Q2 2022 to a low of 153.69% in Q1 2020.
- Average Net Margin over 5 years is 9.66%, with a median of 6.86% recorded in 2019.
- Year-over-year, Net Margin slumped 16054 bps in 2020 and surged 14867 bps in 2021.
- Over 5 years, Net Margin stood at 1.24% in 2018, then sank by 63 bps to 0.46% in 2019, then soared by 4246 bps to 19.79% in 2020, then sank by 50 bps to 9.81% in 2021, then surged by 184 bps to 27.83% in 2022.
- Per Business Quant data, the three most recent Net Margin figures were 27.83% in Q2 2022, 9.81% in Q4 2021, and 5.2% in Q3 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 19.20% |
| 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 |
|---|---|
| Jun 30, 2022 | 27.83% |
| Dec 31, 2021 | 9.81% |
| Sep 30, 2021 | -5.20% |
| Jun 30, 2021 | 11.62% |
| Mar 31, 2021 | -5.02% |
| Dec 31, 2020 | 19.79% |
| Sep 30, 2020 | -21.91% |
| Jun 30, 2020 | -100.60% |
| Mar 31, 2020 | -153.69% |
| Dec 31, 2019 | 0.46% |
| Sep 30, 2019 | 7.45% |
| Jun 30, 2019 | 5.50% |
| Mar 31, 2019 | 6.86% |
| Dec 31, 2018 | 1.24% |
| Sep 30, 2018 | 12.32% |
| Jun 30, 2018 | 9.93% |
| Mar 31, 2018 | 9.46% |
| Dec 31, 2017 | 0.51% |
| Sep 30, 2017 | 4.25% |
| Jun 30, 2017 | 11.33% |
Mynd.ai Net 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=net-margin&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();