Genius Sports (GENI) Share-based Compensation Growth (1y) (2021 - 2026)
Analysis
Genius Sports (GENI) Share-based Compensation Growth (1y) (2021 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | 4.79% |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 6.08% |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 10.38% |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | 6.93% |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -75.19% |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 6.45% |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | - |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | 634.48% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -75.19% |
| Mar 31, 2026 | 65.63% |
| Dec 31, 2025 | 18.60% |
| Sep 30, 2025 | 181.07% |
| Jun 30, 2025 | 393.46% |
| Mar 31, 2025 | 90.29% |
| Dec 31, 2024 | 33.91% |
| Sep 30, 2024 | 78.10% |
| Jun 30, 2024 | 374.42% |
| Mar 31, 2024 | -36.13% |
| Dec 31, 2023 | 43.58% |
| Sep 30, 2023 | -71.83% |
| Jun 30, 2023 | -84.58% |
| Mar 31, 2023 | -71.59% |
| Dec 31, 2022 | -70.18% |
| Sep 30, 2022 | -52.00% |
| Mar 31, 2022 | 1,601.62% |
| Dec 31, 2021 | 676.08% |
| Sep 30, 2021 | 1,952.45% |
| Mar 31, 2021 | -291.05% |
API Access
Genius Sports Share-based Compensation Growth (1y) 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=share-based-compensation-growth-1y&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation-growth-1y", "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=share-based-compensation-growth-1y&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();