Socket Mobile (SCKT) EBITDA Margin (2010 - 2026)
Socket Mobile's (SCKT) quarterly EBITDA Margin came in at 39.41% in Q2 2026, down 2265.0% on a YoY basis from 1.82% in Q2 2025, and down 91.96% quarter-over-quarter from 20.53% in Q1 2026.
Socket Mobile (SCKT) EBITDA Margin (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported EBITDA Margin for 17 consecutive years, with 39.41% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA Margin fell 2265.0% year-over-year to 39.41%; the trailing twelve-month figure through Jun 2026 stood at 26.1% (down 807.0% YoY), and the FY2025 full-year result was 21.35%, down 822.0% from the prior year.
- EBITDA Margin slipped to 39.41% in Q2 2026 per SCKT's latest filing, from 20.53% in the prior quarter.
- Across five years, EBITDA Margin topped out at 7.37% in Q1 2022 and bottomed at 43.62% in Q3 2023.
- Historically, EBITDA Margin has averaged 16.87% across 5 years, with a median of 15.82% in 2025.
- The sharpest annual moves came in 2022 and 2024: EBITDA Margin tumbled 4051 bps in 2022, then soared 1699 bps in 2024.
- Over 5 years, EBITDA Margin stood at 2.93% in 2022, then tumbled by 269 bps to 10.81% in 2023, then increased by 21 bps to 8.51% in 2024, then tumbled by 75 bps to 14.87% in 2025, then tumbled by 165 bps to 39.41% in 2026.
- According to Business Quant data, EBITDA Margin over the past three periods registered 39.41%, 20.53%, and 14.87% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 21.07% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -39.41% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -39.41% |
| Mar 31, 2026 | -20.53% |
| Dec 31, 2025 | -14.87% |
| Sep 30, 2025 | -34.05% |
| Jun 30, 2025 | -16.76% |
| Mar 31, 2025 | -22.53% |
| Dec 31, 2024 | -8.51% |
| Sep 30, 2024 | -26.63% |
| Jun 30, 2024 | -10.53% |
| Mar 31, 2024 | -9.75% |
| Dec 31, 2023 | -10.81% |
| Sep 30, 2023 | -43.62% |
| Jun 30, 2023 | -5.70% |
| Mar 31, 2023 | -22.16% |
| Dec 31, 2022 | -2.93% |
| Sep 30, 2022 | -25.41% |
| Jun 30, 2022 | 3.13% |
| Mar 31, 2022 | 7.37% |
| Dec 31, 2021 | 11.24% |
| Sep 30, 2021 | 15.09% |
Socket Mobile EBITDA 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=ebitda-margin&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-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=ebitda-margin&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();