Genius Sports (GENI) EBIT (2018 - 2026)
Genius Sports' (GENI) quarterly EBIT came in at -$55.6 million in Q2 2026, up 31.14% on a YoY basis from -$42.4 million in Q2 2025, and down 28.73% quarter-over-quarter from -$43.2 million in Q1 2026.
Genius Sports (GENI) EBIT (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported EBIT for 9 consecutive years, with -$55.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBIT rose 31.14% year-over-year to -$55.6 million; the trailing twelve-month figure through Jun 2026 stood at -$148.9 million (down 30.23% YoY), and the FY2025 full-year result was -$151.3 million, down 158.52% from the prior year.
- EBIT retreated to -$55.6 million in Q2 2026 per GENI's latest filing, from -$43.2 million in the prior quarter.
- Across five years, EBIT topped out at -$6.1 million in Q3 2024 and bottomed at -$80.7 million in Q2 2025.
- Historically, EBIT has averaged -$31.4 million across 5 years, with a median of -$25.1 million in 2025.
- The sharpest annual moves came in 2022 and 2023: EBIT sank 2014.05% in 2022, then soared 80.24% in 2023.
- Over 5 years, EBIT stood at -$44.8 million in 2022, then advanced by 23.25% to -$34.4 million in 2023, then surged by 79.07% to -$7.2 million in 2024, then slumped by 241.73% to -$24.6 million in 2025, then tumbled by 125.8% to -$55.6 million in 2026.
- According to Business Quant data, EBIT over the past three periods registered -$55.6 million, -$43.2 million, and -$24.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -262.97 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 28.40 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 363.65 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -23.57 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -55.57 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 48.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -26.46 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -2.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -55.57 Mn |
| Mar 31, 2026 | -43.17 Mn |
| Dec 31, 2025 | -24.61 Mn |
| Sep 30, 2025 | -25.61 Mn |
| Jun 30, 2025 | -80.69 Mn |
| Mar 31, 2025 | -20.42 Mn |
| Dec 31, 2024 | -7.20 Mn |
| Sep 30, 2024 | -6.06 Mn |
| Jun 30, 2024 | -21.00 Mn |
| Mar 31, 2024 | -24.28 Mn |
| Dec 31, 2023 | -34.40 Mn |
| Sep 30, 2023 | -8.89 Mn |
| Jun 30, 2023 | -7.84 Mn |
| Mar 31, 2023 | -23.03 Mn |
| Dec 31, 2022 | -44.82 Mn |
| Sep 30, 2022 | -33.36 Mn |
| Jun 30, 2022 | -39.69 Mn |
| Mar 31, 2022 | -65.01 Mn |
| Dec 31, 2021 | -76.31 Mn |
| Sep 30, 2021 | -64.79 Mn |
Genius Sports EBIT 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=ebit&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();