Socket Mobile (SCKT) Research & Development (2010 - 2026)
Socket Mobile's (SCKT) quarterly Research & Development came in at $1.1 million in Q2 2026, down 4.4% on a YoY basis from $1.1 million in Q2 2025, and down 3.44% quarter-over-quarter from $1.1 million in Q1 2026.
Socket Mobile (SCKT) Research & Development (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Research & Development for 17 consecutive years, with $1.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Research & Development fell 4.4% year-over-year to $1.1 million; the trailing twelve-month figure through Jun 2026 stood at $4.3 million (down 5.61% YoY), and the FY2025 full-year result was $4.4 million, down 7.84% from the prior year.
- Research & Development retreated to $1.1 million in Q2 2026 per SCKT's latest filing, from $1.1 million in the prior quarter.
- Across five years, Research & Development topped out at $1.2 million in Q1 2023 and bottomed at $1.0 million in Q3 2025.
- Historically, Research & Development has averaged $1.1 million across 5 years, with a median of $1.1 million in 2022.
- The sharpest annual moves came in 2023 and 2025: Research & Development gained 18.37% in 2023, then retreated 11.65% in 2025.
- Over 5 years, Research & Development stood at $1.1 million in 2022, then gained by 8.93% to $1.2 million in 2023, then retreated by 5.88% to $1.1 million in 2024, then slipped by 2.47% to $1.1 million in 2025, then retreated by 3.51% to $1.1 million in 2026.
- According to Business Quant data, Research & Development over the past three periods registered $1.1 million, $1.1 million, and $1.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | R&D (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 219.75 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 1.05 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.05 Mn |
| Mar 31, 2026 | 1.09 Mn |
| Dec 31, 2025 | 1.09 Mn |
| Sep 30, 2025 | 1.03 Mn |
| Jun 30, 2025 | 1.10 Mn |
| Mar 31, 2025 | 1.13 Mn |
| Dec 31, 2024 | 1.12 Mn |
| Sep 30, 2024 | 1.16 Mn |
| Jun 30, 2024 | 1.23 Mn |
| Mar 31, 2024 | 1.21 Mn |
| Dec 31, 2023 | 1.19 Mn |
| Sep 30, 2023 | 1.21 Mn |
| Jun 30, 2023 | 1.19 Mn |
| Mar 31, 2023 | 1.25 Mn |
| Dec 31, 2022 | 1.09 Mn |
| Sep 30, 2022 | 1.10 Mn |
| Jun 30, 2022 | 1.12 Mn |
| Mar 31, 2022 | 1.05 Mn |
| Dec 31, 2021 | 1.05 Mn |
| Sep 30, 2021 | 1.01 Mn |
Socket Mobile Research & Development 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=research-and-development&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "research-and-development", "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=research-and-development&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();