Socket Mobile (SCKT) Free Cash Flow (2010 - 2026)
Socket Mobile's (SCKT) quarterly Free Cash Flow came in at $45239.0 in Q2 2026, up 107.52% on a YoY basis from $21799.5 in Q2 2025, and up 105.5% quarter-over-quarter from -$822188.0 in Q1 2026.
Socket Mobile (SCKT) Free Cash Flow (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Free Cash Flow for 17 consecutive years, with $45239.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Free Cash Flow rose 107.52% year-over-year to $45239.0; the trailing twelve-month figure through Jun 2026 stood at -$1.2 million (up 37.72% YoY), and the FY2025 full-year result was -$1.8 million, down 36.43% from the prior year.
- Free Cash Flow advanced to $45239.0 in Q2 2026 per SCKT's latest filing, from -$822188.0 in the prior quarter.
- Across five years, Free Cash Flow topped out at $268849.0 in Q2 2022 and bottomed at -$1.3 million in Q2 2023.
- Historically, Free Cash Flow has averaged -$404645.9 across 5 years, with a median of -$356900.0 in 2022.
- The sharpest annual moves came in 2022 and 2023: Free Cash Flow jumped 1395.52% in 2022, then plunged 572.88% in 2023.
- Over 5 years, Free Cash Flow stood at -$353818.0 in 2022, then surged by 65.08% to -$123554.0 in 2023, then slumped by 151.65% to -$310920.0 in 2024, then surged by 160.87% to $189261.0 in 2025, then sank by 76.1% to $45239.0 in 2026.
- According to Business Quant data, Free Cash Flow over the past three periods registered $45239.0, -$822188.0, and $189261.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 15.15 Bn | 13.40 Bn | 607.94 Mn | 149.91 Mn |
| 2 | Mynd.ai | 15.71 Mn | 8.67 Mn | - | - |
| 3 | Socket Mobile | 4.47 Mn | 2.86 Mn | 1.41 Mn | 45,239.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 45,239.00 |
| Mar 31, 2026 | -822,188.00 |
| Dec 31, 2025 | 189,261.00 |
| Sep 30, 2025 | -589,583.00 |
| Jun 30, 2025 | -601,358.00 |
| Mar 31, 2025 | -785,274.00 |
| Dec 31, 2024 | -310,920.00 |
| Sep 30, 2024 | -192,631.00 |
| Jun 30, 2024 | -638,569.00 |
| Mar 31, 2024 | -167,690.00 |
| Dec 31, 2023 | -123,554.00 |
| Sep 30, 2023 | -359,982.00 |
| Jun 30, 2023 | -1.27 Mn |
| Mar 31, 2023 | -360,441.00 |
| Dec 31, 2022 | -353,818.00 |
| Sep 30, 2022 | -979,470.00 |
| Jun 30, 2022 | 268,849.00 |
| Mar 31, 2022 | -230,164.00 |
| Dec 31, 2021 | 832,396.00 |
| Sep 30, 2021 | 474,269.00 |
Socket Mobile Free Cash Flow 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=free-cash-flow&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();