Socket Mobile (SCKT) Treasury Shares (2022 - 2026)
Socket Mobile's (SCKT) quarterly Treasury Shares came in at $1.0 million in Q2 2026, little changed on a YoY basis from $1.0 million in Q2 2025, and little changed quarter-over-quarter from $1.0 million in Q1 2026.
Socket Mobile (SCKT) Treasury Shares (2022 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Treasury Shares for 5 consecutive years, with $1.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Treasury Shares changed 0.0% year-over-year to $1.0 million; the trailing twelve-month figure through Jun 2026 stood at $1.0 million (changed 0.0% YoY), and the FY2025 full-year result was $1.0 million, changed 0.0% from the prior year.
- Treasury Shares steadied at $1.0 million in Q2 2026 per SCKT's latest filing, from $1.0 million in the prior quarter.
- Across five years, Treasury Shares topped out at $359250.0 in Q4 2023 and bottomed at $266291.0 in Q4 2022.
- Historically, Treasury Shares has averaged $336010.2 across 4 years, with a median of $359250.0 in 2023.
- The widest YoY moves for Treasury Shares: up 200.0% in 2024, down 200.0% in 2024.
- Over 5 years, Treasury Shares stood at $829563.0 in 2022, then gained by 25.12% to $1.0 million in 2023, then changed by 0.0% to $1.0 million in 2024, then changed by 0.0% to $1.0 million in 2025, then changed by 0.0% to $1.0 million in 2026.
- According to Business Quant data, Treasury Shares over the past three periods registered $1.0 million, $1.0 million, and $1.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 1.23 Bn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | 3.68 Mn |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 1.04 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.04 Mn |
| Jun 30, 2026 | 1.04 Mn |
| Mar 31, 2026 | 1.04 Mn |
| Mar 31, 2026 | 1.04 Mn |
| Dec 31, 2025 | 359,250.00 |
| Dec 31, 2025 | 1.04 Mn |
| Dec 31, 2025 | 1.04 Mn |
| Dec 31, 2025 | 359,250.00 |
| Sep 30, 2025 | 1.04 Mn |
| Sep 30, 2025 | 1.04 Mn |
| Jun 30, 2025 | 1.04 Mn |
| Jun 30, 2025 | 1.04 Mn |
| Mar 31, 2025 | 1.04 Mn |
| Mar 31, 2025 | 1.04 Mn |
| Dec 31, 2024 | 1.04 Mn |
| Dec 31, 2024 | 359,250.00 |
| Dec 31, 2024 | 359,250.00 |
| Dec 31, 2024 | 1.04 Mn |
| Sep 30, 2024 | 1.04 Mn |
| Sep 30, 2024 | 1.04 Mn |
Socket Mobile Treasury Shares 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=treasury-shares&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();