Genius Sports (GENI) Change in Intangibles (2018 - 2026)
Genius Sports' (GENI) quarterly Change in Intangibles came in at -$17.0 million in Q2 2026, down 9.69% on a YoY basis from -$18.8 million in Q2 2025, and down 38.2% quarter-over-quarter from -$12.3 million in Q1 2026.
Genius Sports (GENI) Change in Intangibles (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Change in Intangibles for 8 consecutive years, with -$17.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Intangibles fell 9.69% year-over-year to -$17.0 million; the trailing twelve-month figure through Jun 2026 stood at -$57.4 million (down 0.83% YoY), and the FY2025 full-year result was -$57.0 million, down 9.63% from the prior year.
- Change in Intangibles fell to -$17.0 million in Q2 2026 per GENI's latest filing, from -$12.3 million in the prior quarter.
- Across five years, Change in Intangibles topped out at -$9.6 million in Q3 2022 and bottomed at -$17.0 million in Q2 2026.
- Historically, Change in Intangibles has averaged -$12.4 million across 5 years, with a median of -$12.0 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Change in Intangibles plunged 158.34% in 2022, then climbed 11.2% in 2025.
- Over 5 years, Change in Intangibles stood at -$10.1 million in 2022, then fell by 10.62% to -$11.2 million in 2023, then dropped by 24.2% to -$13.9 million in 2024, then gained by 11.2% to -$12.3 million in 2025, then sank by 37.91% to -$17.0 million in 2026.
- According to Business Quant data, Change in Intangibles over the past three periods registered -$17.0 million, -$12.3 million, and -$12.3 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Intangibles (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 | 5,811.81 |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | - |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -16.96 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 | -16.96 Mn |
| Mar 31, 2026 | -12.28 Mn |
| Dec 31, 2025 | -12.30 Mn |
| Sep 30, 2025 | -15.85 Mn |
| Jun 30, 2025 | -15.47 Mn |
| Mar 31, 2025 | -13.35 Mn |
| Dec 31, 2024 | -13.85 Mn |
| Sep 30, 2024 | -14.25 Mn |
| Jun 30, 2024 | -12.93 Mn |
| Mar 31, 2024 | -10.93 Mn |
| Dec 31, 2023 | -11.15 Mn |
| Sep 30, 2023 | -11.77 Mn |
| Jun 30, 2023 | -11.25 Mn |
| Mar 31, 2023 | -9.98 Mn |
| Dec 31, 2022 | -10.08 Mn |
| Sep 30, 2022 | -9.56 Mn |
| Jun 30, 2022 | -11.32 Mn |
| Mar 31, 2022 | -10.42 Mn |
| Dec 31, 2021 | -10.62 Mn |
| Sep 30, 2021 | -7.84 Mn |
Genius Sports Change in Intangibles 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-intangibles&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-intangibles", "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-intangibles&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();