zSpace (ZSPC) Asset Utilization Ratio (2025 - 2026)
zSpace's (ZSPC) quarterly Asset Utilization Ratio came in at 2.59 in Q2 2026, down 23.01% on a YoY basis from 3.36 in Q2 2025, and down 11.25% quarter-over-quarter from 2.92 in Q1 2026.
zSpace (ZSPC) Asset Utilization Ratio (2025 - 2026) Analysis & Trends
zSpace (ZSPC) has reported Asset Utilization Ratio for 2 consecutive years, with 2.59 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Asset Utilization Ratio fell 23.01% year-over-year to 2.59; the trailing twelve-month figure through Jun 2026 stood at 2.59 (down 23.01% YoY), and the FY2025 full-year result was 2.64, changed N/A from the prior year.
- Asset Utilization Ratio retreated to 2.59 in Q2 2026 per ZSPC's latest filing, from 2.92 in the prior quarter.
- Across five years, Asset Utilization Ratio topped out at 3.36 in Q2 2025 and bottomed at 2.47 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | 0.38 |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn | 0.69 |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn | 2.17 |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | 0.45 |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn | 0.43 |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn | 0.55 |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | 1.57 |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn | 0.35 |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn | 0.45 |
| 10 | zSpace | 1.41 Mn | 513,722.39 | 3.04 Mn | 2.59 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.59 |
| Mar 31, 2026 | 2.92 |
| Dec 31, 2025 | 2.65 |
| Sep 30, 2025 | 2.47 |
| Jun 30, 2025 | 3.36 |
| Mar 31, 2025 | 3.17 |
zSpace Asset Utilization Ratio 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=asset-utilization-ratio&ticker=ZSPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=ZSPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();