zSpace (ZSPC) Assets Average (2025 - 2026)
zSpace's (ZSPC) quarterly Assets Average came in at $9.4 million in Q2 2026, down 14.68% on a YoY basis from $11.0 million in Q2 2025, and up 3.85% quarter-over-quarter from $9.0 million in Q1 2026.
zSpace (ZSPC) Assets Average (2025 - 2026) Analysis & Trends
zSpace (ZSPC) has reported Assets Average for 2 consecutive years, with $9.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Assets Average fell 14.68% year-over-year to $9.4 million; the trailing twelve-month figure through Jun 2026 stood at $9.4 million (down 14.68% YoY), and the FY2025 full-year result was $10.6 million, changed N/A from the prior year.
- Assets Average rose to $9.4 million in Q2 2026 per ZSPC's latest filing, from $9.0 million in the prior quarter.
- Across five years, Assets Average topped out at $12.8 million in Q3 2025 and bottomed at $9.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | 9.09 Bn |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn | 2.69 Bn |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn | 3.14 Bn |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | 6.53 Bn |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn | 8.77 Bn |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn | 2.07 Bn |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | 719.59 Mn |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn | 10.15 Bn |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn | 3.55 Bn |
| 10 | zSpace | 1.41 Mn | 513,722.39 | 3.04 Mn | 9.38 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.38 Mn |
| Mar 31, 2026 | 9.03 Mn |
| Dec 31, 2025 | 10.52 Mn |
| Sep 30, 2025 | 12.80 Mn |
| Jun 30, 2025 | 10.99 Mn |
| Mar 31, 2025 | 11.69 Mn |
zSpace Assets Average 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=assets-average&ticker=ZSPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets-average", "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=assets-average&ticker=ZSPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();