Socket Mobile (SCKT) EV to CFO (2010 - 2026)
Socket Mobile's (SCKT) quarterly EV to CFO came in at 24.7 in Q2 2026, up 275.23% on a YoY basis from 6.58 in Q2 2025, and up 448.91% quarter-over-quarter from 7.08 in Q1 2026.
Socket Mobile (SCKT) EV to CFO (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported EV to CFO for 17 consecutive years, with 24.7 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EV to CFO rose 275.23% year-over-year to 24.7; the trailing twelve-month figure through Jun 2026 stood at 4.9 (up 19.13% YoY), and the FY2025 full-year result was 4.7, up 67.33% from the prior year.
- EV to CFO grew to 24.7 in Q2 2026 per SCKT's latest filing, from 7.08 in the prior quarter.
- Across five years, EV to CFO topped out at 929.57 in Q3 2023 and bottomed at 121.42 in Q4 2022.
- Historically, EV to CFO has averaged 40.26 across 5 years, with a median of 10.56 in 2023.
- The sharpest annual moves came in 2023 and 2024: EV to CFO soared 5467.06% in 2023, then plunged 986.39% in 2024.
- Over 5 years, EV to CFO stood at 121.42 in 2022, then soared by 108.02% to 9.73 in 2023, then slumped by 986.39% to 86.29 in 2024, then jumped by 119.45% to 16.78 in 2025, then jumped by 47.22% to 24.7 in 2026.
- According to Business Quant data, EV to CFO over the past three periods registered 24.7, 7.08, and 16.78 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 | 24.70 |
| Mar 31, 2026 | -7.08 |
| Dec 31, 2025 | 16.78 |
| Sep 30, 2025 | -15.35 |
| Jun 30, 2025 | -14.10 |
| Mar 31, 2025 | -9.93 |
| Dec 31, 2024 | -86.29 |
| Sep 30, 2024 | 28.59 |
| Jun 30, 2024 | -11.20 |
| Mar 31, 2024 | -51.92 |
| Dec 31, 2023 | 9.73 |
| Sep 30, 2023 | 929.57 |
| Jun 30, 2023 | -11.19 |
| Mar 31, 2023 | 98.14 |
| Dec 31, 2022 | -121.42 |
| Sep 30, 2022 | -17.32 |
| Jun 30, 2022 | 15.51 |
| Mar 31, 2022 | -52.48 |
| Dec 31, 2021 | 24.15 |
| Sep 30, 2021 | 54.39 |
Socket Mobile EV to CFO 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-cfo&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ev-to-cfo", "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-cfo&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();