Genius Sports (GENI) Income from Continuing Operations (2018 - 2026)
Genius Sports' (GENI) quarterly Income from Continuing Operations came in at -$71.9 million in Q2 2026, down 39.81% on a YoY basis from -$119.4 million in Q2 2025, and down 29.05% quarter-over-quarter from -$55.7 million in Q1 2026.
Genius Sports (GENI) Income from Continuing Operations (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Income from Continuing Operations for 9 consecutive years, with -$71.9 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Continuing Operations fell 39.81% year-over-year to -$71.9 million; the trailing twelve-month figure through Jun 2026 stood at -$189.2 million (down 149.08% YoY), and the FY2025 full-year result was -$120.2 million, down 82.86% from the prior year.
- Income from Continuing Operations declined to -$71.9 million in Q2 2026 per GENI's latest filing, from -$55.7 million in the prior quarter.
- Across five years, Income from Continuing Operations topped out at $19.6 million in Q3 2024 and bottomed at -$126.9 million in Q4 2022.
- Historically, Income from Continuing Operations has averaged -$31.8 million across 5 years, with a median of -$25.3 million in 2024.
- The widest YoY moves for Income from Continuing Operations: up 282.1% in 2024, down 731.72% in 2024.
- Over 5 years, Income from Continuing Operations stood at -$126.9 million in 2022, then jumped by 68.43% to -$40.0 million in 2023, then advanced by 7.63% to -$37.0 million in 2024, then surged by 30.22% to -$25.8 million in 2025, then slumped by 178.4% to -$71.9 million in 2026.
- According to Business Quant data, Income from Continuing Operations over the past three periods registered -$71.9 million, -$55.7 million, and -$25.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (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 | -71.86 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 | -71.86 Mn |
| Mar 31, 2026 | -55.68 Mn |
| Dec 31, 2025 | -25.81 Mn |
| Sep 30, 2025 | -35.82 Mn |
| Jun 30, 2025 | -51.40 Mn |
| Mar 31, 2025 | -7.21 Mn |
| Dec 31, 2024 | -36.99 Mn |
| Sep 30, 2024 | 19.65 Mn |
| Jun 30, 2024 | -24.80 Mn |
| Mar 31, 2024 | -23.61 Mn |
| Dec 31, 2023 | -40.05 Mn |
| Sep 30, 2023 | -10.79 Mn |
| Jun 30, 2023 | -2.98 Mn |
| Mar 31, 2023 | -24.14 Mn |
| Dec 31, 2022 | -126.86 Mn |
| Sep 30, 2022 | -10.34 Mn |
| Jun 30, 2022 | -5.17 Mn |
| Mar 31, 2022 | -39.05 Mn |
| Dec 31, 2021 | -75.93 Mn |
| Sep 30, 2021 | -70.97 Mn |
Genius Sports Income from Continuing Operations 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=income-from-continuing-operations&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();