Genius Sports (GENI) Gains from Investment Securities (2020 - 2026)
Genius Sports' (GENI) quarterly Gains from Investment Securities came in at -$8.0 million in Q2 2026, down 2868.17% on a YoY basis from $289000.0 in Q2 2025, and down 327.21% quarter-over-quarter from $3.5 million in Q1 2026.
Genius Sports (GENI) Gains from Investment Securities (2020 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Gains from Investment Securities for 7 consecutive years, with -$8.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Gains from Investment Securities fell 2868.17% year-over-year to -$8.0 million; the trailing twelve-month figure through Jun 2026 stood at -$4.5 million (down 217.53% YoY), and the FY2025 full-year result was $2.8 million, up 78.54% from the prior year.
- Gains from Investment Securities eased to -$8.0 million in Q2 2026 per GENI's latest filing, from $3.5 million in the prior quarter.
- Across five years, Gains from Investment Securities topped out at $3.5 million in Q1 2026 and bottomed at -$8.7 million in Q1 2022.
- Historically, Gains from Investment Securities has averaged -$848076.9 across 5 years, with a median of $289000.0 in 2025.
- The sharpest annual moves came in 2024 and 2026: Gains from Investment Securities soared 200.0% in 2024, then sank 2868.17% in 2026.
- Over 5 years, Gains from Investment Securities stood at $1.1 million in 2022, then plunged by 135.34% to -$376000.0 in 2023, then jumped by 372.34% to $1.0 million in 2024, then slumped by 71.78% to $289000.0 in 2025, then tumbled by 2868.17% to -$8.0 million in 2026.
- According to Business Quant data, Gains from Investment Securities over the past three periods registered -$8.0 million, $3.5 million, and $289000.0 for Q2 2026, Q1 2026, and Q2 2025 respectively.
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 |
|---|---|
| Jun 30, 2026 | -8.00 Mn |
| Mar 31, 2026 | 3.52 Mn |
| Jun 30, 2025 | 289,000.00 |
| Mar 31, 2025 | 2.50 Mn |
| Dec 31, 2024 | 1.02 Mn |
| Jun 30, 2024 | 151,000.00 |
| Mar 31, 2024 | 2.43 Mn |
| Jun 30, 2023 | -376,000.00 |
| Mar 31, 2023 | -2.43 Mn |
| Dec 31, 2022 | 1.06 Mn |
| Sep 30, 2022 | 2.22 Mn |
| Jun 30, 2022 | -4.68 Mn |
| Mar 31, 2022 | -8.74 Mn |
| Dec 31, 2021 | -37.91 Mn |
| Sep 30, 2021 | 10.45 Mn |
| Dec 31, 2020 | 271,000.00 |
Genius Sports Gains from Investment Securities 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-investment-securities&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gains-from-investment-securities", "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-investment-securities&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();