Analysts expect Socket Mobile, Inc. to report revenue of 2.40 M for Q3 26, against a range of 2.27 M to 2.53 M. The most recent reported quarter, Q2 26, came in at 3.03 M, a 15.5% miss against the 3.59 M consensus.
| Metric | Q4 23 | Q1 24 | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 4.40 M | 4.98 M | 5.08 M | 3.87 M | 4.83 M | 3.97 M | 4.04 M | 3.11 M | 3.96 M | 3.70 M | 3.03 M | - | - |
| High Estimate | 4.84 M | 4.52 M | 5.82 M | 4.06 M | 5.05 M | - | - | - | 5.05 M | 4.13 M | 3.94 M | 2.53 M | 4.29 M |
| Low Estimate | 4.33 M | 3.81 M | 5.00 M | 3.36 M | 4.27 M | - | - | - | 4.66 M | 3.68 M | 3.24 M | 2.27 M | 4.04 M |
| Consensus Estimate | 4.58 M | 4.17 M | 5.41 M | 3.71 M | 4.66 M | - | - | - | 4.85 M | 3.91 M | 3.59 M | 2.40 M | 4.16 M |
Analysts expect Socket Mobile, Inc. to report earnings per share of -0.16 for Q3 26, against a range of -0.17 to -0.15. The most recent reported quarter, Q2 26, came in at -0.16, a 25.6% miss against the -0.13 consensus.
| Metric | Q4 23 | Q1 24 | Q2 24 | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 0.08 | -0.07 | -0.08 | -0.15 | 0.00 | -0.13 | -0.10 | -0.15 | -0.09 | -0.11 | -0.16 | - | - |
| High Estimate | -0.06 | -0.05 | -0.05 | -0.04 | -0.05 | - | - | - | 0.02 | -0.16 | -0.12 | -0.15 | -0.04 |
| Low Estimate | -0.06 | -0.05 | -0.05 | -0.04 | -0.05 | - | - | - | 0.02 | -0.18 | -0.14 | -0.17 | -0.04 |
| Consensus Estimate | -0.06 | -0.05 | -0.05 | -0.04 | -0.05 | - | - | - | 0.02 | -0.17 | -0.13 | -0.16 | -0.04 |
Pull Wall Street consensus for Socket Mobile, Inc. (high, low and consensus estimates alongside reported actuals) into your own models and apps with the Business Quant Estimates API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/estimates?ticker=SCKT&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "SCKT", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=SCKT&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();