Socket Mobile (SCKT) EV to FCF (2010 - 2026)
Socket Mobile's (SCKT) quarterly EV to FCF came in at 74.24 in Q2 2026, up 781.81% on a YoY basis from 8.42 in Q2 2025, and up 1221.25% quarter-over-quarter from 6.62 in Q1 2026.
Socket Mobile (SCKT) EV to FCF (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported EV to FCF for 17 consecutive years, with 74.24 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to FCF rose 781.81% year-over-year to 74.24; the trailing twelve-month figure through Jun 2026 stood at 2.85 (up 17.65% YoY), and the FY2025 full-year result was 3.29, up 42.61% from the prior year.
- EV to FCF improved to 74.24 in Q2 2026 per SCKT's latest filing, from 6.62 in the prior quarter.
- Across five years, EV to FCF topped out at 74.24 in Q2 2026 and bottomed at 103.15 in Q1 2022.
- Historically, EV to FCF has averaged 11.15 across 5 years, with a median of 11.01 in 2025.
- The sharpest annual moves came in 2022 and 2026: EV to FCF tumbled 199.96% in 2022, then surged 781.81% in 2026.
- Over 5 years, EV to FCF stood at 27.88 in 2022, then tumbled by 61.42% to 45.0 in 2023, then surged by 46.32% to 24.15 in 2024, then surged by 228.62% to 31.07 in 2025, then jumped by 138.95% to 74.24 in 2026.
- According to Business Quant data, EV to FCF over the past three periods registered 74.24, 6.62, and 31.07 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 | 74.24 |
| Mar 31, 2026 | -6.62 |
| Dec 31, 2025 | 31.07 |
| Sep 30, 2025 | -10.49 |
| Jun 30, 2025 | -10.89 |
| Mar 31, 2025 | -9.27 |
| Dec 31, 2024 | -24.15 |
| Sep 30, 2024 | -30.27 |
| Jun 30, 2024 | -9.53 |
| Mar 31, 2024 | -29.38 |
| Dec 31, 2023 | -45.00 |
| Sep 30, 2023 | -14.60 |
| Jun 30, 2023 | -5.58 |
| Mar 31, 2023 | -28.77 |
| Dec 31, 2022 | -27.88 |
| Sep 30, 2022 | -11.12 |
| Jun 30, 2022 | 60.65 |
| Mar 31, 2022 | -103.15 |
| Dec 31, 2021 | 27.89 |
| Sep 30, 2021 | 84.02 |
Socket Mobile EV to FCF 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-fcf&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-fcf", "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-fcf&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();