Genius Sports (GENI) Acquisitions (2020 - 2026)
Genius Sports' (GENI) quarterly Acquisitions came in at -$15.1 million in Q1 2026, down 1746.68% on a YoY basis from $919000.0 in Q1 2025, and down 964.21% quarter-over-quarter from -$1.4 million in Q4 2025.
Genius Sports (GENI) Acquisitions (2020 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Acquisitions for 7 consecutive years, with -$15.1 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Acquisitions fell 1746.68% year-over-year to -$15.1 million; the trailing twelve-month figure through Jun 2026 stood at -$19.3 million (down 5943.26% YoY), and the FY2025 full-year result was -$2.5 million, down 7.8% from the prior year.
- Acquisitions fell to -$15.1 million in Q1 2026 per GENI's latest filing, from -$1.4 million in the prior quarter.
- Across five years, Acquisitions topped out at $2.6 million in Q2 2023 and bottomed at -$15.1 million in Q1 2026.
- Historically, Acquisitions has averaged -$1.2 million across 5 years, with a median of $7000.0 in 2022.
- The sharpest annual moves came in 2023 and 2026: Acquisitions surged 37071.43% in 2023, then plunged 1746.68% in 2026.
- Over 5 years, Acquisitions stood at -$2.1 million in 2022, then tumbled by 134.7% to -$4.8 million in 2023, then surged by 78.34% to -$1.0 million in 2024, then sank by 36.34% to -$1.4 million in 2025, then sank by 964.21% to -$15.1 million in 2026.
- According to Business Quant data, Acquisitions over the past three periods registered -$15.1 million, -$1.4 million, and -$2.7 million for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Acquisitions (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | - |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 9.24 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 | - |
| 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 |
|---|---|
| Mar 31, 2026 | -15.13 Mn |
| Dec 31, 2025 | -1.42 Mn |
| Sep 30, 2025 | -2.72 Mn |
| Jun 30, 2025 | 765,000.00 |
| Mar 31, 2025 | 919,000.00 |
| Dec 31, 2024 | -1.04 Mn |
| Sep 30, 2024 | -960,000.00 |
| Jun 30, 2024 | -602,000.00 |
| Mar 31, 2024 | 322,000.00 |
| Dec 31, 2023 | -4.82 Mn |
| Sep 30, 2023 | 1.35 Mn |
| Jun 30, 2023 | 2.60 Mn |
| Mar 31, 2023 | 179,000.00 |
| Dec 31, 2022 | -2.05 Mn |
| Sep 30, 2022 | 1.61 Mn |
| Jun 30, 2022 | 7,000.00 |
| Mar 31, 2022 | 13,000.00 |
| Dec 31, 2021 | -107.08 Mn |
| Sep 30, 2021 | 3.08 Mn |
| Mar 31, 2021 | 53,000.00 |
Genius Sports Acquisitions 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=acquisitions&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "acquisitions", "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=acquisitions&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();