Socket Mobile (SCKT) Operating Expenses (2010 - 2026)
Socket Mobile's (SCKT) quarterly Operating Expenses came in at $2.6 million in Q2 2026, down 3.42% on a YoY basis from $2.7 million in Q2 2025, and down 2.02% quarter-over-quarter from $2.7 million in Q1 2026.
Socket Mobile (SCKT) Operating Expenses (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Operating Expenses for 17 consecutive years, with $2.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Expenses fell 3.42% year-over-year to $2.6 million; the trailing twelve-month figure through Jun 2026 stood at $10.4 million (down 8.88% YoY), and the FY2025 full-year result was $10.7 million, down 10.13% from the prior year.
- Operating Expenses declined to $2.6 million in Q2 2026 per SCKT's latest filing, from $2.7 million in the prior quarter.
- Across five years, Operating Expenses topped out at $3.1 million in Q2 2024 and bottomed at $2.5 million in Q3 2025.
- Historically, Operating Expenses has averaged $2.8 million across 5 years, with a median of $2.8 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Operating Expenses advanced 16.62% in 2022, then decreased 13.59% in 2025.
- Over 5 years, Operating Expenses stood at $2.7 million in 2022, then advanced by 3.56% to $2.8 million in 2023, then advanced by 2.86% to $2.9 million in 2024, then declined by 10.25% to $2.6 million in 2025, then increased by 0.86% to $2.6 million in 2026.
- According to Business Quant data, Operating Expenses over the past three periods registered $2.6 million, $2.7 million, and $2.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 349.39 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 2.60 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.60 Mn |
| Mar 31, 2026 | 2.66 Mn |
| Dec 31, 2025 | 2.58 Mn |
| Sep 30, 2025 | 2.54 Mn |
| Jun 30, 2025 | 2.70 Mn |
| Mar 31, 2025 | 2.89 Mn |
| Dec 31, 2024 | 2.88 Mn |
| Sep 30, 2024 | 2.93 Mn |
| Jun 30, 2024 | 3.12 Mn |
| Mar 31, 2024 | 2.99 Mn |
| Dec 31, 2023 | 2.80 Mn |
| Sep 30, 2023 | 2.82 Mn |
| Jun 30, 2023 | 2.94 Mn |
| Mar 31, 2023 | 3.03 Mn |
| Dec 31, 2022 | 2.70 Mn |
| Sep 30, 2022 | 2.60 Mn |
| Jun 30, 2022 | 2.85 Mn |
| Mar 31, 2022 | 2.66 Mn |
| Dec 31, 2021 | 2.50 Mn |
| Sep 30, 2021 | 2.47 Mn |
Socket Mobile Operating Expenses 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=operating-expenses&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-expenses", "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=operating-expenses&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();