Mynd.ai (MYND) Consolidated Net Income (2016 - 2022)
Mynd.ai's (MYND) quarterly Consolidated Net Income came in at -$5.9 million in Q2 2022, down 179.58% year-over-year from $7.5 million in Q2 2021, and down 7601.3% quarter-over-quarter from -$77000.0 in Q4 2021.
Mynd.ai (MYND) Consolidated Net Income (2016 - 2022) Analysis & Trends
Mynd.ai has disclosed Consolidated Net Income across 7 years of filings, most recently posting -$5.9 million for Q2 2022.
- In Q2 2022, Consolidated Net Income fell 179.58% year-over-year to -$5.9 million; the TTM figure through Jun 2022 stood at -$673000.0 (down 106.5% YoY), while the FY2025 annual figure was -$54.8 million, down 231.37% from the prior year.
- Consolidated Net Income came in at -$5.9 million for Q2 2022 at Mynd.ai, down from -$77000.0 in the prior quarter.
- In the past five years, Consolidated Net Income ranged from a high of $10.8 million in Q4 2020 to a low of -$30.1 million in Q1 2020.
- Average Consolidated Net Income over 5 years is -$953882.4, with a median of $861000.0 recorded in 2019.
- The largest YoY upside for Consolidated Net Income was 1157.38% in 2020 against a maximum downside of 974.22% in 2020.
- Over 5 years, Consolidated Net Income stood at $135000.0 in 2018, then surged by 537.78% to $861000.0 in 2019, then soared by 1157.38% to $10.8 million in 2020, then plunged by 100.71% to -$77000.0 in 2021, then plunged by 7601.3% to -$5.9 million in 2022.
- Per Business Quant data, the three most recent Consolidated Net Income figures were -$5.9 million in Q2 2022, -$77000.0 in Q4 2021, and -$2.1 million in Q3 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 235.68 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 |
|---|---|
| Jun 30, 2022 | -5.93 Mn |
| Dec 31, 2021 | -77,000.00 |
| Sep 30, 2021 | -2.12 Mn |
| Jun 30, 2021 | 7.45 Mn |
| Mar 31, 2021 | -1.71 Mn |
| Dec 31, 2020 | 10.83 Mn |
| Sep 30, 2020 | -6.21 Mn |
| Jun 30, 2020 | -13.59 Mn |
| Mar 31, 2020 | -30.12 Mn |
| Dec 31, 2019 | 861,000.00 |
| Sep 30, 2019 | 5.03 Mn |
| Jun 30, 2019 | 3.56 Mn |
| Mar 31, 2019 | 3.45 Mn |
| Dec 31, 2018 | 135,000.00 |
| Sep 30, 2018 | 3.85 Mn |
| Jun 30, 2018 | 5.34 Mn |
| Mar 31, 2018 | 3.04 Mn |
| Dec 31, 2017 | 227,000.00 |
| Sep 30, 2017 | 1.51 Mn |
| Jun 30, 2017 | 4.27 Mn |
Mynd.ai Consolidated Net Income 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=consolidated-net-income&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();