Genius Sports (GENI) Gains from Sales and Divestitures (2018 - 2025)
Genius Sports' (GENI) quarterly Gains from Sales and Divestitures came in at -$7000.0 in Q4 2025, down 105.43% on a YoY basis from $129000.0 in Q4 2024, and down 105.43% quarter-over-quarter from $129000.0 in Q4 2024.
Genius Sports (GENI) Gains from Sales and Divestitures (2018 - 2025) Analysis & Trends
Genius Sports (GENI) has reported Gains from Sales and Divestitures for 3 consecutive years, with -$7000.0 the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Gains from Sales and Divestitures fell 105.43% year-over-year to -$7000.0; the trailing twelve-month figure through Dec 2025 stood at $110000.0 (changed N/A YoY), and the FY2025 full-year result was -$33000.0, down 122.45% from the prior year.
- Gains from Sales and Divestitures retreated to -$7000.0 in Q4 2025 per GENI's latest filing, from $129000.0 in the prior quarter.
- Across five years, Gains from Sales and Divestitures topped out at $129000.0 in Q4 2024 and bottomed at -$7000.0 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -7,000.00 |
| Dec 31, 2024 | 129,000.00 |
| Sep 7, 2018 | -12,000.00 |
Genius Sports Gains from Sales and Divestitures 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=gains-from-sales-and-divestitures&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-sales-and-divestitures", "ticker": "GENI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=gains-from-sales-and-divestitures&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();