Genius Sports (GENI) Short-term Investments (2022 - 2024)
Genius Sports' (GENI) quarterly Short-term Investments came in at $25.0 million in Q4 2024, down 6.48% quarter-over-quarter from $26.8 million in Q3 2024.
Genius Sports (GENI) Short-term Investments (2022 - 2024) Analysis & Trends
Genius Sports (GENI) has reported Short-term Investments for 3 consecutive years, with $25.0 million the latest figure, recorded in Q4 2024.
- For the quarter ending Q4 2024, Short-term Investments changed N/A year-over-year to $25.0 million; the trailing twelve-month figure through Dec 2024 stood at $25.0 million (changed N/A YoY), and the FY2024 full-year result was $25.0 million, changed N/A from the prior year.
- Short-term Investments fell to $25.0 million in Q4 2024 per GENI's latest filing, from $26.8 million in the prior quarter.
- Across five years, Short-term Investments topped out at $26.8 million in Q3 2024 and bottomed at $11.2 million in Q3 2022.
- Historically, Short-term Investments has averaged $17.8 million across 3 years, with a median of $12.3 million in 2023.
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 |
|---|---|
| Dec 31, 2024 | 25.03 Mn |
| Sep 30, 2024 | 26.76 Mn |
| Jun 30, 2024 | 25.30 Mn |
| Mar 31, 2023 | 12.34 Mn |
| Dec 31, 2022 | 12.10 Mn |
| Sep 30, 2022 | 11.16 Mn |
| Jun 30, 2022 | 12.17 Mn |
Genius Sports Short-term Investments 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=short-term-investments&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "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=short-term-investments&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();