Genius Sports (GENI) Selling, General & Administrative (2018 - 2026)
Analysis
Genius Sports (GENI) Selling, General & Administrative (2018 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | 120.59 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 74.42 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 | 48.35 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | 59.54 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 120.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | 14.92 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 59.54 Mn |
| Mar 31, 2026 | 53.92 Mn |
| Dec 31, 2025 | 63.27 Mn |
| Sep 30, 2025 | 45.67 Mn |
| Jun 30, 2025 | 64.50 Mn |
| Mar 31, 2025 | 34.54 Mn |
| Dec 31, 2024 | 40.16 Mn |
| Sep 30, 2024 | 30.40 Mn |
| Jun 30, 2024 | 30.87 Mn |
| Mar 31, 2024 | 21.59 Mn |
| Dec 31, 2023 | 27.08 Mn |
| Sep 30, 2023 | 20.40 Mn |
| Jun 30, 2023 | 19.62 Mn |
| Mar 31, 2023 | 18.07 Mn |
| Dec 31, 2022 | 32.87 Mn |
| Sep 30, 2022 | 24.88 Mn |
| Jun 30, 2022 | 32.28 Mn |
| Mar 31, 2022 | 32.80 Mn |
| Dec 31, 2021 | 30.73 Mn |
| Sep 30, 2021 | 28.74 Mn |
API Access
Genius Sports Selling, General & Administrative 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=selling-general-and-administrative&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();