Genius Sports (GENI) Net Cash Flow (2018 - 2026)
Genius Sports' (GENI) quarterly Net Cash Flow came in at -$684.0 million in Q2 2026, down 3526.82% on a YoY basis from $20.0 million in Q2 2025, and down 748.77% quarter-over-quarter from -$80.6 million in Q1 2026.
Genius Sports (GENI) Net Cash Flow (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Net Cash Flow for 8 consecutive years, with -$684.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Net Cash Flow fell 3526.82% year-over-year to -$684.0 million; the trailing twelve-month figure through Jun 2026 stood at -$706.5 million (down 658.07% YoY), and the FY2025 full-year result was $137.5 million, up 1087.2% from the prior year.
- Net Cash Flow eased to -$684.0 million in Q2 2026 per GENI's latest filing, from -$80.6 million in the prior quarter.
- Across five years, Net Cash Flow topped out at $98.2 million in Q1 2025 and bottomed at -$684.0 million in Q2 2026.
- Historically, Net Cash Flow has averaged -$39.3 million across 5 years, with a median of -$12.9 million in 2022.
- The widest YoY moves for Net Cash Flow: up 561.71% in 2024, down 7104.32% in 2024.
- Over 5 years, Net Cash Flow stood at -$10.0 million in 2022, then surged by 205.52% to $10.6 million in 2023, then surged by 561.71% to $69.9 million in 2024, then dropped by 0.42% to $69.6 million in 2025, then tumbled by 1082.31% to -$684.0 million in 2026.
- According to Business Quant data, Net Cash Flow over the past three periods registered -$684.0 million, -$80.6 million, and $69.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | NCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 118.56 Bn | 116.21 Bn | 1.04 Bn | -375.13 Mn |
| 2 | MongoDB | 34.45 Bn | 32.04 Bn | 569.77 Mn | -31.77 Mn |
| 3 | Sportradar Group AG | 12.29 Bn | 11.92 Bn | 376.06 Mn | -82.53 Mn |
| 4 | Elastic | 9.39 Bn | 7.93 Bn | 356.19 Mn | 113.43 Mn |
| 5 | Genius Sports | 3.08 Bn | 2.92 Bn | 63.79 Mn | -684.02 Mn |
| 6 | Teradata | 2.74 Bn | 2.32 Bn | 243.00 Mn | -403.00 Mn |
| 7 | Datavault AI | 145.26 Mn | 145.26 Mn | 2.88 Mn | -842,000.00 |
| 8 | Alarum Technologies | 139.67 Mn | 125.52 Mn | 7.23 Mn | - |
| 9 | Intermap Technologies | 48.53 Mn | 32.35 Mn | - | -2.28 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -684.02 Mn |
| Mar 31, 2026 | -80.59 Mn |
| Dec 31, 2025 | 69.63 Mn |
| Sep 30, 2025 | -11.53 Mn |
| Jun 30, 2025 | -18.86 Mn |
| Mar 31, 2025 | 98.22 Mn |
| Dec 31, 2024 | 69.93 Mn |
| Sep 30, 2024 | -22.69 Mn |
| Jun 30, 2024 | -2.51 Mn |
| Mar 31, 2024 | -33.14 Mn |
| Dec 31, 2023 | 10.57 Mn |
| Sep 30, 2023 | 324,000.00 |
| Jun 30, 2023 | -15.87 Mn |
| Mar 31, 2023 | -28.31 Mn |
| Dec 31, 2022 | -10.02 Mn |
| Sep 30, 2022 | -14.18 Mn |
| Jun 30, 2022 | 10.61 Mn |
| Mar 31, 2022 | -44.69 Mn |
| Dec 31, 2021 | -13.66 Mn |
| Sep 30, 2021 | -36.00 Mn |
Genius Sports Net Cash Flow 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=net-cash-flow&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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=net-cash-flow&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();