Genius Sports (GENI) Treasury Shares (2018 - 2026)
Genius Sports' (GENI) quarterly Treasury Shares came in at $17.7 million in Q4 2025, little changed on a YoY basis from $17.7 million in Q4 2024, and little changed quarter-over-quarter from $17.7 million in Q4 2024.
Genius Sports (GENI) Treasury Shares (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Treasury Shares for 3 consecutive years, with $17.7 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Treasury Shares changed 0.0% year-over-year to $17.7 million; the trailing twelve-month figure through Dec 2025 stood at $17.7 million (changed 0.0% YoY), and the FY2025 full-year result was $17.7 million, changed 0.0% from the prior year.
- Treasury Shares held at $17.7 million in Q4 2025 per GENI's latest filing, from $17.7 million in the prior quarter.
- Across five years, Treasury Shares topped out at $4.1 million in Q4 2024 and bottomed at -$17.7 million in Q1 2023.
- Historically, Treasury Shares has averaged -$15.1 million across 4 years, with a median of -$17.7 million in 2023.
- The widest YoY moves for Treasury Shares: up 0.0% in 2024, down 0.0% in 2024.
- Over 3 years, Treasury Shares stood at $17.7 million in 2023, then changed by 0.0% to $17.7 million in 2024, then changed by 0.0% to $17.7 million in 2025.
- According to Business Quant data, Treasury Shares over the past three periods registered $17.7 million, $17.7 million, and $17.7 million for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Treasury Shares (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | 381,000.00 |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | - |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | -274.64 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | 3.48 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -17.65 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 | -17.65 Mn |
| Jun 30, 2026 | -17.65 Mn |
| Mar 31, 2026 | -17.65 Mn |
| Mar 31, 2026 | -17.65 Mn |
| Dec 31, 2025 | -4.11 Mn |
| Dec 31, 2025 | -4.11 Mn |
| Dec 31, 2025 | 17.65 Mn |
| Dec 31, 2025 | 17.65 Mn |
| Sep 30, 2025 | -17.65 Mn |
| Sep 30, 2025 | -17.65 Mn |
| Jun 30, 2025 | -17.65 Mn |
| Jun 30, 2025 | -17.65 Mn |
| Mar 31, 2025 | -17.65 Mn |
| Mar 31, 2025 | -17.65 Mn |
| Dec 31, 2024 | 4.11 Mn |
| Dec 31, 2024 | 4.11 Mn |
| Dec 31, 2024 | 17.65 Mn |
| Dec 31, 2024 | 17.65 Mn |
| Sep 30, 2024 | -17.65 Mn |
| Sep 30, 2024 | -17.65 Mn |
Genius Sports Treasury Shares 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=treasury-shares&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "treasury-shares", "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=treasury-shares&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();