Socket Mobile (SCKT) Notes Payables (2011 - 2026)
Socket Mobile's (SCKT) quarterly Notes Payables came in at $5.5 million in Q2 2026, up 8.16% on a YoY basis from $5.1 million in Q2 2025, and little changed quarter-over-quarter from $5.5 million in Q1 2026.
Socket Mobile (SCKT) Notes Payables (2011 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Notes Payables for 14 consecutive years, with $5.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Notes Payables rose 8.16% year-over-year to $5.5 million; the trailing twelve-month figure through Jun 2026 stood at $5.5 million (up 8.16% YoY), and the FY2025 full-year result was $5.1 million, up 33.12% from the prior year.
- Notes Payables steadied at $5.5 million in Q2 2026 per SCKT's latest filing, from $5.5 million in the prior quarter.
- Across five years, Notes Payables topped out at $5.5 million in Q2 2026 and bottomed at $1.2 million in Q1 2022.
- Historically, Notes Payables has averaged $3.2 million across 5 years, with a median of $2.8 million in 2024.
- The sharpest annual moves came in 2022 and 2023: Notes Payables slipped 12.1% in 2022, then surged 132.58% in 2023.
- Over 5 years, Notes Payables stood at $1.2 million in 2022, then soared by 130.46% to $2.8 million in 2023, then jumped by 34.65% to $3.8 million in 2024, then surged by 33.12% to $5.1 million in 2025, then increased by 8.0% to $5.5 million in 2026.
- According to Business Quant data, Notes Payables over the past three periods registered $5.5 million, $5.5 million, and $5.1 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 | 5.49 Mn |
| Mar 31, 2026 | 5.49 Mn |
| Dec 31, 2025 | 5.08 Mn |
| Sep 30, 2025 | 5.08 Mn |
| Jun 30, 2025 | 5.08 Mn |
| Mar 31, 2025 | 3.82 Mn |
| Dec 31, 2024 | 3.82 Mn |
| Sep 30, 2024 | 3.83 Mn |
| Jun 30, 2024 | 2.84 Mn |
| Mar 31, 2024 | 2.84 Mn |
| Dec 31, 2023 | 2.84 Mn |
| Sep 30, 2023 | 2.83 Mn |
| Jun 30, 2023 | 2.83 Mn |
| Mar 31, 2023 | 1.24 Mn |
| Dec 31, 2022 | 1.23 Mn |
| Sep 30, 2022 | 1.22 Mn |
| Jun 30, 2022 | 1.22 Mn |
| Mar 31, 2022 | 1.21 Mn |
| Dec 31, 2021 | 1.40 Mn |
| Sep 30, 2021 | 1.19 Mn |
Socket Mobile Notes 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=notes-payables&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "notes-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=notes-payables&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();