Socket Mobile (SCKT) Enterprise Value (2010 - 2026)
Socket Mobile's (SCKT) quarterly Enterprise Value came in at $3.4 million in Q2 2026, down 48.71% on a YoY basis from $6.5 million in Q2 2025, and down 38.31% quarter-over-quarter from $5.4 million in Q1 2026.
Socket Mobile (SCKT) Enterprise Value (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Enterprise Value for 17 consecutive years, with $3.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value fell 48.71% year-over-year to $3.4 million; the trailing twelve-month figure through Jun 2026 stood at $3.4 million (down 48.71% YoY), and the FY2025 full-year result was $5.9 million, down 21.71% from the prior year.
- Enterprise Value retreated to $3.4 million in Q2 2026 per SCKT's latest filing, from $5.4 million in the prior quarter.
- Across five years, Enterprise Value topped out at $23.7 million in Q1 2022 and bottomed at $3.4 million in Q2 2026.
- Historically, Enterprise Value has averaged $8.2 million across 5 years, with a median of $6.4 million in 2025.
- The sharpest annual moves came in 2022 and 2025: Enterprise Value tumbled 72.66% in 2022, then soared 47.78% in 2025.
- Over 5 years, Enterprise Value stood at $9.9 million in 2022, then plunged by 43.63% to $5.6 million in 2023, then soared by 35.09% to $7.5 million in 2024, then slipped by 21.71% to $5.9 million in 2025, then tumbled by 42.88% to $3.4 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $3.4 million, $5.4 million, and $5.9 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.36 Mn |
| Mar 31, 2026 | 5.44 Mn |
| Dec 31, 2025 | 5.88 Mn |
| Sep 30, 2025 | 6.18 Mn |
| Jun 30, 2025 | 6.55 Mn |
| Mar 31, 2025 | 7.28 Mn |
| Dec 31, 2024 | 7.51 Mn |
| Sep 30, 2024 | 5.83 Mn |
| Jun 30, 2024 | 6.09 Mn |
| Mar 31, 2024 | 4.93 Mn |
| Dec 31, 2023 | 5.56 Mn |
| Sep 30, 2023 | 5.25 Mn |
| Jun 30, 2023 | 7.09 Mn |
| Mar 31, 2023 | 10.37 Mn |
| Dec 31, 2022 | 9.86 Mn |
| Sep 30, 2022 | 10.89 Mn |
| Jun 30, 2022 | 16.31 Mn |
| Mar 31, 2022 | 23.74 Mn |
| Dec 31, 2021 | 23.21 Mn |
| Sep 30, 2021 | 39.85 Mn |
Socket Mobile Enterprise Value 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=enterprise-value&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();