Genius Sports (GENI) Change in Cash (2018 - 2026)
Genius Sports' (GENI) quarterly Change in Cash came in at -$42.4 million in Q2 2026, down 200.46% on a YoY basis from $42.2 million in Q2 2025, and up 49.02% quarter-over-quarter from -$83.1 million in Q1 2026.
Genius Sports (GENI) Change in Cash (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Change in Cash for 8 consecutive years, with -$42.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash fell 200.46% year-over-year to -$42.4 million; the trailing twelve-month figure through Jun 2026 stood at -$66.5 million (down 151.72% YoY), and the FY2025 full-year result was $145.3 million, up 1438.43% from the prior year.
- Change in Cash advanced to -$42.4 million in Q2 2026 per GENI's latest filing, from -$83.1 million in the prior quarter.
- Across five years, Change in Cash topped out at $100.4 million in Q1 2025 and bottomed at -$83.1 million in Q1 2026.
- Historically, Change in Cash has averaged -$3.7 million across 5 years, with a median of -$13.9 million in 2025.
- The sharpest annual moves came in 2024 and 2025: Change in Cash jumped 603.72% in 2024, then sank 6126.07% in 2025.
- Over 5 years, Change in Cash stood at $8.6 million in 2022, then rose by 9.01% to $9.4 million in 2023, then surged by 603.72% to $66.2 million in 2024, then advanced by 9.98% to $72.8 million in 2025, then slumped by 158.22% to -$42.4 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$42.4 million, -$83.1 million, and $72.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -376.99 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | -33.95 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | -82.53 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | 111.34 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -42.37 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | -401.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -805,000.00 |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | 16.18 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -42.37 Mn |
| Mar 31, 2026 | -83.12 Mn |
| Dec 31, 2025 | 72.77 Mn |
| Sep 30, 2025 | -13.77 Mn |
| Jun 30, 2025 | -14.10 Mn |
| Mar 31, 2025 | 100.42 Mn |
| Dec 31, 2024 | 66.16 Mn |
| Sep 30, 2024 | -23.94 Mn |
| Jun 30, 2024 | 234,000.00 |
| Mar 31, 2024 | -33.01 Mn |
| Dec 31, 2023 | 9.40 Mn |
| Sep 30, 2023 | 1.23 Mn |
| Jun 30, 2023 | -16.31 Mn |
| Mar 31, 2023 | -27.55 Mn |
| Dec 31, 2022 | 8.63 Mn |
| Sep 30, 2022 | -24.59 Mn |
| Jun 30, 2022 | 808,000.00 |
| Mar 31, 2022 | -48.21 Mn |
| Dec 31, 2021 | -11.86 Mn |
| Sep 30, 2021 | -41.10 Mn |
Genius Sports Change in Cash 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=change-in-cash&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();