Socket Mobile (SCKT) EBT (2010 - 2026)
Socket Mobile's (SCKT) quarterly EBT 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) EBT (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported EBT for 17 consecutive years, with -$1.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT 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 -$3.7 million, down 33.0% from the prior year.
- EBT fell to -$1.3 million in Q2 2026 per SCKT's latest filing, from -$899576.0 in the prior quarter.
- Across five years, EBT topped out at $418098.0 in Q1 2022 and bottomed at -$1.5 million in Q3 2023.
- Historically, EBT has averaged -$707703.6 across 5 years, with a median of -$761464.5 in 2025.
- The sharpest annual moves came in 2022 and 2023: EBT jumped 105.56% in 2022, then slumped 340.38% in 2023.
- Over 5 years, EBT stood at -$192927.0 in 2022, then tumbled by 184.01% to -$547923.0 in 2023, then climbed by 6.4% 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, EBT 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) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 275.58 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 | -547,923.00 |
| Sep 30, 2023 | -1.47 Mn |
| Jun 30, 2023 | -346,816.00 |
| Mar 31, 2023 | -993,420.00 |
| Dec 31, 2022 | -192,927.00 |
| Sep 30, 2022 | -990,519.00 |
| Jun 30, 2022 | 144,279.00 |
| Mar 31, 2022 | 418,098.00 |
| Dec 31, 2021 | 693,604.00 |
| Sep 30, 2021 | 903,626.00 |
Socket Mobile EBT 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=ebt&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();