Genius Sports (GENI) EBT Margin (2018 - 2026)
Genius Sports' (GENI) quarterly EBT Margin came in at 36.93% in Q2 2026, up 783.0% on a YoY basis from 4.18% in Q2 2025, and down 24.84% quarter-over-quarter from 29.58% in Q1 2026.
Genius Sports (GENI) EBT Margin (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported EBT Margin for 9 consecutive years, with 36.93% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EBT Margin rose 783.0% year-over-year to 36.93%; the trailing twelve-month figure through Jun 2026 stood at 23.36% (down 923.0% YoY), and the FY2025 full-year result was 17.59%, down 462.0% from the prior year.
- EBT Margin fell to 36.93% in Q2 2026 per GENI's latest filing, from 29.58% in the prior quarter.
- Across five years, EBT Margin topped out at 12.51% in Q3 2024 and bottomed at 121.35% in Q4 2022.
- Historically, EBT Margin has averaged 25.71% across 5 years, with a median of 20.31% in 2024.
- The sharpest annual moves came in 2022 and 2023: EBT Margin tumbled 4444 bps in 2022, then surged 9019 bps in 2023.
- Over 5 years, EBT Margin stood at 121.35% in 2022, then jumped by 74 bps to 31.16% in 2023, then jumped by 39 bps to 18.85% in 2024, then jumped by 48 bps to 9.82% in 2025, then slumped by 276 bps to 36.93% in 2026.
- According to Business Quant data, EBT Margin over the past three periods registered 36.93%, 29.58%, and 9.82% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -12.17% |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 5.95% |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | -1.02% |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -3.61% |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -36.93% |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 11.46% |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -1,310.48% |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -108.38% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -36.93% |
| Mar 31, 2026 | -29.58% |
| Dec 31, 2025 | -9.82% |
| Sep 30, 2025 | -19.98% |
| Jun 30, 2025 | -44.76% |
| Mar 31, 2025 | -5.38% |
| Dec 31, 2024 | -18.85% |
| Sep 30, 2024 | 12.51% |
| Jun 30, 2024 | -24.61% |
| Mar 31, 2024 | -20.64% |
| Dec 31, 2023 | -31.16% |
| Sep 30, 2023 | -11.75% |
| Jun 30, 2023 | -7.98% |
| Mar 31, 2023 | -25.50% |
| Dec 31, 2022 | -121.35% |
| Sep 30, 2022 | -13.44% |
| Jun 30, 2022 | -7.40% |
| Mar 31, 2022 | -46.11% |
| Dec 31, 2021 | -76.91% |
| Sep 30, 2021 | -101.94% |
Genius Sports EBT Margin 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-margin&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-margin", "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-margin&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();