zSpace (ZSPC) Income towards Parent Company (2024 - 2026)
zSpace's (ZSPC) quarterly Income towards Parent Company came in at $288000.0 in Q2 2026, up 104.72% on a YoY basis from $140680.1 in Q2 2025, and up 104.39% quarter-over-quarter from -$6.6 million in Q1 2026.
zSpace (ZSPC) Income towards Parent Company (2024 - 2026) Analysis & Trends
zSpace (ZSPC) has reported Income towards Parent Company for 3 consecutive years, with $288000.0 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income towards Parent Company rose 104.72% year-over-year to $288000.0; the trailing twelve-month figure through Jun 2026 stood at -$14.3 million (down 25.5% YoY), and the FY2025 full-year result was -$19.9 million, down 21.34% from the prior year.
- Income towards Parent Company grew to $288000.0 in Q2 2026 per ZSPC's latest filing, from -$6.6 million in the prior quarter.
- Across five years, Income towards Parent Company topped out at $766000.0 in Q4 2024 and bottomed at -$12.2 million in Q1 2024.
- Historically, Income towards Parent Company has averaged -$4.3 million across 3 years, with a median of -$5.3 million in 2024.
- The sharpest annual moves came in 2025 and 2026: Income towards Parent Company plunged 2924.02% in 2025, then soared 104.72% in 2026.
- Over 3 years, Income towards Parent Company stood at $766000.0 in 2024, then plunged by 339.43% to -$1.8 million in 2025, then soared by 115.7% to $288000.0 in 2026.
- According to Business Quant data, Income towards Parent Company over the past three periods registered $288000.0, -$6.6 million, and -$1.8 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 | 288,000.00 |
| Mar 31, 2026 | -6.56 Mn |
| Dec 31, 2025 | -7.29 Mn |
| Sep 30, 2025 | -6.17 Mn |
| Jun 30, 2025 | -6.10 Mn |
| Mar 31, 2025 | -5.83 Mn |
| Dec 31, 2024 | -3.63 Mn |
| Sep 30, 2024 | -204,000.00 |
| Jun 30, 2024 | -4.75 Mn |
| Mar 31, 2024 | -12.25 Mn |
zSpace Income towards Parent Company 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=income-towards-parent-company&ticker=ZSPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-towards-parent-company", "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=income-towards-parent-company&ticker=ZSPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();