Socket Mobile (SCKT) Share-based Compensation Growth (1y) (2011 - 2026)
Analysis
Socket Mobile (SCKT) Share-based Compensation Growth (1y) (2011 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 8.58% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | -14.54% |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -22.00% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -22.00% |
| Mar 31, 2026 | 140.78% |
| Dec 31, 2025 | -27.82% |
| Sep 30, 2025 | -27.01% |
| Jun 30, 2025 | -16.03% |
| Mar 31, 2025 | -74.10% |
| Dec 31, 2024 | -7.17% |
| Sep 30, 2024 | -9.88% |
| Jun 30, 2024 | -10.34% |
| Mar 31, 2024 | -7.82% |
| Dec 31, 2023 | 4.77% |
| Sep 30, 2023 | 6.86% |
| Jun 30, 2023 | 21.82% |
| Mar 31, 2023 | 32.40% |
| Dec 31, 2022 | 39.50% |
| Sep 30, 2022 | 41.60% |
| Jun 30, 2022 | 46.23% |
| Mar 31, 2022 | 50.19% |
| Dec 31, 2021 | 65.47% |
| Sep 30, 2021 | 41.95% |
API Access
Socket Mobile Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "ticker": "SCKT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=share-based-compensation-growth-1y&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();