Socket Mobile (SCKT) Interest Expenses (2010 - 2026)
Socket Mobile's (SCKT) quarterly Interest Expenses came in at -$151011.0 in Q2 2026, down 31.56% on a YoY basis from -$220643.2 in Q2 2025, and down 7.94% quarter-over-quarter from -$139909.0 in Q1 2026.
Socket Mobile (SCKT) Interest Expenses (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Interest Expenses for 17 consecutive years, with -$151011.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Interest Expenses fell 31.56% year-over-year to -$151011.0; the trailing twelve-month figure through Jun 2026 stood at -$572254.0 (down 42.57% YoY), and the FY2025 full-year result was -$496587.0, down 50.09% from the prior year.
- Interest Expenses fell to -$151011.0 in Q2 2026 per SCKT's latest filing, from -$139909.0 in the prior quarter.
- Across five years, Interest Expenses topped out at $76440.0 in Q3 2023 and bottomed at -$411870.0 in Q4 2023.
- Historically, Interest Expenses has averaged -$89532.4 across 5 years, with a median of -$92315.5 in 2024.
- The widest YoY moves for Interest Expenses: up 187.51% in 2022, down 734.52% in 2022.
- Over 5 years, Interest Expenses stood at -$308753.0 in 2022, then slumped by 33.4% to -$411870.0 in 2023, then surged by 75.25% to -$101957.0 in 2024, then slumped by 38.56% to -$141271.0 in 2025, then fell by 6.89% to -$151011.0 in 2026.
- According to Business Quant data, Interest Expenses over the past three periods registered -$151011.0, -$139909.0, and -$141271.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Expense (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 | -151,011.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -151,011.00 |
| Mar 31, 2026 | -139,909.00 |
| Dec 31, 2025 | -141,271.00 |
| Sep 30, 2025 | -140,063.00 |
| Jun 30, 2025 | -114,786.00 |
| Mar 31, 2025 | -100,467.00 |
| Dec 31, 2024 | -101,957.00 |
| Sep 30, 2024 | -84,164.00 |
| Jun 30, 2024 | -72,488.00 |
| Mar 31, 2024 | -72,240.00 |
| Dec 31, 2023 | -411,870.00 |
| Sep 30, 2023 | 76,440.00 |
| Jun 30, 2023 | 55,261.00 |
| Mar 31, 2023 | -38,008.00 |
| Dec 31, 2022 | -308,753.00 |
| Sep 30, 2022 | 43,092.00 |
| Jun 30, 2022 | 45,005.00 |
| Mar 31, 2022 | 45,606.00 |
| Dec 31, 2021 | 48,659.00 |
| Sep 30, 2021 | 50,147.00 |
Socket Mobile Interest 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=interest-expenses&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-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=interest-expenses&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();