Genius Sports (GENI) Enterprise Value (2020 - 2026)
Genius Sports' (GENI) quarterly Enterprise Value came in at $2.9 billion in Q2 2026, down 33.82% on a YoY basis from $4.4 billion in Q2 2025, and up 42.41% quarter-over-quarter from $2.0 billion in Q1 2026.
Genius Sports (GENI) Enterprise Value (2020 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Enterprise Value for 7 consecutive years, with $2.9 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Enterprise Value fell 33.82% year-over-year to $2.9 billion; the trailing twelve-month figure through Jun 2026 stood at $2.9 billion (down 33.82% YoY), and the FY2025 full-year result was $5.3 billion, up 42.82% from the prior year.
- Enterprise Value improved to $2.9 billion in Q2 2026 per GENI's latest filing, from $2.0 billion in the prior quarter.
- Across five years, Enterprise Value topped out at $5.3 billion in Q4 2025 and bottomed at $725.6 million in Q2 2022.
- Historically, Enterprise Value has averaged $2.8 billion across 5 years, with a median of $2.5 billion in 2023.
- The sharpest annual moves came in 2022 and 2023: Enterprise Value plunged 70.28% in 2022, then jumped 244.3% in 2023.
- Over 5 years, Enterprise Value stood at $1.3 billion in 2022, then soared by 94.48% to $2.6 billion in 2023, then surged by 42.9% to $3.7 billion in 2024, then jumped by 42.82% to $5.3 billion in 2025, then slumped by 45.02% to $2.9 billion in 2026.
- According to Business Quant data, Enterprise Value over the past three periods registered $2.9 billion, $2.0 billion, and $5.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn |
| 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 | 2.92 Bn |
| Mar 31, 2026 | 2.05 Bn |
| Dec 31, 2025 | 5.30 Bn |
| Sep 30, 2025 | 5.30 Bn |
| Jun 30, 2025 | 4.41 Bn |
| Mar 31, 2025 | 4.22 Bn |
| Dec 31, 2024 | 3.71 Bn |
| Sep 30, 2024 | 3.36 Bn |
| Jun 30, 2024 | 2.28 Bn |
| Mar 31, 2024 | 2.42 Bn |
| Dec 31, 2023 | 2.60 Bn |
| Sep 30, 2023 | 2.13 Bn |
| Jun 30, 2023 | 2.50 Bn |
| Mar 31, 2023 | 1.96 Bn |
| Dec 31, 2022 | 1.34 Bn |
| Sep 30, 2022 | 1.33 Bn |
| Jun 30, 2022 | 725.61 Mn |
| Mar 31, 2022 | 1.69 Bn |
| Dec 31, 2021 | 2.86 Bn |
| Sep 30, 2021 | 2.38 Bn |
Genius Sports Enterprise Value 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=enterprise-value&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();