Socket Mobile (SCKT) Selling, General & Administrative (2010 - 2026)
Analysis
Socket Mobile (SCKT) Selling, General & Administrative (2010 - 2026) 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 |
|---|---|
| Jun 30, 2026 | 741,475.00 |
| Mar 31, 2026 | 665,380.00 |
| Dec 31, 2025 | 565,972.00 |
| Sep 30, 2025 | 577,325.00 |
| Jun 30, 2025 | 569,493.00 |
| Mar 31, 2025 | 653,420.00 |
| Dec 31, 2024 | 651,167.00 |
| Sep 30, 2024 | 644,175.00 |
| Jun 30, 2024 | 733,276.00 |
| Mar 31, 2024 | 750,579.00 |
| Dec 31, 2023 | 604,878.00 |
| Sep 30, 2023 | 608,094.00 |
| Jun 30, 2023 | 748,609.00 |
| Mar 31, 2023 | 773,988.00 |
| Dec 31, 2022 | 699,739.00 |
| Sep 30, 2022 | 641,184.00 |
| Jun 30, 2022 | 760,848.00 |
| Mar 31, 2022 | 710,472.00 |
| Dec 31, 2021 | 629,980.00 |
| Sep 30, 2021 | 666,884.00 |
API Access
Socket Mobile 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=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();