Socket Mobile (SCKT) EBITDA (2010 - 2026)
Socket Mobile's (SCKT) quarterly EBITDA came in at -$1.2 million in Q2 2026, down 76.48% on a YoY basis from -$5.1 million in Q2 2025, and down 57.36% quarter-over-quarter from -$759667.0 in Q1 2026.
Socket Mobile (SCKT) EBITDA (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported EBITDA for 17 consecutive years, with -$1.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA fell 76.48% year-over-year to -$1.2 million; the trailing twelve-month figure through Jun 2026 stood at -$3.6 million (down 19.56% YoY), and the FY2025 full-year result was -$3.2 million, down 30.7% from the prior year.
- EBITDA slipped to -$1.2 million in Q2 2026 per SCKT's latest filing, from -$759667.0 in the prior quarter.
- Across five years, EBITDA topped out at $463704.0 in Q1 2022 and bottomed at -$1.4 million in Q3 2023.
- Historically, EBITDA has averaged -$622394.3 across 5 years, with a median of -$633436.0 in 2025.
- The sharpest annual moves came in 2022 and 2023: EBITDA jumped 91.61% in 2022, then plunged 306.04% in 2023.
- Over 5 years, EBITDA stood at -$151580.0 in 2022, then tumbled by 213.68% to -$475471.0 in 2023, then climbed by 13.58% to -$410907.0 in 2024, then slumped by 43.47% to -$589517.0 in 2025, then tumbled by 102.77% to -$1.2 million in 2026.
- According to Business Quant data, EBITDA over the past three periods registered -$1.2 million, -$759667.0, and -$589517.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 258.55 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -1.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.20 Mn |
| Mar 31, 2026 | -759,667.00 |
| Dec 31, 2025 | -589,517.00 |
| Sep 30, 2025 | -1.06 Mn |
| Jun 30, 2025 | -677,355.00 |
| Mar 31, 2025 | -893,673.00 |
| Dec 31, 2024 | -410,907.00 |
| Sep 30, 2024 | -1.03 Mn |
| Jun 30, 2024 | -535,143.00 |
| Mar 31, 2024 | -485,175.00 |
| Dec 31, 2023 | -475,471.00 |
| Sep 30, 2023 | -1.40 Mn |
| Jun 30, 2023 | -291,555.00 |
| Mar 31, 2023 | -955,412.00 |
| Dec 31, 2022 | -151,580.00 |
| Sep 30, 2022 | -947,427.00 |
| Jun 30, 2022 | 189,284.00 |
| Mar 31, 2022 | 463,704.00 |
| Dec 31, 2021 | 687,263.00 |
| Sep 30, 2021 | 953,773.00 |
Socket Mobile EBITDA 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=ebitda&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();