Mynd.ai (MYND) Selling, General & Administrative (2016 - 2021)
Analysis
Mynd.ai (MYND) Selling, General & Administrative (2016 - 2021) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 43.53 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 741,475.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2021 | 4.65 Mn |
| Sep 30, 2021 | 5.04 Mn |
| Jun 30, 2021 | 5.31 Mn |
| Mar 31, 2021 | 5.28 Mn |
| Dec 31, 2020 | 8.20 Mn |
| Sep 30, 2020 | 5.03 Mn |
| Jun 30, 2020 | 5.28 Mn |
| Mar 31, 2020 | 5.81 Mn |
| Dec 31, 2019 | 5.86 Mn |
| Sep 30, 2019 | 6.72 Mn |
| Jun 30, 2019 | 5.88 Mn |
| Mar 31, 2019 | 5.32 Mn |
| Dec 31, 2018 | 7.34 Mn |
| Sep 30, 2018 | 5.63 Mn |
| Jun 30, 2018 | 7.97 Mn |
| Mar 31, 2018 | 5.49 Mn |
| Dec 31, 2017 | 7.11 Mn |
| Sep 30, 2017 | 5.74 Mn |
| Jun 30, 2017 | 3.11 Mn |
| Mar 31, 2017 | 2.46 Mn |
API Access
Mynd.ai Selling, General & Administrative 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=selling-general-and-administrative&ticker=MYND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=MYND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();