Genius Sports (GENI) EBT (2018 - 2026)
Genius Sports' (GENI) quarterly EBT came in at -$72.2 million in Q2 2026, down 35.86% on a YoY basis from -$112.6 million in Q2 2025, and down 29.86% quarter-over-quarter from -$55.6 million in Q1 2026.
Genius Sports (GENI) EBT (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported EBT for 9 consecutive years, with -$72.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT fell 35.86% year-over-year to -$72.2 million; the trailing twelve-month figure through Jun 2026 stood at -$184.6 million (down 133.84% YoY), and the FY2025 full-year result was -$117.7 million, down 77.69% from the prior year.
- EBT retreated to -$72.2 million in Q2 2026 per GENI's latest filing, from -$55.6 million in the prior quarter.
- Across five years, EBT topped out at $15.0 million in Q3 2024 and bottomed at -$127.8 million in Q4 2022.
- Historically, EBT has averaged -$32.1 million across 5 years, with a median of -$24.7 million in 2023.
- The sharpest annual moves came in 2024 and 2026: EBT soared 225.75% in 2024, then tumbled 617.39% in 2026.
- Over 5 years, EBT stood at -$127.8 million in 2022, then soared by 69.0% to -$39.6 million in 2023, then rose by 16.48% to -$33.1 million in 2024, then gained by 28.64% to -$23.6 million in 2025, then slumped by 205.71% to -$72.2 million in 2026.
- According to Business Quant data, EBT over the past three periods registered -$72.2 million, -$55.6 million, and -$23.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -188.29 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 45.95 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | -4.50 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -17.26 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -72.20 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 47.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 | -72.20 Mn |
| Mar 31, 2026 | -55.60 Mn |
| Dec 31, 2025 | -23.62 Mn |
| Sep 30, 2025 | -33.22 Mn |
| Jun 30, 2025 | -53.14 Mn |
| Mar 31, 2025 | -7.75 Mn |
| Dec 31, 2024 | -33.10 Mn |
| Sep 30, 2024 | 15.03 Mn |
| Jun 30, 2024 | -23.49 Mn |
| Mar 31, 2024 | -24.71 Mn |
| Dec 31, 2023 | -39.62 Mn |
| Sep 30, 2023 | -11.95 Mn |
| Jun 30, 2023 | -6.93 Mn |
| Mar 31, 2023 | -24.79 Mn |
| Dec 31, 2022 | -127.83 Mn |
| Sep 30, 2022 | -10.57 Mn |
| Jun 30, 2022 | -5.27 Mn |
| Mar 31, 2022 | -39.62 Mn |
| Dec 31, 2021 | -64.61 Mn |
| Sep 30, 2021 | -70.47 Mn |
Genius Sports EBT 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=ebt&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();