Gores Holdings X (GTEN) EPS (Basic) (2025 - 2026)
Gores Holdings X (GTEN) posted EPS (Basic) of $0.21 for Q2 2026, up 213.98% on a QoQ basis from $0.07 in Q1 2026, and up 206.15% year-over-year from $0.07 in Q2 2025.
Gores Holdings X (GTEN) EPS (Basic) (2025 - 2026) Analysis & Trends
Gores Holdings X has reported EPS (Basic) for 2 years, with the latest figure at $0.21 in Q2 2026.
- On a quarterly basis, EPS (Basic) rose 206.15% year-over-year to $0.21 in Q2 2026; TTM through Jun 2026 was $0.11, a N/A change from a year earlier, with the FY2025 full-year figure at -$0.22, changed N/A from the prior year.
- EPS (Basic) was $0.21 for Q2 2026 at Gores Holdings X, up from $0.07 in the prior quarter.
- The five-year high for EPS (Basic) was $0.21 in Q2 2026, with the low at -$0.85 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 2.95 |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 0.74 |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | 0.16 |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 0.57 |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 2.26 |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 1.51 |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 1.81 |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | 0.55 |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 1.94 |
| 10 | Gores Holdings X | 94.45 Mn | 94.26 Mn | - | 0.21 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.21 |
| Mar 31, 2026 | 0.07 |
| Dec 31, 2025 | -0.85 |
| Sep 30, 2025 | 0.07 |
| Jun 30, 2025 | 0.07 |
| Mar 31, 2025 | -0.01 |
Gores Holdings X EPS (Basic) 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=eps-basic&ticker=GTEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=GTEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();