Socket Mobile (SCKT) Shares Outstanding (2010 - 2026)
Socket Mobile's (SCKT) quarterly Shares Outstanding (Entity) came in at $8.3 million in Q2 2026, up 3.95% on a YoY basis from $8.0 million in Q2 2025, and up 0.61% quarter-over-quarter from $8.2 million in Q1 2026.
Socket Mobile (SCKT) Shares Outstanding (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Shares Outstanding (Entity) for 17 consecutive years, with $8.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Shares Outstanding (Entity) rose 3.95% year-over-year to $8.3 million; the trailing twelve-month figure through Jun 2026 stood at $8.3 million (up 3.95% YoY), and the FY2025 full-year result was $8.0 million, up 4.88% from the prior year.
- Shares Outstanding (Entity) advanced to $8.3 million in Q2 2026 per SCKT's latest filing, from $8.2 million in the prior quarter.
- Across five years, Shares Outstanding (Entity) topped out at $8.3 million in Q2 2026 and bottomed at $7.1 million in Q4 2022.
- Historically, Shares Outstanding (Entity) has averaged $7.6 million across 5 years, with a median of $7.6 million in 2024.
- The sharpest annual moves came in 2023 and 2024: Shares Outstanding (Entity) retreated 1.97% in 2023, then rose 5.85% in 2024.
- Over 5 years, Shares Outstanding (Entity) stood at $7.1 million in 2022, then gained by 3.48% to $7.3 million in 2023, then rose by 3.67% to $7.6 million in 2024, then grew by 4.88% to $8.0 million in 2025, then advanced by 3.71% to $8.3 million in 2026.
- According to Business Quant data, Shares Outstanding (Entity) over the past three periods registered $8.3 million, $8.2 million, and $8.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 143.50 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | 45.68 Mn |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 8.24 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 8.24 Mn |
| Mar 31, 2026 | 8.14 Mn |
| Dec 31, 2025 | 7.93 Mn |
| Sep 30, 2025 | 7.96 Mn |
| Jun 30, 2025 | 7.94 Mn |
| Mar 31, 2025 | 7.83 Mn |
| Dec 31, 2024 | 7.56 Mn |
| Sep 30, 2024 | 7.60 Mn |
| Jun 30, 2024 | 7.57 Mn |
| Mar 31, 2024 | 7.44 Mn |
| Dec 31, 2023 | 7.23 Mn |
| Sep 30, 2023 | 7.32 Mn |
| Jun 30, 2023 | 7.16 Mn |
| Mar 31, 2023 | 7.11 Mn |
| Dec 31, 2022 | 7.18 Mn |
| Sep 30, 2022 | 7.15 Mn |
| Jun 30, 2022 | 7.22 Mn |
| Mar 31, 2022 | 7.23 Mn |
| Dec 31, 2021 | 6.99 Mn |
| Sep 30, 2021 | 7.16 Mn |
Socket Mobile Shares Outstanding 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=shares-outstanding&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();