Socket Mobile (SCKT) Price to Earnings (2010 - 2026)
Socket Mobile's (SCKT) quarterly Price to Earnings came in at 3.69 in Q2 2026, up 68.09% on a YoY basis from 2.19 in Q2 2025, and up 53.64% quarter-over-quarter from 7.95 in Q1 2026.
Socket Mobile (SCKT) Price to Earnings (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Price to Earnings for 17 consecutive years, with 3.69 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Price to Earnings rose 68.09% year-over-year to 3.69; the trailing twelve-month figure through Jun 2026 stood at 1.19 (up 55.64% YoY), and the FY2025 full-year result was 1.17, up 138.72% from the prior year.
- Price to Earnings advanced to 3.69 in Q2 2026 per SCKT's latest filing, from 7.95 in the prior quarter.
- Across five years, Price to Earnings topped out at 210.61 in Q2 2022 and bottomed at 20.52 in Q2 2023.
- Historically, Price to Earnings has averaged 6.96 across 5 years, with a median of 10.09 in 2025.
- The sharpest annual moves came in 2022 and 2024: Price to Earnings surged 628.29% in 2022, then plunged 311.39% in 2024.
- Over 5 years, Price to Earnings stood at 15.19 in 2022, then surged by 161.43% to 9.33 in 2023, then tumbled by 311.39% to 19.72 in 2024, then jumped by 43.55% to 11.13 in 2025, then jumped by 66.89% to 3.69 in 2026.
- According to Business Quant data, Price to Earnings over the past three periods registered 3.69, 7.95, and 11.13 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 | -3.69 |
| Mar 31, 2026 | -7.95 |
| Dec 31, 2025 | -11.13 |
| Sep 30, 2025 | -6.84 |
| Jun 30, 2025 | -11.55 |
| Mar 31, 2025 | -9.04 |
| Dec 31, 2024 | -19.72 |
| Sep 30, 2024 | -7.84 |
| Jun 30, 2024 | -13.50 |
| Mar 31, 2024 | -13.81 |
| Dec 31, 2023 | 9.33 |
| Sep 30, 2023 | -6.30 |
| Jun 30, 2023 | -20.52 |
| Mar 31, 2023 | -13.42 |
| Dec 31, 2022 | -15.19 |
| Sep 30, 2022 | -19.36 |
| Jun 30, 2022 | 210.61 |
| Mar 31, 2022 | 85.29 |
| Dec 31, 2021 | -10.42 |
| Sep 30, 2021 | 76.79 |
Socket Mobile Price to Earnings 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-earnings&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-earnings", "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-earnings&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();