Gores Holdings X (GTEN) Common Equity (2024 - 2026)
Gores Holdings X (GTEN) posted Common Equity of -$31.0 million for Q2 2026, down 9.92% on a QoQ basis from -$28.2 million in Q1 2026, and down 14.99% year-over-year from -$36.5 million in Q2 2025.
Gores Holdings X (GTEN) Common Equity (2024 - 2026) Analysis & Trends
Gores Holdings X has reported Common Equity for 3 years, with the latest figure at -$31.0 million in Q2 2026.
- On a quarterly basis, Common Equity fell 14.99% year-over-year to -$31.0 million in Q2 2026; TTM through Jun 2026 was -$31.0 million, a 14.99% decrease from a year earlier, with the FY2025 full-year figure at -$31.3 million, down 78153.83% from the prior year.
- Common Equity was -$31.0 million for Q2 2026 at Gores Holdings X, down from -$28.2 million in the prior quarter.
- The five-year high for Common Equity was -$40000.0 in Q4 2024, with the low at -$31.3 million in Q4 2025.
- Average Common Equity over 3 years is -$20.9 million, with a median of -$28.2 million recorded in 2026.
- The sharpest annual moves came in 2025 and 2026: Common Equity slumped 78153.83% in 2025, then decreased 14.99% in 2026.
- Over 3 years, Common Equity stood at -$40000.0 in 2024, then plunged by 78153.83% to -$31.3 million in 2025, then grew by 0.88% to -$31.0 million in 2026.
- The last three Common Equity figures came in at -$31.0 million (Q2 2026), -$28.2 million (Q1 2026), and -$31.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Common Equity (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 21.06 Bn |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | - |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | 4.09 Bn |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 9.19 Bn |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 41.48 Bn |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 9.69 Bn |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 8.24 Bn |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | 8.60 Bn |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 3.74 Bn |
| 10 | Gores Holdings X | 94.45 Mn | 94.26 Mn | - | -31.02 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -31.02 Mn |
| Mar 31, 2026 | -28.22 Mn |
| Dec 31, 2025 | -31.30 Mn |
| Sep 30, 2025 | -28.73 Mn |
| Jun 30, 2025 | -26.98 Mn |
| Mar 31, 2025 | -94,039.00 |
| Dec 31, 2024 | -40,000.00 |
Gores Holdings X Common Equity 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=common-equity&ticker=GTEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "common-equity", "ticker": "GTEN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=common-equity&ticker=GTEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();