Socket Mobile (SCKT) FCF Margin (2010 - 2026)
Socket Mobile's (SCKT) quarterly FCF Margin came in at 1.49% in Q2 2026, up 1637.0% on a YoY basis from 0.09% in Q2 2025, and up 106.71% quarter-over-quarter from 22.22% in Q1 2026.
Socket Mobile (SCKT) FCF Margin (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported FCF Margin for 17 consecutive years, with 1.49% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, FCF Margin rose 1637.0% year-over-year to 1.49%; the trailing twelve-month figure through Jun 2026 stood at 8.53% (up 278.0% YoY), and the FY2025 full-year result was 11.85%, down 487.0% from the prior year.
- FCF Margin climbed to 1.49% in Q2 2026 per SCKT's latest filing, from 22.22% in the prior quarter.
- Across five years, FCF Margin topped out at 4.77% in Q4 2025 and bottomed at 26.27% in Q3 2022.
- Historically, FCF Margin has averaged 9.81% across 5 years, with a median of 7.6% in 2022.
- The sharpest annual moves came in 2022 and 2026: FCF Margin tumbled 3378 bps in 2022, then surged 1637 bps in 2026.
- Over 5 years, FCF Margin stood at 6.84% in 2022, then surged by 59 bps to 2.81% in 2023, then slumped by 129 bps to 6.44% in 2024, then surged by 174 bps to 4.77% in 2025, then tumbled by 69 bps to 1.49% in 2026.
- According to Business Quant data, FCF Margin over the past three periods registered 1.49%, 22.22%, and 4.77% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 12.22% |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 1.49% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.49% |
| Mar 31, 2026 | -22.22% |
| Dec 31, 2025 | 4.77% |
| Sep 30, 2025 | -18.98% |
| Jun 30, 2025 | -14.88% |
| Mar 31, 2025 | -19.80% |
| Dec 31, 2024 | -6.44% |
| Sep 30, 2024 | -4.97% |
| Jun 30, 2024 | -12.57% |
| Mar 31, 2024 | -3.37% |
| Dec 31, 2023 | -2.81% |
| Sep 30, 2023 | -11.23% |
| Jun 30, 2023 | -24.84% |
| Mar 31, 2023 | -8.36% |
| Dec 31, 2022 | -6.84% |
| Sep 30, 2022 | -26.27% |
| Jun 30, 2022 | 4.45% |
| Mar 31, 2022 | -3.66% |
| Dec 31, 2021 | 13.61% |
| Sep 30, 2021 | 7.51% |
Socket Mobile FCF 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=fcf-margin&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();