zSpace (ZSPC) Retained Earnings (2024 - 2026)
zSpace's (ZSPC) quarterly Retained Earnings came in at -$322.1 million in Q2 2026, down 6.52% on a YoY basis from -$344.5 million in Q2 2025, and little changed quarter-over-quarter from -$322.3 million in Q1 2026.
zSpace (ZSPC) Retained Earnings (2024 - 2026) Analysis & Trends
zSpace (ZSPC) has reported Retained Earnings for 3 consecutive years, with -$322.1 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings fell 6.52% year-over-year to -$322.1 million; the trailing twelve-month figure through Jun 2026 stood at -$322.1 million (down 6.52% YoY), and the FY2025 full-year result was -$315.8 million, down 8.74% from the prior year.
- Retained Earnings steadied at -$322.1 million in Q2 2026 per ZSPC's latest filing, from -$322.3 million in the prior quarter.
- Across five years, Retained Earnings topped out at -$290.4 million in Q4 2024 and bottomed at -$322.3 million in Q1 2026.
- Historically, Retained Earnings has averaged -$308.2 million across 3 years, with a median of -$308.5 million in 2025.
- The widest YoY moves for Retained Earnings: up 6.52% in 2026, down 8.82% in 2026.
- Over 3 years, Retained Earnings stood at -$290.4 million in 2024, then slipped by 8.74% to -$315.8 million in 2025, then fell by 1.99% to -$322.1 million in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$322.1 million, -$322.3 million, and -$315.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Veeva Systems | 43.86 Bn | 36.61 Bn | 695.95 Mn | 4.90 Bn |
| 2 | Samsara | 22.87 Bn | 22.04 Bn | 392.58 Mn | 3.16 Bn |
| 3 | Toast | 17.21 Bn | 15.49 Bn | 516.00 Mn | 3.03 Bn |
| 4 | Ptc | 15.54 Bn | 15.19 Bn | 490.47 Mn | 2.96 Bn |
| 5 | Trimble | 13.83 Bn | 13.62 Bn | 674.90 Mn | 2.70 Bn |
| 6 | Duolingo | 13.65 Bn | 12.34 Bn | 216.74 Mn | 1.05 Bn |
| 7 | Manhattan Associates | 12.26 Bn | 12.08 Bn | 168.33 Mn | 193.95 Mn |
| 8 | Costar | 11.45 Bn | 10.20 Bn | 728.00 Mn | - |
| 9 | Bentley Systems | 9.87 Bn | 9.73 Bn | 336.74 Mn | 1.35 Bn |
| 10 | zSpace | 1.41 Mn | 513,722.39 | 3.04 Mn | -322.06 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -322.06 Mn |
| Mar 31, 2026 | -322.35 Mn |
| Dec 31, 2025 | -315.79 Mn |
| Sep 30, 2025 | -308.50 Mn |
| Jun 30, 2025 | -302.33 Mn |
| Mar 31, 2025 | -296.23 Mn |
| Dec 31, 2024 | -290.40 Mn |
zSpace Retained Earnings 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=retained-earnings&ticker=ZSPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=ZSPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();