Analysts expect zSpace, Inc. to report revenue of 5.19 M for Q3 26, against a range of 4.96 M to 5.43 M. The most recent reported quarter, Q2 26, came in at 5.40 M, a 35.0% miss against the 8.31 M consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | 14.22 M | 8.54 M | 6.76 M | 7.46 M | 8.79 M | 4.85 M | 5.30 M | 5.40 M | - | - | - | - | - | - | - | - | ||
| High Estimate | - | 10.79 M | 5.64 M | 8.30 M | 8.76 M | 6.85 M | 5.82 M | 8.78 M | 5.43 M | 4.56 M | 32.08 M | 38.62 M | 46.04 M | 35.88 M | 25.41 M | 29.21 M | ||
| Low Estimate | - | 9.24 M | 4.85 M | 7.39 M | 8.00 M | 6.09 M | 5.11 M | 7.83 M | 4.96 M | 4.09 M | 27.09 M | 34.22 M | 38.46 M | 32.90 M | 23.30 M | 27.41 M | ||
| Consensus Estimate | - | 10.02 M | 5.25 M | 7.84 M | 8.38 M | 6.47 M | 5.47 M | 8.31 M | 5.19 M | 4.32 M | 29.59 M | 36.42 M | 42.25 M | 34.39 M | 24.35 M | 28.31 M |
Analysts expect zSpace, Inc. to report earnings per share of -0.07 for Q3 26, against a range of -0.08 to -0.06. The most recent reported quarter, Q2 26, came in at 0.01, a 107.1% beat against the -0.14 consensus.
| Metric | Q3 24 | Q4 24 | Q1 25 | Q2 25 | Q3 25 | Q4 25 | Q1 26 | Q2 26 | Q3 26 | Q4 26 | Q1 27 | Q2 27 | Q3 27 | Q4 27 | Q1 28 | Q2 28 | Q3 28 | Q4 28 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Reported (Actual) | -0.38 | -3.63 | -6.50 | -6.75 | -5.25 | -6.00 | -4.70 | 0.01 | - | - | - | - | - | - | - | - | ||
| High Estimate | - | -2.28 | -3.61 | -5.03 | -4.59 | -3.96 | -1.31 | -0.13 | -0.06 | -0.07 | -12.15 | -8.26 | -10.72 | -11.50 | -9.81 | -5.06 | ||
| Low Estimate | - | -2.46 | -4.21 | -5.61 | -5.47 | -4.84 | -1.57 | -0.15 | -0.08 | -0.09 | -13.37 | -10.06 | -12.20 | -13.30 | -11.33 | -5.90 | ||
| Consensus Estimate | - | -2.37 | -3.91 | -5.32 | -5.03 | -4.40 | -1.44 | -0.14 | -0.07 | -0.08 | -12.76 | -9.16 | -11.46 | -12.40 | -10.57 | -5.48 |
Pull Wall Street consensus for zSpace, 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=ZSPC&mode=revenue&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/estimates"
params = {"ticker": "ZSPC", "mode": "revenue", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/estimates?ticker=ZSPC&mode=revenue&api_key=YOUR_API_KEY");
const data = await res.json();