Socket Mobile (SCKT) Profit After Tax (2010 - 2026)
Socket Mobile's (SCKT) quarterly Profit After Tax came in at -$1.3 million in Q2 2026, down 69.97% on a YoY basis from -$4.5 million in Q2 2025, and down 49.67% quarter-over-quarter from -$899576.0 in Q1 2026.
Socket Mobile (SCKT) Profit After Tax (2010 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Profit After Tax for 17 consecutive years, with -$1.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax fell 69.97% year-over-year to -$1.3 million; the trailing twelve-month figure through Jun 2026 stood at -$14.8 million (down 418.17% YoY), and the FY2025 full-year result was -$14.4 million, down 541.23% from the prior year.
- Profit After Tax fell to -$1.3 million in Q2 2026 per SCKT's latest filing, from -$899576.0 in the prior quarter.
- Across five years, Profit After Tax topped out at $912077.0 in Q4 2023 and bottomed at -$11.4 million in Q4 2025.
- Historically, Profit After Tax has averaged -$1.1 million across 5 years, with a median of -$833087.5 in 2022.
- The sharpest annual moves came in 2023 and 2025: Profit After Tax surged 77.08% in 2023, then tumbled 29977.82% in 2025.
- Over 5 years, Profit After Tax stood at $515073.0 in 2022, then soared by 77.08% to $912077.0 in 2023, then tumbled by 95.82% to $38136.0 in 2024, then sank by 29977.82% to -$11.4 million in 2025, then jumped by 88.18% to -$1.3 million in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered -$1.3 million, -$899576.0, and -$11.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 235.70 Mn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | -1.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.35 Mn |
| Mar 31, 2026 | -899,576.00 |
| Dec 31, 2025 | -11.39 Mn |
| Sep 30, 2025 | -1.20 Mn |
| Jun 30, 2025 | -792,141.00 |
| Mar 31, 2025 | -994,140.00 |
| Dec 31, 2024 | 38,136.00 |
| Sep 30, 2024 | -1.12 Mn |
| Jun 30, 2024 | -607,631.00 |
| Mar 31, 2024 | -557,415.00 |
| Dec 31, 2023 | 912,077.00 |
| Sep 30, 2023 | -1.32 Mn |
| Jun 30, 2023 | -512,816.00 |
| Mar 31, 2023 | -993,420.00 |
| Dec 31, 2022 | 515,073.00 |
| Sep 30, 2022 | -874,034.00 |
| Jun 30, 2022 | 103,959.00 |
| Mar 31, 2022 | 341,933.00 |
| Dec 31, 2021 | 992,622.00 |
| Sep 30, 2021 | 643,626.00 |
Socket Mobile Profit After Tax 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=profit-after-tax&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();