Genius Sports (GENI) Other Working Capital Changes (2018 - 2026)
Genius Sports' (GENI) quarterly Other Working Capital Changes came in at -$2.3 million in Q2 2026, down 128.6% on a YoY basis from $7.9 million in Q2 2025, and down 69.28% quarter-over-quarter from -$1.3 million in Q1 2026.
Genius Sports (GENI) Other Working Capital Changes (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Other Working Capital Changes for 8 consecutive years, with -$2.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Working Capital Changes fell 128.6% year-over-year to -$2.3 million; the trailing twelve-month figure through Jun 2026 stood at -$5.2 million (down 12.09% YoY), and the FY2025 full-year result was -$3.3 million, up 29.3% from the prior year.
- Other Working Capital Changes fell to -$2.3 million in Q2 2026 per GENI's latest filing, from -$1.3 million in the prior quarter.
- Across five years, Other Working Capital Changes topped out at $38.1 million in Q3 2025 and bottomed at -$27.7 million in Q1 2026.
- Historically, Other Working Capital Changes has averaged $2.0 million across 5 years, with a median of $1.1 million in 2024.
- The sharpest annual moves came in 2022 and 2026: Other Working Capital Changes surged 120.28% in 2022, then slumped 128.6% in 2026.
- Over 5 years, Other Working Capital Changes stood at -$1.2 million in 2022, then jumped by 43.35% to -$690000.0 in 2023, then sank by 75.51% to -$1.2 million in 2024, then jumped by 37.65% to -$755000.0 in 2025, then tumbled by 200.66% to -$2.3 million in 2026.
- According to Business Quant data, Other Working Capital Changes over the past three periods registered -$2.3 million, -$1.3 million, and -$755000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 |
|---|---|
| Jun 30, 2026 | -3.86 Mn |
| Jun 30, 2026 | -3.86 Mn |
| Mar 31, 2026 | -27.72 Mn |
| Mar 31, 2026 | -27.72 Mn |
| Dec 31, 2025 | -1.68 Mn |
| Dec 31, 2025 | -1.68 Mn |
| Sep 30, 2025 | 38.14 Mn |
| Sep 30, 2025 | 38.14 Mn |
| Jun 30, 2025 | 2.45 Mn |
| Jun 30, 2025 | 2.45 Mn |
| Mar 31, 2025 | -15.19 Mn |
| Mar 31, 2025 | -15.19 Mn |
| Dec 31, 2024 | 33.09 Mn |
| Dec 31, 2024 | 33.09 Mn |
| Sep 30, 2024 | 1.10 Mn |
| Sep 30, 2024 | 1.10 Mn |
| Jun 30, 2024 | -7.72 Mn |
| Jun 30, 2024 | -7.72 Mn |
| Mar 31, 2024 | 1.14 Mn |
| Mar 31, 2024 | 1.14 Mn |
Genius Sports Other Working Capital Changes 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=other-working-capital-changes&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-working-capital-changes", "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=other-working-capital-changes&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();