Socket Mobile (SCKT) Price to Book (2010 - 2026)
Socket Mobile's (SCKT) quarterly Price to Book came in at 2.08 in Q2 2026, up 279.56% on a YoY basis from 0.55 in Q2 2025, and up 3.36% quarter-over-quarter from 2.02 in Q1 2026.
Socket Mobile (SCKT) Price to Book (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Price to Book for 17 consecutive years, with 2.08 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Price to Book rose 279.56% year-over-year to 2.08; the trailing twelve-month figure through Jun 2026 stood at 2.08 (up 279.56% YoY), and the FY2025 full-year result was 1.9, up 241.41% from the prior year.
- Price to Book grew to 2.08 in Q2 2026 per SCKT's latest filing, from 2.02 in the prior quarter.
- Across five years, Price to Book topped out at 2.08 in Q2 2026 and bottomed at 0.4 in Q1 2024.
- Historically, Price to Book has averaged 0.86 across 5 years, with a median of 0.55 in 2024.
- The sharpest annual moves came in 2022 and 2026: Price to Book slumped 68.93% in 2022, then soared 286.62% in 2026.
- Over 5 years, Price to Book stood at 0.67 in 2022, then tumbled by 34.92% to 0.44 in 2023, then grew by 27.11% to 0.56 in 2024, then jumped by 241.41% to 1.9 in 2025, then grew by 9.56% to 2.08 in 2026.
- According to Business Quant data, Price to Book over the past three periods registered 2.08, 2.02, and 1.9 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 | 2.08 |
| Mar 31, 2026 | 2.02 |
| Dec 31, 2025 | 1.90 |
| Sep 30, 2025 | 0.52 |
| Jun 30, 2025 | 0.55 |
| Mar 31, 2025 | 0.52 |
| Dec 31, 2024 | 0.56 |
| Sep 30, 2024 | 0.49 |
| Jun 30, 2024 | 0.44 |
| Mar 31, 2024 | 0.40 |
| Dec 31, 2023 | 0.44 |
| Sep 30, 2023 | 0.45 |
| Jun 30, 2023 | 0.54 |
| Mar 31, 2023 | 0.69 |
| Dec 31, 2022 | 0.67 |
| Sep 30, 2022 | 0.77 |
| Jun 30, 2022 | 1.07 |
| Mar 31, 2022 | 1.42 |
| Dec 31, 2021 | 1.46 |
| Sep 30, 2021 | 2.47 |
Socket Mobile Price to Book 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-book&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "price-to-book", "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-book&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();