Genius Sports (GENI) Net Income (2018 - 2026)
Genius Sports' (GENI) quarterly Net Income came in at -$76.7 million in Q2 2026, down 42.23% on a YoY basis from -$132.8 million in Q2 2025, and down 38.33% quarter-over-quarter from -$55.5 million in Q1 2026.
Genius Sports (GENI) Net Income (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Net Income for 9 consecutive years, with -$76.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Income fell 42.23% year-over-year to -$76.7 million; the trailing twelve-month figure through Jun 2026 stood at $41.5 million (up 189.42% YoY), and the FY2025 full-year result was $111.6 million, up 77.0% from the prior year.
- Net Income retreated to -$76.7 million in Q2 2026 per GENI's latest filing, from -$55.5 million in the prior quarter.
- Across five years, Net Income topped out at $153.1 million in Q3 2025 and bottomed at -$76.7 million in Q2 2026.
- Historically, Net Income has averaged $17.2 million across 5 years, with a median of $16.1 million in 2023.
- The sharpest annual moves came in 2025 and 2026: Net Income soared 1324.36% in 2025, then tumbled 576.63% in 2026.
- Over 5 years, Net Income stood at $127.7 million in 2022, then slumped by 69.89% to $38.5 million in 2023, then declined by 26.63% to $28.2 million in 2024, then fell by 26.91% to $20.6 million in 2025, then tumbled by 472.1% to -$76.7 million in 2026.
- According to Business Quant data, Net Income over the past three periods registered -$76.7 million, -$55.5 million, and $20.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -191.72 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 40.94 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | -4.90 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -16.73 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -76.73 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 46.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -88.03 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -2.11 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -76.73 Mn |
| Mar 31, 2026 | -55.47 Mn |
| Dec 31, 2025 | 20.62 Mn |
| Sep 30, 2025 | 153.11 Mn |
| Jun 30, 2025 | -53.95 Mn |
| Mar 31, 2025 | -8.20 Mn |
| Dec 31, 2024 | 28.21 Mn |
| Sep 30, 2024 | -12.51 Mn |
| Jun 30, 2024 | 21.79 Mn |
| Mar 31, 2024 | 25.54 Mn |
| Dec 31, 2023 | 38.45 Mn |
| Sep 30, 2023 | 11.62 Mn |
| Jun 30, 2023 | 10.30 Mn |
| Mar 31, 2023 | 25.17 Mn |
| Dec 31, 2022 | 127.72 Mn |
| Sep 30, 2022 | 8.97 Mn |
| Jun 30, 2022 | 4.76 Mn |
| Mar 31, 2022 | 40.20 Mn |
| Dec 31, 2021 | 53.29 Mn |
| Sep 30, 2021 | 69.98 Mn |
Genius Sports Net Income 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=net-income&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income", "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=net-income&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();