Gores Holdings X (GTEN) Other Non-Current Assets (2024 - 2025)
Gores Holdings X (GTEN) posted Other Non-Current Assets of $1.9 million for Q1 2025, up 61.61% on a QoQ basis from $1.2 million in Q4 2024.
Gores Holdings X (GTEN) Other Non-Current Assets (2024 - 2025) Analysis & Trends
Gores Holdings X has reported Other Non-Current Assets for 2 years, with the latest figure at $1.9 million in Q1 2025.
- On a quarterly basis, Other Non-Current Assets changed N/A year-over-year to $1.9 million in Q1 2025; TTM through Mar 2025 was $1.9 million, a N/A change from a year earlier, with the FY2024 full-year figure at $1.2 million, changed N/A from the prior year.
- Other Non-Current Assets was $1.9 million for Q1 2025 at Gores Holdings X, up from $1.2 million in the prior quarter.
- The five-year high for Other Non-Current Assets was $1.9 million in Q1 2025, with the low at $1.2 million in Q4 2024.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 996.51 Mn |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | - |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | 15.39 Bn |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | - |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 15.06 Bn |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | - |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 20.50 Mn |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | 1.09 Bn |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 434.49 Mn |
| 10 | Gores Holdings X | 94.45 Mn | 94.26 Mn | - | - |
Gores Holdings X Other Non-Current Assets 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=other-non-current-assets&ticker=GTEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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=other-non-current-assets&ticker=GTEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();