zSpace (ZSPC) EPS (Basic) (2024 - 2026)
zSpace's (ZSPC) quarterly EPS (Basic) came in at $0.03 in Q2 2026, up 100.43% on a YoY basis from $0.01 in Q2 2025, and up 100.61% quarter-over-quarter from -$4.7 in Q1 2026.
zSpace (ZSPC) EPS (Basic) (2024 - 2026) Analysis & Trends
zSpace (ZSPC) has reported EPS (Basic) for 3 consecutive years, with $0.03 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) rose 100.43% year-over-year to $0.03; the trailing twelve-month figure through Jun 2026 stood at -$1.41 (up 88.58% YoY), and the FY2025 full-year result was -$0.8, up 91.63% from the prior year.
- EPS (Basic) rose to $0.03 in Q2 2026 per ZSPC's latest filing, from -$4.7 in the prior quarter.
- Across five years, EPS (Basic) topped out at $0.44 in Q4 2024 and bottomed at -$70.35 in Q1 2024.
- Historically, EPS (Basic) has averaged -$11.63 across 3 years, with a median of -$2.91 in 2024.
- The sharpest annual moves came in 2025 and 2026: EPS (Basic) plunged 116.52% in 2025, then jumped 100.43% in 2026.
- Over 3 years, EPS (Basic) stood at $0.44 in 2024, then slumped by 116.52% to -$0.07 in 2025, then soared by 138.94% to $0.03 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered $0.03, -$4.7, and -$0.07 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | 1.68 |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn | 0.03 |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn | 0.27 |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | 1.04 |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn | -2.02 |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn | 0.71 |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | 0.86 |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn | 0.14 |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn | 0.25 |
| 10 | zSpace | 1.41 Mn | 513,722.39 | 3.04 Mn | 0.03 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.03 |
| Mar 31, 2026 | -4.70 |
| Dec 31, 2025 | -0.29 |
| Sep 30, 2025 | -0.26 |
| Jun 30, 2025 | -6.64 |
| Mar 31, 2025 | -6.38 |
| Dec 31, 2024 | -2.10 |
| Sep 30, 2024 | -1.11 |
| Jun 30, 2024 | -27.73 |
| Mar 31, 2024 | -70.83 |
zSpace EPS (Basic) 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=eps-basic&ticker=ZSPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "ticker": "ZSPC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=eps-basic&ticker=ZSPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();