Socket Mobile (SCKT) Share-based Compensation Growth (3y) (2013 - 2026)
Analysis
Socket Mobile (SCKT) Share-based Compensation Growth (3y) (2013 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (3y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 44.83% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | -7.08% |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -16.26% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -16.26% |
| Mar 31, 2026 | -16.85% |
| Dec 31, 2025 | -11.12% |
| Sep 30, 2025 | -11.09% |
| Jun 30, 2025 | -2.84% |
| Mar 31, 2025 | -31.88% |
| Dec 31, 2024 | 10.71% |
| Sep 30, 2024 | 10.89% |
| Jun 30, 2024 | 16.89% |
| Mar 31, 2024 | 22.38% |
| Dec 31, 2023 | 34.23% |
| Sep 30, 2023 | 29.02% |
| Jun 30, 2023 | 32.62% |
| Mar 31, 2023 | 30.84% |
| Dec 31, 2022 | 27.22% |
| Sep 30, 2022 | 25.10% |
| Jun 30, 2022 | 22.44% |
| Mar 31, 2022 | 22.36% |
| Dec 31, 2021 | 14.38% |
| Sep 30, 2021 | 12.06% |
API Access
Socket Mobile Share-based Compensation Growth (3y) 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-3y&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-3y", "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-3y&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();