Socket Mobile (SCKT) Net Margin (2010 - 2026)
Socket Mobile's (SCKT) quarterly Net Margin came in at 44.39% in Q2 2026, down 2479.0% on a YoY basis from 1.87% in Q2 2025, and down 82.58% quarter-over-quarter from 24.31% in Q1 2026.
Socket Mobile (SCKT) Net Margin (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Net Margin for 17 consecutive years, with 44.39% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Margin fell 2479.0% year-over-year to 44.39%; the trailing twelve-month figure through Jun 2026 stood at 30.24% (down 981.0% YoY), and the FY2025 full-year result was 46.08%, up 6391.0% from the prior year.
- Net Margin eased to 44.39% in Q2 2026 per SCKT's latest filing, from 24.31% in the prior quarter.
- Across five years, Net Margin topped out at 20.74% in Q4 2023 and bottomed at 44.39% in Q2 2026.
- Historically, Net Margin has averaged 17.66% across 5 years, with a median of 19.02% in 2025.
- The sharpest annual moves came in 2023 and 2024: Net Margin surged 3816 bps in 2023, then slumped 3135 bps in 2024.
- Over 5 years, Net Margin stood at 17.42% in 2022, then soared by 219 bps to 20.74% in 2023, then sank by 151 bps to 10.62% in 2024, then tumbled by 74 bps to 18.44% in 2025, then plunged by 141 bps to 44.39% in 2026.
- According to Business Quant data, Net Margin over the past three periods registered 44.39%, 24.31%, and 18.44% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 15.15 Bn | 13.40 Bn | 607.94 Mn | 19.20% |
| 2 | Mynd.ai | 15.71 Mn | 8.67 Mn | - | - |
| 3 | Socket Mobile | 4.47 Mn | 2.86 Mn | 1.41 Mn | -44.39% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -44.39% |
| Mar 31, 2026 | -24.31% |
| Dec 31, 2025 | -18.44% |
| Sep 30, 2025 | -38.56% |
| Jun 30, 2025 | -19.60% |
| Mar 31, 2025 | -25.07% |
| Dec 31, 2024 | -10.62% |
| Sep 30, 2024 | -28.81% |
| Jun 30, 2024 | -11.96% |
| Mar 31, 2024 | -11.20% |
| Dec 31, 2023 | 20.74% |
| Sep 30, 2023 | -41.33% |
| Jun 30, 2023 | -10.02% |
| Mar 31, 2023 | -23.04% |
| Dec 31, 2022 | -17.42% |
| Sep 30, 2022 | -20.97% |
| Jun 30, 2022 | 1.72% |
| Mar 31, 2022 | 5.43% |
| Dec 31, 2021 | -46.01% |
| Sep 30, 2021 | 9.32% |
Socket Mobile Net Margin 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=net-margin&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();