Gores Holdings X reported net income of $0.26M for the quarter ended Jun 2026. This income statement covers 7 quarters of results from Dec 2024 through Jun 2026, standardized by Business Quant from the company’s SEC filings.
| Income Statement | Dec2024 | Mar2025 | Jun2025 | Sep2025 | Dec2025 | Mar2026 | Jun2026 |
|---|---|---|---|---|---|---|---|
| Operating items | |||||||
| Operating IncomeOp. Inc | -0.05M | -0.17M | -0.34M | -1.28M | -0.19M | -1.35M | |
| EBIT | -0.05M | -0.17M | -0.34M | -1.28M | -0.19M | -1.35M | |
| Non-operating items | |||||||
| Interest & Investment IncomeInt & Inv Inc | 2.31M | 3.71M | -6.01M | 3.20M | 3.23M | ||
| Net income details | |||||||
| EBT | -0.05M | 2.13M | 3.37M | -7.30M | 3.01M | 1.88M | |
| Profit After TaxPAT | -0.05M | -1.74M | 1.84M | 0.87M | 6.15M | 0.26M | |
| Income from Non-Controlling InterestsInc. Minority | -0.05M | 4.89M | |||||
| Income from Continuing OperationsIncome (Continuing) | -0.05M | 2.13M | 3.37M | -7.30M | 3.01M | 1.88M | |
| Consolidated Net IncomeConsol Net Inc. | -0.05M | 2.13M | 3.37M | -7.30M | 3.01M | 1.88M | |
| Income towards Parent CompanyParent Net Inc | -0.05M | 2.13M | 3.37M | -7.30M | 3.01M | 1.88M | |
| Net Income towards Common StockholdersNet Income | -0.05M | 2.13M | 3.37M | -7.30M | 3.01M | 1.88M | |
| Additional items | |||||||
| EPS (Basic) | -0.01 | 0.07 | 0.07 | -0.85 | 0.07 | 0.21 | |
| EPS (Diluted) | -0.01 | 0.24 | 0.07 | -0.23 | 0.34 | 0.21 | |
| Shares Outstanding | 7.80M | 8.97M | 31.15M | 45.08M | 8.57M | 45.08M | 8.97M |
| Shares Outstanding (Diluted)Shares Outstanding (Dil.) | 7.80M | 8.97M | 8.97M | 45.08M | 32.41M | 8.97M | 8.97M |
| Shares Outstanding (Entity)Shares Outstanding (Entity.) | 45.08M | 45.08M | 36.10M | 36.10M | 8.57M | 45.08M | 8.97M |
| EBITDA | -0.05M | -0.17M | -0.34M | -1.28M | -0.19M | -1.35M |
Pull Gores Holdings X's standardized financial statements into your own models, spreadsheets and apps with the Business Quant Financial Statements API. The request below follows the statement, frequency and period selected above. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/statements?ticker=GTEN&statement=IS&frequency=Quarter&period=all&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/statements"
params = {"ticker": "GTEN", "statement": "IS", "frequency": "Quarter", "period": "all", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/statements?ticker=GTEN&statement=IS&frequency=Quarter&period=all&api_key=YOUR_API_KEY");
const data = await res.json();