Genius Sports (GENI) Cash from Operations (2018 - 2026)
Genius Sports' (GENI) quarterly Cash from Operations came in at -$80.8 million in Q2 2026, down 7909.18% on a YoY basis from $1.0 million in Q2 2025, and down 21.7% quarter-over-quarter from -$66.4 million in Q1 2026.
Genius Sports (GENI) Cash from Operations (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Cash from Operations for 8 consecutive years, with -$80.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Operations fell 7909.18% year-over-year to -$80.8 million; the trailing twelve-month figure through Jun 2026 stood at -$31.1 million (down 158.33% YoY), and the FY2025 full-year result was $86.4 million, up 5.54% from the prior year.
- Cash from Operations eased to -$80.8 million in Q2 2026 per GENI's latest filing, from -$66.4 million in the prior quarter.
- Across five years, Cash from Operations topped out at $89.0 million in Q4 2025 and bottomed at -$80.8 million in Q2 2026.
- Historically, Cash from Operations has averaged $1.8 million across 5 years, with a median of -$956500.0 in 2022.
- The sharpest annual moves came in 2023 and 2026: Cash from Operations soared 1331.03% in 2023, then tumbled 7909.18% in 2026.
- Over 5 years, Cash from Operations stood at $1.7 million in 2022, then jumped by 1331.03% to $24.0 million in 2023, then jumped by 260.58% to $86.6 million in 2024, then grew by 2.68% to $89.0 million in 2025, then slumped by 190.86% to -$80.8 million in 2026.
- According to Business Quant data, Cash from Operations over the past three periods registered -$80.8 million, -$66.4 million, and $89.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Operations (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | 91.36 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 141.88 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 135.61 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | 132.00 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -80.83 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 106.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -71.27 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -136,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -80.83 Mn |
| Mar 31, 2026 | -66.41 Mn |
| Dec 31, 2025 | 88.95 Mn |
| Sep 30, 2025 | 27.20 Mn |
| Jun 30, 2025 | 1.04 Mn |
| Mar 31, 2025 | -30.80 Mn |
| Dec 31, 2024 | 86.64 Mn |
| Sep 30, 2024 | -3.59 Mn |
| Jun 30, 2024 | 13.41 Mn |
| Mar 31, 2024 | -14.59 Mn |
| Dec 31, 2023 | 24.03 Mn |
| Sep 30, 2023 | 13.56 Mn |
| Jun 30, 2023 | -3.87 Mn |
| Mar 31, 2023 | -18.84 Mn |
| Dec 31, 2022 | 1.68 Mn |
| Sep 30, 2022 | -2.95 Mn |
| Jun 30, 2022 | 23.01 Mn |
| Mar 31, 2022 | -25.20 Mn |
| Dec 31, 2021 | -2.61 Mn |
| Sep 30, 2021 | -34.14 Mn |
Genius Sports Cash from Operations 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=cash-from-operations&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();