Socket Mobile (SCKT) Change in Accured Expenses (2010 - 2026)
Socket Mobile's (SCKT) quarterly Change in Accured Expenses came in at -$110623.0 in Q2 2026, up 15.64% on a YoY basis from -$95662.6 in Q2 2025, and up 34.95% quarter-over-quarter from -$170051.0 in Q1 2026.
Socket Mobile (SCKT) Change in Accured Expenses (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Change in Accured Expenses for 17 consecutive years, with -$110623.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Accured Expenses rose 15.64% year-over-year to -$110623.0; the trailing twelve-month figure through Jun 2026 stood at -$551170.0 (down 9.05% YoY), and the FY2025 full-year result was -$527953.0, down 9.17% from the prior year.
- Change in Accured Expenses advanced to -$110623.0 in Q2 2026 per SCKT's latest filing, from -$170051.0 in the prior quarter.
- Across five years, Change in Accured Expenses topped out at -$42053.0 in Q3 2022 and bottomed at -$170051.0 in Q1 2026.
- Historically, Change in Accured Expenses has averaged -$117822.5 across 5 years, with a median of -$121655.0 in 2024.
- The widest YoY moves for Change in Accured Expenses: up 87.08% in 2022, down 203.41% in 2022.
- Over 5 years, Change in Accured Expenses stood at -$104738.0 in 2022, then slipped by 9.55% to -$114745.0 in 2023, then retreated by 8.72% to -$124753.0 in 2024, then decreased by 9.09% to -$136097.0 in 2025, then grew by 18.72% to -$110623.0 in 2026.
- According to Business Quant data, Change in Accured Expenses over the past three periods registered -$110623.0, -$170051.0, and -$136097.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 6.04 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -110,623.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -110,623.00 |
| Mar 31, 2026 | -170,051.00 |
| Dec 31, 2025 | -136,097.00 |
| Sep 30, 2025 | -134,399.00 |
| Jun 30, 2025 | -131,130.00 |
| Mar 31, 2025 | -126,327.00 |
| Dec 31, 2024 | -124,753.00 |
| Sep 30, 2024 | -123,197.00 |
| Jun 30, 2024 | -120,113.00 |
| Mar 31, 2024 | -115,540.00 |
| Dec 31, 2023 | -114,745.00 |
| Sep 30, 2023 | -113,319.00 |
| Jun 30, 2023 | -72,427.00 |
| Mar 31, 2023 | -144,040.00 |
| Dec 31, 2022 | -104,738.00 |
| Sep 30, 2022 | -42,053.00 |
| Jun 30, 2022 | -109,203.00 |
| Mar 31, 2022 | -128,050.00 |
| Dec 31, 2021 | -810,681.00 |
| Sep 30, 2021 | 54,586.00 |
Socket Mobile Change in Accured Expenses 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-accured-expenses&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-expenses", "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-accured-expenses&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();