Socket Mobile (SCKT) Price to FCF (2010 - 2026)
Socket Mobile's (SCKT) quarterly Price to FCF came in at 109.73 in Q2 2026, up 820.9% on a YoY basis from 11.92 in Q2 2025, and up 1361.07% quarter-over-quarter from 8.7 in Q1 2026.
Socket Mobile (SCKT) Price to FCF (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Price to FCF for 17 consecutive years, with 109.73 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Price to FCF rose 820.9% year-over-year to 109.73; the trailing twelve-month figure through Jun 2026 stood at 4.22 (up 12.93% YoY), and the FY2025 full-year result was 4.55, up 41.04% from the prior year.
- Price to FCF rose to 109.73 in Q2 2026 per SCKT's latest filing, from 8.7 in the prior quarter.
- Across five years, Price to FCF topped out at 109.73 in Q2 2026 and bottomed at 126.71 in Q1 2022.
- Historically, Price to FCF has averaged 15.0 across 5 years, with a median of 15.33 in 2022.
- The sharpest annual moves came in 2022 and 2026: Price to FCF sank 209.83% in 2022, then jumped 820.9% in 2026.
- Over 5 years, Price to FCF stood at 38.67 in 2022, then plunged by 78.1% to 68.88 in 2023, then surged by 52.76% to 32.53 in 2024, then surged by 232.14% to 42.99 in 2025, then soared by 155.23% to 109.73 in 2026.
- According to Business Quant data, Price to FCF over the past three periods registered 109.73, 8.7, and 42.99 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 | 109.73 |
| Mar 31, 2026 | -8.70 |
| Dec 31, 2025 | 42.99 |
| Sep 30, 2025 | -13.91 |
| Jun 30, 2025 | -15.22 |
| Mar 31, 2025 | -11.44 |
| Dec 31, 2024 | -32.53 |
| Sep 30, 2024 | -45.40 |
| Jun 30, 2024 | -12.85 |
| Mar 31, 2024 | -45.91 |
| Dec 31, 2023 | -68.88 |
| Sep 30, 2023 | -23.19 |
| Jun 30, 2023 | -8.28 |
| Mar 31, 2023 | -36.99 |
| Dec 31, 2022 | -38.67 |
| Sep 30, 2022 | -15.45 |
| Jun 30, 2022 | 81.44 |
| Mar 31, 2022 | -126.71 |
| Dec 31, 2021 | 35.21 |
| Sep 30, 2021 | 95.30 |
Socket Mobile Price 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=price-to-fcf&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-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=price-to-fcf&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();