Genius Sports (GENI) Non Operating Income (2018 - 2026)
Genius Sports' (GENI) quarterly Non Operating Income came in at -$21.8 million in Q2 2026, down 179.11% on a YoY basis from $27.5 million in Q2 2025, and down 75.28% quarter-over-quarter from -$12.4 million in Q1 2026.
Genius Sports (GENI) Non Operating Income (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Non Operating Income for 9 consecutive years, with -$21.8 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non Operating Income fell 179.11% year-over-year to -$21.8 million; the trailing twelve-month figure through Jun 2026 stood at -$40.9 million (down 215.36% YoY), and the FY2025 full-year result was $33.6 million, up 535.1% from the prior year.
- Non Operating Income slipped to -$21.8 million in Q2 2026 per GENI's latest filing, from -$12.4 million in the prior quarter.
- Across five years, Non Operating Income topped out at $34.4 million in Q2 2022 and bottomed at -$83.0 million in Q4 2022.
- Historically, Non Operating Income has averaged -$994611.1 across 5 years, with a median of -$1.1 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Non Operating Income plunged 809.61% in 2022, then soared 3061.21% in 2025.
- Over 5 years, Non Operating Income stood at -$83.0 million in 2022, then jumped by 93.7% to -$5.2 million in 2023, then plunged by 395.39% to -$25.9 million in 2024, then jumped by 103.83% to $991000.0 in 2025, then tumbled by 2299.09% to -$21.8 million in 2026.
- According to Business Quant data, Non Operating Income over the past three periods registered -$21.8 million, -$12.4 million, and $991000.0 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (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 | -21.79 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | -1.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 | -21.79 Mn |
| Mar 31, 2026 | -12.43 Mn |
| Dec 31, 2025 | 991,000.00 |
| Sep 30, 2025 | -7.62 Mn |
| Jun 30, 2025 | 27.55 Mn |
| Mar 31, 2025 | 12.67 Mn |
| Dec 31, 2024 | -25.89 Mn |
| Sep 30, 2024 | 21.09 Mn |
| Jun 30, 2024 | -2.49 Mn |
| Mar 31, 2024 | -428,000.00 |
| Dec 31, 2023 | -5.23 Mn |
| Sep 30, 2023 | -3.06 Mn |
| Jun 30, 2023 | 907,000.00 |
| Mar 31, 2023 | -1.76 Mn |
| Dec 31, 2022 | -83.01 Mn |
| Sep 30, 2022 | 22.79 Mn |
| Jun 30, 2022 | 34.42 Mn |
| Mar 31, 2022 | 25.39 Mn |
| Dec 31, 2021 | 11.70 Mn |
| Sep 30, 2021 | -5.69 Mn |
Genius Sports Non Operating Income 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=non-operating-income&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();