Socket Mobile (SCKT) EV to EBITDA (2010 - 2026)
Socket Mobile's (SCKT) quarterly EV to EBITDA came in at 2.81 in Q2 2026, up 70.94% on a YoY basis from 1.64 in Q2 2025, and up 60.79% quarter-over-quarter from 7.17 in Q1 2026.
Socket Mobile (SCKT) EV to EBITDA (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported EV to EBITDA for 17 consecutive years, with 2.81 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to EBITDA rose 70.94% year-over-year to 2.81; the trailing twelve-month figure through Jun 2026 stood at 0.93 (up 57.1% YoY), and the FY2025 full-year result was 1.83, up 40.1% from the prior year.
- EV to EBITDA advanced to 2.81 in Q2 2026 per SCKT's latest filing, from 7.17 in the prior quarter.
- Across five years, EV to EBITDA topped out at 86.15 in Q2 2022 and bottomed at 65.07 in Q4 2022.
- Historically, EV to EBITDA has averaged 4.38 across 5 years, with a median of 9.82 in 2025.
- The sharpest annual moves came in 2022 and 2023: EV to EBITDA tumbled 292.64% in 2022, then surged 82.03% in 2023.
- Over 5 years, EV to EBITDA stood at 65.07 in 2022, then soared by 82.03% to 11.69 in 2023, then tumbled by 56.31% to 18.28 in 2024, then surged by 45.43% to 9.97 in 2025, then surged by 71.83% to 2.81 in 2026.
- According to Business Quant data, EV to EBITDA over the past three periods registered 2.81, 7.17, and 9.97 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.81 |
| Mar 31, 2026 | -7.17 |
| Dec 31, 2025 | -9.97 |
| Sep 30, 2025 | -5.85 |
| Jun 30, 2025 | -9.67 |
| Mar 31, 2025 | -8.15 |
| Dec 31, 2024 | -18.28 |
| Sep 30, 2024 | -5.65 |
| Jun 30, 2024 | -11.38 |
| Mar 31, 2024 | -10.15 |
| Dec 31, 2023 | -11.69 |
| Sep 30, 2023 | -3.76 |
| Jun 30, 2023 | -24.32 |
| Mar 31, 2023 | -10.85 |
| Dec 31, 2022 | -65.07 |
| Sep 30, 2022 | -11.50 |
| Jun 30, 2022 | 86.15 |
| Mar 31, 2022 | 51.20 |
| Dec 31, 2021 | 33.78 |
| Sep 30, 2021 | 41.78 |
Socket Mobile EV to EBITDA 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=ev-to-ebitda&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-ebitda", "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=ev-to-ebitda&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();