Socket Mobile (SCKT) Operating Leases (2018 - 2026)
Socket Mobile's (SCKT) quarterly Operating Leases came in at $2.0 million in Q2 2026, down 21.56% on a YoY basis from $2.6 million in Q2 2025, and down 6.64% quarter-over-quarter from $2.2 million in Q1 2026.
Socket Mobile (SCKT) Operating Leases (2018 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Operating Leases for 9 consecutive years, with $2.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Leases fell 21.56% year-over-year to $2.0 million; the trailing twelve-month figure through Jun 2026 stood at $2.0 million (down 21.56% YoY), and the FY2025 full-year result was $2.3 million, down 18.74% from the prior year.
- Operating Leases eased to $2.0 million in Q2 2026 per SCKT's latest filing, from $2.2 million in the prior quarter.
- Across five years, Operating Leases topped out at $3.9 million in Q2 2022 and bottomed at $130047.0 in Q1 2022.
- Historically, Operating Leases has averaged $2.8 million across 5 years, with a median of $3.0 million in 2024.
- The sharpest annual moves came in 2023 and 2026: Operating Leases jumped 2342.08% in 2023, then decreased 21.56% in 2026.
- Over 5 years, Operating Leases stood at $3.7 million in 2022, then slipped by 11.98% to $3.3 million in 2023, then retreated by 14.44% to $2.8 million in 2024, then dropped by 18.74% to $2.3 million in 2025, then retreated by 12.26% to $2.0 million in 2026.
- According to Business Quant data, Operating Leases over the past three periods registered $2.0 million, $2.2 million, and $2.3 million 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.01 Mn |
| Mar 31, 2026 | 2.15 Mn |
| Dec 31, 2025 | 2.29 Mn |
| Sep 30, 2025 | 2.42 Mn |
| Jun 30, 2025 | 2.56 Mn |
| Mar 31, 2025 | 2.69 Mn |
| Dec 31, 2024 | 2.82 Mn |
| Sep 30, 2024 | 2.94 Mn |
| Jun 30, 2024 | 3.06 Mn |
| Mar 31, 2024 | 3.18 Mn |
| Dec 31, 2023 | 3.29 Mn |
| Sep 30, 2023 | 3.41 Mn |
| Jun 30, 2023 | 3.52 Mn |
| Mar 31, 2023 | 3.18 Mn |
| Dec 31, 2022 | 3.74 Mn |
| Sep 30, 2022 | 3.84 Mn |
| Jun 30, 2022 | 3.88 Mn |
| Mar 31, 2022 | 130,047.00 |
| Dec 31, 2021 | 260,000.00 |
| Jun 30, 2021 | 508,328.00 |
Socket Mobile Operating Leases 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=operating-leases&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-leases", "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=operating-leases&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();