Genius Sports (GENI) Non-Current Assets (2019 - 2026)
Genius Sports' (GENI) quarterly Non-Current Assets came in at -$455.6 million in Q2 2026, down 185.63% on a YoY basis from $532.0 million in Q2 2025, and down 5.12% quarter-over-quarter from -$433.4 million in Q1 2026.
Genius Sports (GENI) Non-Current Assets (2019 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Non-Current Assets for 8 consecutive years, with -$455.6 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Assets fell 185.63% year-over-year to -$455.6 million; the trailing twelve-month figure through Jun 2026 stood at -$852.5 million (down 141.66% YoY), and the FY2025 full-year result was -$546.2 million, down 208.44% from the prior year.
- Non-Current Assets declined to -$455.6 million in Q2 2026 per GENI's latest filing, from -$433.4 million in the prior quarter.
- Across five years, Non-Current Assets topped out at $582.7 million in Q3 2025 and bottomed at -$546.2 million in Q4 2025.
- Historically, Non-Current Assets has averaged $228.2 million across 5 years, with a median of $502.1 million in 2024.
- The sharpest annual moves came in 2022 and 2024: Non-Current Assets plunged 426.88% in 2022, then jumped 309.91% in 2024.
- Over 5 years, Non-Current Assets stood at -$226.1 million in 2022, then declined by 6.14% to -$239.9 million in 2023, then surged by 309.91% to $503.7 million in 2024, then tumbled by 208.44% to -$546.2 million in 2025, then increased by 16.58% to -$455.6 million in 2026.
- According to Business Quant data, Non-Current Assets over the past three periods registered -$455.6 million, -$433.4 million, and -$546.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | 5.20 Bn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 651.70 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 2.34 Bn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | 1.12 Bn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -455.62 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 885.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | 141.68 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | 7.92 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -455.62 Mn |
| Mar 31, 2026 | -433.43 Mn |
| Dec 31, 2025 | -546.20 Mn |
| Sep 30, 2025 | 582.70 Mn |
| Jun 30, 2025 | 532.05 Mn |
| Mar 31, 2025 | 510.09 Mn |
| Dec 31, 2024 | 503.67 Mn |
| Sep 30, 2024 | 500.50 Mn |
| Jun 30, 2024 | 493.46 Mn |
| Mar 31, 2024 | 516.24 Mn |
| Dec 31, 2023 | -239.94 Mn |
| Sep 30, 2023 | 524.14 Mn |
| Jun 30, 2023 | 546.57 Mn |
| Mar 31, 2023 | 539.45 Mn |
| Dec 31, 2022 | -226.06 Mn |
| Sep 30, 2022 | 495.89 Mn |
| Jun 30, 2022 | 544.48 Mn |
| Mar 31, 2022 | -280.97 Mn |
| Dec 31, 2021 | -314.36 Mn |
| Sep 30, 2021 | -325.46 Mn |
Genius Sports Non-Current Assets 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-current-assets&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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-current-assets&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();