Genius Sports (GENI) Tax Rate (2018 - 2026)
Genius Sports' (GENI) quarterly Tax Rate came in at 0.47% in Q2 2026, down 282.0% on a YoY basis from 0.26% in Q2 2025, and up 408.93% quarter-over-quarter from 0.15% in Q1 2026.
Genius Sports (GENI) Tax Rate (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Tax Rate for 9 consecutive years, with 0.47% the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Rate fell 282.0% year-over-year to 0.47%; the trailing twelve-month figure through Jun 2026 stood at 2.45% (down 627.0% YoY), and the FY2025 full-year result was 2.12%, down 289.0% from the prior year.
- Tax Rate improved to 0.47% in Q2 2026 per GENI's latest filing, from 0.15% in the prior quarter.
- Across five years, Tax Rate topped out at 56.99% in Q2 2023 and bottomed at 30.72% in Q3 2024.
- Historically, Tax Rate has averaged 1.36% across 5 years, with a median of 1.11% in 2022.
- The sharpest annual moves came in 2023 and 2024: Tax Rate soared 5510 bps in 2023, then tumbled 6259 bps in 2024.
- Over 5 years, Tax Rate stood at 0.76% in 2022, then tumbled by 241 bps to 1.07% in 2023, then sank by 1002 bps to 11.77% in 2024, then climbed by 21 bps to 9.29% in 2025, then jumped by 105 bps to 0.47% in 2026.
- According to Business Quant data, Tax Rate over the past three periods registered 0.47%, 0.15%, and 9.29% for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -1.82% |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 10.89% |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | -9.07% |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | 3.07% |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | 0.47% |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 2.13% |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | - |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.47% |
| Mar 31, 2026 | -0.15% |
| Dec 31, 2025 | -9.29% |
| Sep 30, 2025 | -7.80% |
| Jun 30, 2025 | 3.29% |
| Mar 31, 2025 | 6.99% |
| Dec 31, 2024 | -11.77% |
| Sep 30, 2024 | -30.72% |
| Jun 30, 2024 | -5.59% |
| Mar 31, 2024 | 4.45% |
| Dec 31, 2023 | -1.07% |
| Sep 30, 2023 | 9.73% |
| Jun 30, 2023 | 56.99% |
| Mar 31, 2023 | 2.61% |
| Dec 31, 2022 | 0.76% |
| Sep 30, 2022 | 2.17% |
| Jun 30, 2022 | 1.90% |
| Mar 31, 2022 | 1.45% |
| Dec 31, 2021 | -17.52% |
| Sep 30, 2021 | -0.71% |
Genius Sports Tax Rate 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=tax-rate&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();