Socket Mobile (SCKT) Receivables - Net (2010 - 2026)
Socket Mobile's (SCKT) quarterly Receivables - Net came in at $1.2 million in Q2 2026, down 33.96% on a YoY basis from $1.8 million in Q2 2025, and down 46.73% quarter-over-quarter from $2.2 million in Q1 2026.
Socket Mobile (SCKT) Receivables - Net (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Receivables - Net for 17 consecutive years, with $1.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Receivables - Net fell 33.96% year-over-year to $1.2 million; the trailing twelve-month figure through Jun 2026 stood at $1.2 million (down 33.96% YoY), and the FY2025 full-year result was $1.7 million, up 7.74% from the prior year.
- Receivables - Net slipped to $1.2 million in Q2 2026 per SCKT's latest filing, from $2.2 million in the prior quarter.
- Across five years, Receivables - Net topped out at $3.4 million in Q1 2022 and bottomed at $1.2 million in Q2 2026.
- Historically, Receivables - Net has averaged $2.1 million across 5 years, with a median of $1.9 million in 2022.
- The sharpest annual moves came in 2022 and 2023: Receivables - Net jumped 43.16% in 2022, then sank 36.1% in 2023.
- Over 5 years, Receivables - Net stood at $2.7 million in 2022, then tumbled by 36.1% to $1.7 million in 2023, then declined by 6.57% to $1.6 million in 2024, then increased by 7.74% to $1.7 million in 2025, then sank by 31.6% to $1.2 million in 2026.
- According to Business Quant data, Receivables - Net over the past three periods registered $1.2 million, $2.2 million, and $1.7 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 | 1.17 Mn |
| Mar 31, 2026 | 2.20 Mn |
| Dec 31, 2025 | 1.71 Mn |
| Sep 30, 2025 | 1.54 Mn |
| Jun 30, 2025 | 1.77 Mn |
| Mar 31, 2025 | 2.06 Mn |
| Dec 31, 2024 | 1.59 Mn |
| Sep 30, 2024 | 1.44 Mn |
| Jun 30, 2024 | 2.55 Mn |
| Mar 31, 2024 | 2.07 Mn |
| Dec 31, 2023 | 1.70 Mn |
| Sep 30, 2023 | 1.56 Mn |
| Jun 30, 2023 | 3.20 Mn |
| Mar 31, 2023 | 2.49 Mn |
| Dec 31, 2022 | 2.66 Mn |
| Sep 30, 2022 | 1.81 Mn |
| Jun 30, 2022 | 3.39 Mn |
| Mar 31, 2022 | 3.45 Mn |
| Dec 31, 2021 | 2.58 Mn |
| Sep 30, 2021 | 2.70 Mn |
Socket Mobile Receivables - Net 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=receivables-net&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "receivables-net", "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=receivables-net&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();