zSpace (ZSPC) EPS (Diluted) (2024 - 2026)
Analysis
zSpace (ZSPC) EPS (Diluted) (2024 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | 1.66 |
| 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.26 |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | 1.03 |
| 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.66 |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | 0.85 |
| 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
Download Data
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 | -0.16 |
| Sep 30, 2024 | -0.03 |
| Jun 30, 2024 | -27.73 |
| Mar 31, 2024 | -70.83 |
API Access
zSpace EPS (Diluted) 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-diluted&ticker=ZSPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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-diluted&ticker=ZSPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();