Socket Mobile (SCKT) Change in Account Payables (2010 - 2026)
Socket Mobile's (SCKT) quarterly Change in Account Payables came in at -$118548.0 in Q2 2026, up 87.21% on a YoY basis from -$63321.9 in Q2 2025, and down 1031.94% quarter-over-quarter from -$10473.0 in Q1 2026.
Socket Mobile (SCKT) Change in Account Payables (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Change in Account Payables for 17 consecutive years, with -$118548.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Account Payables rose 87.21% year-over-year to -$118548.0; the trailing twelve-month figure through Jun 2026 stood at -$74458.0 (up 86.43% YoY), and the FY2025 full-year result was $11510.0, up 103.75% from the prior year.
- Change in Account Payables declined to -$118548.0 in Q2 2026 per SCKT's latest filing, from -$10473.0 in the prior quarter.
- Across five years, Change in Account Payables topped out at $1.1 million in Q2 2022 and bottomed at -$1.6 million in Q3 2022.
- Historically, Change in Account Payables has averaged -$54911.2 across 5 years, with a median of -$31294.5 in 2022.
- The sharpest annual moves came in 2022 and 2023: Change in Account Payables sank 7907.64% in 2022, then surged 1327.69% in 2023.
- Over 5 years, Change in Account Payables stood at -$52116.0 in 2022, then soared by 746.31% to $336832.0 in 2023, then plunged by 117.79% to -$59939.0 in 2024, then jumped by 287.58% to $112433.0 in 2025, then plunged by 205.44% to -$118548.0 in 2026.
- According to Business Quant data, Change in Account Payables over the past three periods registered -$118548.0, -$10473.0, and $112433.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Account Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 56.21 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -118,548.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -118,548.00 |
| Mar 31, 2026 | -10,473.00 |
| Dec 31, 2025 | 112,433.00 |
| Sep 30, 2025 | -57,870.00 |
| Jun 30, 2025 | -927,231.00 |
| Mar 31, 2025 | 884,178.00 |
| Dec 31, 2024 | -59,939.00 |
| Sep 30, 2024 | -445,593.00 |
| Jun 30, 2024 | 54,581.00 |
| Mar 31, 2024 | 143,885.00 |
| Dec 31, 2023 | 336,832.00 |
| Sep 30, 2023 | -570,030.00 |
| Jun 30, 2023 | -342,482.00 |
| Mar 31, 2023 | 515,883.00 |
| Dec 31, 2022 | -52,116.00 |
| Sep 30, 2022 | -1.59 Mn |
| Jun 30, 2022 | 1.10 Mn |
| Mar 31, 2022 | 36,134.00 |
| Dec 31, 2021 | 276,455.00 |
| Sep 30, 2021 | 20,355.00 |
Socket Mobile Change in Account Payables 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-account-payables&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();