Socket Mobile (SCKT) Change in Receivables (2010 - 2026)
Socket Mobile's (SCKT) quarterly Change in Receivables came in at $1.0 million in Q2 2026, up 255.3% on a YoY basis from $289031.0 in Q2 2025, and up 311.17% quarter-over-quarter from -$486302.0 in Q1 2026.
Socket Mobile (SCKT) Change in Receivables (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Change in Receivables for 17 consecutive years, with $1.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables rose 255.3% year-over-year to $1.0 million; the trailing twelve-month figure through Jun 2026 stood at $601832.0 (down 22.64% YoY), and the FY2025 full-year result was -$122952.0, down 210.17% from the prior year.
- Change in Receivables rose to $1.0 million in Q2 2026 per SCKT's latest filing, from -$486302.0 in the prior quarter.
- Across five years, Change in Receivables topped out at $1.6 million in Q3 2023 and bottomed at -$870177.0 in Q1 2022.
- Historically, Change in Receivables has averaged $78100.5 across 5 years, with a median of -$143427.0 in 2023.
- The sharpest annual moves came in 2022 and 2023: Change in Receivables surged 772.45% in 2022, then plunged 1382.99% in 2023.
- Over 5 years, Change in Receivables stood at -$847668.0 in 2022, then surged by 83.48% to -$140017.0 in 2023, then fell by 4.87% to -$146837.0 in 2024, then slipped by 13.09% to -$166061.0 in 2025, then jumped by 718.4% to $1.0 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered $1.0 million, -$486302.0, and -$166061.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 162.67 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 1.03 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.03 Mn |
| Mar 31, 2026 | -486,302.00 |
| Dec 31, 2025 | -166,061.00 |
| Sep 30, 2025 | 227,277.00 |
| Jun 30, 2025 | 289,031.00 |
| Mar 31, 2025 | -473,199.00 |
| Dec 31, 2024 | -146,837.00 |
| Sep 30, 2024 | 1.11 Mn |
| Jun 30, 2024 | -477,178.00 |
| Mar 31, 2024 | -373,345.00 |
| Dec 31, 2023 | -140,017.00 |
| Sep 30, 2023 | 1.64 Mn |
| Jun 30, 2023 | -705,709.00 |
| Mar 31, 2023 | 165,148.00 |
| Dec 31, 2022 | -847,668.00 |
| Sep 30, 2022 | 1.58 Mn |
| Jun 30, 2022 | 55,005.00 |
| Mar 31, 2022 | -870,177.00 |
| Dec 31, 2021 | 126,887.00 |
| Sep 30, 2021 | -234,846.00 |
Socket Mobile Change in Receivables 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=change-in-receivables&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();