zSpace (ZSPC) Enterprise Value (2024 - 2026)
zSpace's (ZSPC) quarterly Enterprise Value came in at $1.2 million in Q2 2026, down 98.34% on a YoY basis from $73.5 million in Q2 2025, and up 13.69% quarter-over-quarter from $1.1 million in Q1 2026.
zSpace (ZSPC) Enterprise Value (2024 - 2026) Analysis & Trends
zSpace (ZSPC) has reported Enterprise Value for 3 consecutive years, with $1.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value fell 98.34% year-over-year to $1.2 million; the trailing twelve-month figure through Jun 2026 stood at $1.2 million (down 98.34% YoY), and the FY2025 full-year result was $293.7 million, down 56.91% from the prior year.
- Enterprise Value climbed to $1.2 million in Q2 2026 per ZSPC's latest filing, from $1.1 million in the prior quarter.
- Across five years, Enterprise Value topped out at $681.6 million in Q4 2024 and bottomed at $1.1 million in Q1 2026.
- Historically, Enterprise Value has averaged $266.3 million across 3 years, with a median of $168.2 million in 2025.
- The sharpest annual moves came in 2025 and 2026: Enterprise Value plunged 56.91% in 2025, then sank 99.36% in 2026.
- Over 3 years, Enterprise Value stood at $681.6 million in 2024, then sank by 56.91% to $293.7 million in 2025, then plunged by 99.58% to $1.2 million in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $1.2 million, $1.1 million, and $293.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn |
| 10 | zSpace | 1.41 Mn | 513,722.39 | 3.04 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.22 Mn |
| Mar 31, 2026 | 1.07 Mn |
| Dec 31, 2025 | 293.69 Mn |
| Sep 30, 2025 | 644.52 Mn |
| Jun 30, 2025 | 73.49 Mn |
| Mar 31, 2025 | 168.18 Mn |
| Dec 31, 2024 | 681.63 Mn |
zSpace Enterprise Value 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=enterprise-value&ticker=ZSPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=ZSPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();