Genius Sports (GENI) Income from Non-Controlling Interests (2021 - 2025)
Genius Sports' (GENI) quarterly Income from Non-Controlling Interests came in at $32.3 million in Q4 2025, up 53.22% on a YoY basis from $21.1 million in Q4 2024, and up 53.22% quarter-over-quarter from $21.1 million in Q4 2024.
Genius Sports (GENI) Income from Non-Controlling Interests (2021 - 2025) Analysis & Trends
Genius Sports (GENI) has reported Income from Non-Controlling Interests for 5 consecutive years, with $32.3 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Income from Non-Controlling Interests rose 53.22% year-over-year to $32.3 million; the trailing twelve-month figure through Dec 2025 stood at $80.7 million (down 6.06% YoY), and the FY2025 full-year result was $160.5 million, up 188.36% from the prior year.
- Income from Non-Controlling Interests climbed to $32.3 million in Q4 2025 per GENI's latest filing, from $21.1 million in the prior quarter.
- Across five years, Income from Non-Controlling Interests topped out at $37.5 million in Q4 2021 and bottomed at $11.2 million in Q4 2022.
- Historically, Income from Non-Controlling Interests has averaged $23.6 million across 5 years, with a median of $21.1 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Income from Non-Controlling Interests plunged 70.17% in 2022, then jumped 53.22% in 2025.
- Over 5 years, Income from Non-Controlling Interests stood at $37.5 million in 2021, then slumped by 70.17% to $11.2 million in 2022, then surged by 43.53% to $16.1 million in 2023, then surged by 31.29% to $21.1 million in 2024, then surged by 53.22% to $32.3 million in 2025.
- According to Business Quant data, Income from Non-Controlling Interests over the past three periods registered $32.3 million, $21.1 million, and $16.1 million for Q4 2025, Q4 2024, and Q4 2023 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (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 | 18.47 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 |
|---|---|
| Dec 31, 2025 | 32.33 Mn |
| Dec 31, 2024 | 21.10 Mn |
| Dec 31, 2023 | 16.07 Mn |
| Dec 31, 2022 | 11.20 Mn |
| Dec 31, 2021 | 37.53 Mn |
Genius Sports Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();