Genius Sports (GENI) Change in Receivables (2018 - 2026)
Genius Sports' (GENI) quarterly Change in Receivables came in at $1.8 million in Q2 2026, up 181.73% on a YoY basis from $647786.5 in Q2 2025, and down 91.46% quarter-over-quarter from $21.4 million in Q1 2026.
Genius Sports (GENI) Change in Receivables (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Change in Receivables for 8 consecutive years, with $1.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables rose 181.73% year-over-year to $1.8 million; the trailing twelve-month figure through Jun 2026 stood at -$22.7 million (down 35.51% YoY), and the FY2025 full-year result was -$44.3 million, down 179.29% from the prior year.
- Change in Receivables retreated to $1.8 million in Q2 2026 per GENI's latest filing, from $21.4 million in the prior quarter.
- Across five years, Change in Receivables topped out at $33.1 million in Q2 2024 and bottomed at -$47.7 million in Q3 2025.
- Historically, Change in Receivables has averaged -$3.4 million across 5 years, with a median of -$3.7 million in 2024.
- The sharpest annual moves came in 2024 and 2026: Change in Receivables slumped 6354.41% in 2024, then surged 462.05% in 2026.
- Over 5 years, Change in Receivables stood at $3.4 million in 2022, then slumped by 105.94% to -$204000.0 in 2023, then plunged by 6354.41% to -$13.2 million in 2024, then surged by 113.92% to $1.8 million in 2025, then declined by 0.44% to $1.8 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered $1.8 million, $21.4 million, and $1.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | 146.59 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 69.26 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 | -227.03 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | 1.83 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | -66.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -5.46 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | 1.06 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.83 Mn |
| Mar 31, 2026 | 21.37 Mn |
| Dec 31, 2025 | 1.83 Mn |
| Sep 30, 2025 | -47.70 Mn |
| Jun 30, 2025 | -2.23 Mn |
| Mar 31, 2025 | 3.80 Mn |
| Dec 31, 2024 | -13.17 Mn |
| Sep 30, 2024 | -5.13 Mn |
| Jun 30, 2024 | 33.14 Mn |
| Mar 31, 2024 | -30.70 Mn |
| Dec 31, 2023 | -204,000.00 |
| Sep 30, 2023 | -7.54 Mn |
| Jun 30, 2023 | -19.09 Mn |
| Mar 31, 2023 | -5.66 Mn |
| Dec 31, 2022 | 3.44 Mn |
| Sep 30, 2022 | 21.64 Mn |
| Jun 30, 2022 | -10.97 Mn |
| Mar 31, 2022 | -5.31 Mn |
| Dec 31, 2021 | -9.94 Mn |
| Sep 30, 2021 | -9.36 Mn |
Genius Sports Change in Receivables 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-receivables&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();