Mynd.ai (MYND) Enterprise Value (2017 - 2026)
Mynd.ai's (MYND) quarterly Enterprise Value came in at $10.5 million in Q2 2026, down 9.0% year-over-year from $11.6 million in Q2 2025, and up 467.15% quarter-over-quarter from $1.9 million in Q4 2025.
Mynd.ai (MYND) Enterprise Value (2017 - 2026) Analysis & Trends
Mynd.ai has disclosed Enterprise Value across 10 years of filings, most recently posting $10.5 million for Q2 2026.
- In Q2 2026, Enterprise Value fell 9.0% year-over-year to $10.5 million; the TTM figure through Jun 2026 stood at $10.5 million (down 9.0% YoY), while the FY2025 annual figure was $1.9 million, down 88.39% from the prior year.
- Enterprise Value came in at $10.5 million for Q2 2026 at Mynd.ai, up from $1.9 million in the prior quarter.
- In the past five years, Enterprise Value ranged from a high of $167.0 million in Q4 2023 to a low of -$19.4 million in Q2 2022.
- Average Enterprise Value over 5 years is $26.1 million, with a median of $10.5 million recorded in 2026.
- Year-over-year, Enterprise Value tumbled 164.74% in 2022 and surged 3336.47% in 2024.
- Over 5 years, Enterprise Value stood at -$13.3 million in 2022, then jumped by 1353.35% to $167.0 million in 2023, then tumbled by 90.43% to $16.0 million in 2024, then slumped by 88.39% to $1.9 million in 2025, then jumped by 467.15% to $10.5 million in 2026.
- Per Business Quant data, the three most recent Enterprise Value figures were $10.5 million in Q2 2026, $1.9 million in Q4 2025, and $11.6 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Logitech International | 15.15 Bn | 13.40 Bn | 607.94 Mn |
| 2 | Mynd.ai | 15.71 Mn | 8.67 Mn | - |
| 3 | Socket Mobile | 4.47 Mn | 2.86 Mn | 1.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 10.52 Mn |
| Dec 31, 2025 | 1.86 Mn |
| Jun 30, 2025 | 11.56 Mn |
| Dec 31, 2024 | 15.98 Mn |
| Jun 30, 2024 | 58.89 Mn |
| Dec 31, 2023 | 166.97 Mn |
| Jun 30, 2023 | 1.71 Mn |
| Dec 31, 2022 | -13.32 Mn |
| Jun 30, 2022 | -19.43 Mn |
| Dec 31, 2021 | 20.58 Mn |
| Sep 30, 2021 | 9.12 Mn |
| Jun 30, 2021 | 56.98 Mn |
| Mar 31, 2021 | 36.23 Mn |
| Dec 31, 2020 | 43.27 Mn |
| Sep 30, 2020 | 27.89 Mn |
| Jun 30, 2020 | 32.73 Mn |
| Mar 31, 2020 | 38.85 Mn |
| Dec 31, 2019 | 89.41 Mn |
| Sep 30, 2019 | 116.05 Mn |
| Jun 30, 2019 | 123.70 Mn |
Mynd.ai Enterprise Value 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=enterprise-value&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();