Socket Mobile (SCKT) EBT Margin (2010 - 2026)
Socket Mobile's (SCKT) quarterly EBT Margin came in at 44.39% in Q2 2026, down 2479.0% on a YoY basis from 1.87% in Q2 2025, and down 82.58% quarter-over-quarter from 24.31% in Q1 2026.
Socket Mobile (SCKT) EBT Margin (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported EBT Margin for 17 consecutive years, with 44.39% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT Margin fell 2479.0% year-over-year to 44.39%; the trailing twelve-month figure through Jun 2026 stood at 30.24% (down 981.0% YoY), and the FY2025 full-year result was 24.64%, down 975.0% from the prior year.
- EBT Margin eased to 44.39% in Q2 2026 per SCKT's latest filing, from 24.31% in the prior quarter.
- Across five years, EBT Margin topped out at 6.64% in Q1 2022 and bottomed at 46.01% in Q3 2023.
- Historically, EBT Margin has averaged 19.03% across 5 years, with a median of 19.02% in 2025.
- The sharpest annual moves came in 2022 and 2024: EBT Margin plunged 4087 bps in 2022, then soared 1720 bps in 2024.
- Over 5 years, EBT Margin stood at 3.73% in 2022, then plunged by 234 bps to 12.46% in 2023, then climbed by 15 bps to 10.62% in 2024, then tumbled by 74 bps to 18.44% in 2025, then plunged by 141 bps to 44.39% in 2026.
- According to Business Quant data, EBT Margin over the past three periods registered 44.39%, 24.31%, and 18.44% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 22.46% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -44.39% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -44.39% |
| Mar 31, 2026 | -24.31% |
| Dec 31, 2025 | -18.44% |
| Sep 30, 2025 | -38.56% |
| Jun 30, 2025 | -19.60% |
| Mar 31, 2025 | -25.07% |
| Dec 31, 2024 | -10.62% |
| Sep 30, 2024 | -28.81% |
| Jun 30, 2024 | -11.96% |
| Mar 31, 2024 | -11.20% |
| Dec 31, 2023 | -12.46% |
| Sep 30, 2023 | -46.01% |
| Jun 30, 2023 | -6.78% |
| Mar 31, 2023 | -23.04% |
| Dec 31, 2022 | -3.73% |
| Sep 30, 2022 | -26.57% |
| Jun 30, 2022 | 2.39% |
| Mar 31, 2022 | 6.64% |
| Dec 31, 2021 | 11.34% |
| Sep 30, 2021 | 14.30% |
Socket Mobile EBT Margin 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-margin&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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-margin&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();