Gores Holdings X (GTEN) Free Cash Flow (2024 - 2026)
Gores Holdings X (GTEN) posted Free Cash Flow of -$267322.0 for Q2 2026, down 42.0% on a QoQ basis from -$188250.0 in Q1 2026.
Analysis
Gores Holdings X (GTEN) Free Cash Flow (2024 - 2026) Analysis & Trends
Gores Holdings X has reported Free Cash Flow for 3 years, with the latest figure at -$267322.0 in Q2 2026.
- On a quarterly basis, Free Cash Flow changed N/A year-over-year to -$267322.0 in Q2 2026; TTM through Jun 2026 was -$1.2 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$1.0 million, down 1867.95% from the prior year.
- Free Cash Flow was -$267322.0 for Q2 2026 at Gores Holdings X, down from -$188250.0 in the prior quarter.
- The five-year high for Free Cash Flow was -$3800.0 in Q4 2024, with the low at -$627697.0 in Q4 2025.
- Average Free Cash Flow over 3 years is -$239899.0, with a median of -$188250.0 recorded in 2026.
- The largest YoY upside for Free Cash Flow was 16418.34% in 2025 against a maximum downside of 16418.34% in 2025.
- Over 3 years, Free Cash Flow stood at -$3800.0 in 2024, then tumbled by 16418.34% to -$627697.0 in 2025, then soared by 57.41% to -$267322.0 in 2026.
- The last three Free Cash Flow figures came in at -$267322.0 (Q2 2026), -$188250.0 (Q1 2026), and -$627697.0 (Q4 2025), per Business Quant data.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Blackstone | 94.04 Bn | 96.47 Bn | - | 1.91 Bn |
| 2 | Kkr | 88.71 Bn | -188.36 Bn | - | 3.20 Bn |
| 3 | Brookfield | 84.30 Bn | 53.74 Bn | 19.38 Bn | - |
| 4 | Brookfield Asset Management | 73.57 Bn | 73.30 Bn | - | 535.00 Mn |
| 5 | Apollo Global Management | 72.51 Bn | 67.61 Bn | 10.54 Bn | 2.88 Bn |
| 6 | Wheaton Precious Metals | 68.51 Bn | 68.41 Bn | 687.86 Mn | 649.52 Mn |
| 7 | Franco Nevada | 51.37 Bn | 49.83 Bn | 451.00 Mn | 482.60 Mn |
| 8 | Ares Management | 44.61 Bn | 49.53 Bn | - | -384.50 Mn |
| 9 | Tpg | 18.17 Bn | 19.73 Bn | - | 328.23 Mn |
| 10 | Gores Holdings X | 94.45 Mn | 94.26 Mn | - | -267,322.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -267,322.00 |
| Mar 31, 2026 | -188,250.00 |
| Dec 31, 2025 | -627,697.00 |
| Sep 30, 2025 | -112,426.00 |
| Dec 31, 2024 | -3,800.00 |
API Access
Gores Holdings X Free Cash Flow 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=free-cash-flow&ticker=GTEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=GTEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();