Mynd.ai (MYND) EBITDA (2016 - 2021)
Mynd.ai's (MYND) quarterly EBITDA came in at -$777000.0 in Q4 2021, down 113.26% year-over-year from $5.9 million in Q4 2020, and down 175.95% quarter-over-quarter from $1.0 million in Q3 2021.
Mynd.ai (MYND) EBITDA (2016 - 2021) Analysis & Trends
Mynd.ai has disclosed EBITDA across 6 years of filings, most recently posting -$777000.0 for Q4 2021.
- In Q4 2021, EBITDA fell 113.26% year-over-year to -$777000.0; the TTM figure through Dec 2021 stood at $17.2 million (up 165.39% YoY), while the FY2025 annual figure was -$50.1 million, down 107.55% from the prior year.
- EBITDA came in at -$777000.0 for Q4 2021 at Mynd.ai, down from $1.0 million in the prior quarter.
- In the past five years, EBITDA ranged from a high of $13.2 million in Q2 2021 to a low of -$24.0 million in Q1 2020.
- Average EBITDA over 5 years is $2.3 million, with a median of $3.1 million recorded in 2017.
- The largest YoY upside for EBITDA was 312.8% in 2020 against a maximum downside of 3982.01% in 2020.
- Over 5 years, EBITDA stood at $3.9 million in 2017, then surged by 41.55% to $5.5 million in 2018, then jumped by 36.33% to $7.6 million in 2019, then fell by 22.5% to $5.9 million in 2020, then plunged by 113.26% to -$777000.0 in 2021.
- Per Business Quant data, the three most recent EBITDA figures were -$777000.0 in Q4 2021, $1.0 million in Q3 2021, and $13.2 million in Q2 2021.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 258.55 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -1.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | -777,000.00 |
| Sep 30, 2021 | 1.02 Mn |
| Jun 30, 2021 | 13.21 Mn |
| Mar 31, 2021 | 3.79 Mn |
| Dec 31, 2020 | 5.86 Mn |
| Sep 30, 2020 | 1.08 Mn |
| Jun 30, 2020 | -9.36 Mn |
| Mar 31, 2020 | -23.95 Mn |
| Dec 31, 2019 | 7.56 Mn |
| Sep 30, 2019 | -508,000.00 |
| Jun 30, 2019 | 9.16 Mn |
| Mar 31, 2019 | 617,000.00 |
| Dec 31, 2018 | 5.55 Mn |
| Sep 30, 2018 | 400,000.00 |
| Jun 30, 2018 | 12.28 Mn |
| Mar 31, 2018 | -1.05 Mn |
| Dec 31, 2017 | 3.92 Mn |
| Sep 30, 2017 | 6.71 Mn |
| Jun 30, 2017 | 7.43 Mn |
| Mar 31, 2017 | 2.38 Mn |
Mynd.ai EBITDA 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&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();