zSpace (ZSPC) EBITDA (2024 - 2026)
zSpace's (ZSPC) quarterly EBITDA came in at -$2.5 million in Q2 2026, up 59.91% on a YoY basis from -$1.6 million in Q2 2025, and up 35.48% quarter-over-quarter from -$3.9 million in Q1 2026.
zSpace (ZSPC) EBITDA (2024 - 2026) Analysis & Trends
zSpace (ZSPC) has reported EBITDA for 3 consecutive years, with -$2.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBITDA rose 59.91% year-over-year to -$2.5 million; the trailing twelve-month figure through Jun 2026 stood at -$16.9 million (down 16.91% YoY), and the FY2025 full-year result was -$22.1 million, down 25.39% from the prior year.
- EBITDA climbed to -$2.5 million in Q2 2026 per ZSPC's latest filing, from -$3.9 million in the prior quarter.
- Across five years, EBITDA topped out at $24000.0 in Q3 2024 and bottomed at -$11.4 million in Q1 2024.
- Historically, EBITDA has averaged -$4.6 million across 3 years, with a median of -$4.4 million in 2025.
- The sharpest annual moves came in 2025 and 2026: EBITDA slumped 20075.0% in 2025, then jumped 59.91% in 2026.
- Over 3 years, EBITDA stood at -$2.8 million in 2024, then tumbled by 103.84% to -$5.6 million in 2025, then surged by 54.97% to -$2.5 million in 2026.
- According to Business Quant data, EBITDA over the past three periods registered -$2.5 million, -$3.9 million, and -$5.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | 275.02 Mn |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn | 4.88 Mn |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn | 152.00 Mn |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | 166.51 Mn |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn | 132.00 Mn |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn | 33.95 Mn |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | 66.23 Mn |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn | 76.00 Mn |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn | 88.61 Mn |
| 10 | zSpace | 1.41 Mn | 513,722.39 | 3.04 Mn | -2.54 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -2.53 Mn |
| Mar 31, 2026 | -3.93 Mn |
| Dec 31, 2025 | -5.62 Mn |
| Sep 30, 2025 | -4.79 Mn |
| Jun 30, 2025 | -6.29 Mn |
| Mar 31, 2025 | -5.37 Mn |
| Dec 31, 2024 | -2.75 Mn |
| Sep 30, 2024 | 38,000.00 |
| Jun 30, 2024 | -3.51 Mn |
| Mar 31, 2024 | -11.37 Mn |
zSpace EBITDA 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=ebitda&ticker=ZSPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda", "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=ebitda&ticker=ZSPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();