Genius Sports (GENI) Operating Margin (2018 - 2026)
Genius Sports' (GENI) quarterly Operating Margin came in at 28.42% in Q2 2026, up 3955.0% on a YoY basis from 0.7% in Q2 2025, and down 23.76% quarter-over-quarter from 22.97% in Q1 2026.
Genius Sports (GENI) Operating Margin (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Operating Margin for 9 consecutive years, with 28.42% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Operating Margin rose 3955.0% year-over-year to 28.42%; the trailing twelve-month figure through Jun 2026 stood at 18.85% (up 163.0% YoY), and the FY2025 full-year result was 22.6%, down 1115.0% from the prior year.
- Operating Margin fell to 28.42% in Q2 2026 per GENI's latest filing, from 22.97% in the prior quarter.
- Across five years, Operating Margin topped out at 4.1% in Q4 2024 and bottomed at 75.66% in Q1 2022.
- Historically, Operating Margin has averaged 27.53% across 5 years, with a median of 22.48% in 2024.
- The sharpest annual moves came in 2022 and 2023: Operating Margin plunged 6994 bps in 2022, then soared 5197 bps in 2023.
- Over 5 years, Operating Margin stood at 42.54% in 2022, then soared by 36 bps to 27.05% in 2023, then surged by 85 bps to 4.1% in 2024, then tumbled by 149 bps to 10.23% in 2025, then sank by 178 bps to 28.42% in 2026.
- According to Business Quant data, Operating Margin over the past three periods registered 28.42%, 22.97%, and 10.23% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Operating Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -17.00% |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 3.68% |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 82.81% |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -4.93% |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -28.42% |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 11.71% |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -393.87% |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -103.09% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -28.42% |
| Mar 31, 2026 | -22.97% |
| Dec 31, 2025 | -10.23% |
| Sep 30, 2025 | -15.40% |
| Jun 30, 2025 | -67.97% |
| Mar 31, 2025 | -14.18% |
| Dec 31, 2024 | -4.10% |
| Sep 30, 2024 | -5.04% |
| Jun 30, 2024 | -22.00% |
| Mar 31, 2024 | -20.28% |
| Dec 31, 2023 | -27.05% |
| Sep 30, 2023 | -8.74% |
| Jun 30, 2023 | -9.03% |
| Mar 31, 2023 | -23.69% |
| Dec 31, 2022 | -42.54% |
| Sep 30, 2022 | -42.42% |
| Jun 30, 2022 | -55.81% |
| Mar 31, 2022 | -75.66% |
| Dec 31, 2021 | -90.83% |
| Sep 30, 2021 | -93.71% |
Genius Sports Operating 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=operating-margin&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-margin&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();