Socket Mobile (SCKT) Net Income towards Common Stockholders (2010 - 2026)
Socket Mobile's (SCKT) quarterly Net Income towards Common Stockholders came in at -$1.3 million in Q2 2026, down 69.97% on a YoY basis from -$4.5 million in Q2 2025, and down 49.67% quarter-over-quarter from -$899576.0 in Q1 2026.
Socket Mobile (SCKT) Net Income towards Common Stockholders (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Net Income towards Common Stockholders for 17 consecutive years, with -$1.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income towards Common Stockholders fell 69.97% year-over-year to -$1.3 million; the trailing twelve-month figure through Jun 2026 stood at -$4.2 million (down 22.26% YoY), and the FY2025 full-year result was $6.9 million, up 307.76% from the prior year.
- Net Income towards Common Stockholders fell to -$1.3 million in Q2 2026 per SCKT's latest filing, from -$899576.0 in the prior quarter.
- Across five years, Net Income towards Common Stockholders topped out at $912077.0 in Q4 2023 and bottomed at -$1.3 million in Q2 2026.
- Historically, Net Income towards Common Stockholders has averaged -$661682.0 across 5 years, with a median of -$786893.5 in 2022.
- The widest YoY moves for Net Income towards Common Stockholders: up 201.24% in 2023, down 593.29% in 2023.
- Over 5 years, Net Income towards Common Stockholders stood at -$900927.0 in 2022, then surged by 201.24% to $912077.0 in 2023, then slumped by 156.23% to -$512864.0 in 2024, then tumbled by 42.49% to -$730788.0 in 2025, then tumbled by 84.24% to -$1.3 million in 2026.
- According to Business Quant data, Net Income towards Common Stockholders over the past three periods registered -$1.3 million, -$899576.0, and -$730788.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 235.68 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -1.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.35 Mn |
| Mar 31, 2026 | -899,576.00 |
| Dec 31, 2025 | -730,788.00 |
| Sep 30, 2025 | -1.20 Mn |
| Jun 30, 2025 | -792,141.00 |
| Mar 31, 2025 | -994,140.00 |
| Dec 31, 2024 | -512,864.00 |
| Sep 30, 2024 | -1.12 Mn |
| Jun 30, 2024 | -607,631.00 |
| Mar 31, 2024 | -557,415.00 |
| Dec 31, 2023 | 912,077.00 |
| Sep 30, 2023 | -1.32 Mn |
| Jun 30, 2023 | -512,816.00 |
| Mar 31, 2023 | -993,420.00 |
| Dec 31, 2022 | -900,927.00 |
| Sep 30, 2022 | -781,646.00 |
| Jun 30, 2022 | 103,959.00 |
| Mar 31, 2022 | 341,933.00 |
| Dec 31, 2021 | -2.81 Mn |
| Sep 30, 2021 | 588,625.00 |
Socket Mobile Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();