Socket Mobile (SCKT) EPS (Basic) (2010 - 2026)
Socket Mobile's (SCKT) quarterly EPS (Basic) came in at -$0.16 in Q2 2026, down 63.63% on a YoY basis from -$0.45 in Q2 2025, and down 47.69% quarter-over-quarter from -$0.11 in Q1 2026.
Socket Mobile (SCKT) EPS (Basic) (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported EPS (Basic) for 17 consecutive years, with -$0.16 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 63.63% year-over-year to -$0.16; the trailing twelve-month figure through Jun 2026 stood at -$0.51 (down 17.71% YoY), and the FY2025 full-year result was $0.88, up 298.12% from the prior year.
- EPS (Basic) eased to -$0.16 in Q2 2026 per SCKT's latest filing, from -$0.11 in the prior quarter.
- Across five years, EPS (Basic) topped out at $0.13 in Q4 2023 and bottomed at -$0.18 in Q3 2023.
- Historically, EPS (Basic) has averaged -$0.09 across 5 years, with a median of -$0.1 in 2022.
- The widest YoY moves for EPS (Basic): up 200.6% in 2023, down 597.15% in 2023.
- Over 5 years, EPS (Basic) stood at -$0.13 in 2022, then jumped by 200.6% to $0.13 in 2023, then sank by 153.79% to -$0.07 in 2024, then plunged by 35.88% to -$0.09 in 2025, then slumped by 77.1% to -$0.16 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.16, -$0.11, and -$0.09 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 1.64 |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -0.16 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.16 |
| Mar 31, 2026 | -0.11 |
| Dec 31, 2025 | -0.09 |
| Sep 30, 2025 | -0.15 |
| Jun 30, 2025 | -0.10 |
| Mar 31, 2025 | -0.13 |
| Dec 31, 2024 | -0.07 |
| Sep 30, 2024 | -0.15 |
| Jun 30, 2024 | -0.08 |
| Mar 31, 2024 | -0.07 |
| Dec 31, 2023 | 0.13 |
| Sep 30, 2023 | -0.18 |
| Jun 30, 2023 | -0.07 |
| Mar 31, 2023 | -0.14 |
| Dec 31, 2022 | -0.13 |
| Sep 30, 2022 | -0.11 |
| Jun 30, 2022 | 0.01 |
| Mar 31, 2022 | 0.05 |
| Dec 31, 2021 | -0.40 |
| Sep 30, 2021 | 0.08 |
Socket Mobile EPS (Basic) 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=eps-basic&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();