Genius Sports (GENI) EPS (Basic) (2018 - 2026)
Genius Sports' (GENI) quarterly EPS (Basic) came in at -$0.28 in Q2 2026, down 15.8% on a YoY basis from -$0.34 in Q2 2025, and down 29.05% quarter-over-quarter from -$0.22 in Q1 2026.
Genius Sports (GENI) EPS (Basic) (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported EPS (Basic) for 9 consecutive years, with -$0.28 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, EPS (Basic) fell 15.8% year-over-year to -$0.28; the trailing twelve-month figure through Jun 2026 stood at -$0.74 (down 106.31% YoY), and the FY2025 full-year result was -$0.47, down 51.46% from the prior year.
- EPS (Basic) eased to -$0.28 in Q2 2026 per GENI's latest filing, from -$0.22 in the prior quarter.
- Across five years, EPS (Basic) topped out at $0.09 in Q3 2024 and bottomed at -$0.64 in Q4 2022.
- Historically, EPS (Basic) has averaged -$0.15 across 5 years, with a median of -$0.12 in 2023.
- The widest YoY moves for EPS (Basic): up 274.07% in 2024, down 695.03% in 2024.
- Over 5 years, EPS (Basic) stood at -$0.64 in 2022, then soared by 70.03% to -$0.19 in 2023, then climbed by 8.9% to -$0.18 in 2024, then soared by 42.2% to -$0.1 in 2025, then sank by 178.4% to -$0.28 in 2026.
- According to Business Quant data, EPS (Basic) over the past three periods registered -$0.28, -$0.22, and -$0.1 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Basic) (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -0.55 |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 0.51 |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 0.00 |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -0.16 |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -0.28 |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 0.49 |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -0.12 |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -0.03 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.28 |
| Mar 31, 2026 | -0.22 |
| Dec 31, 2025 | -0.10 |
| Sep 30, 2025 | -0.17 |
| Jun 30, 2025 | -0.24 |
| Mar 31, 2025 | -0.03 |
| Dec 31, 2024 | -0.18 |
| Sep 30, 2024 | 0.09 |
| Jun 30, 2024 | -0.12 |
| Mar 31, 2024 | -0.11 |
| Dec 31, 2023 | -0.19 |
| Sep 30, 2023 | -0.05 |
| Jun 30, 2023 | -0.01 |
| Mar 31, 2023 | -0.12 |
| Dec 31, 2022 | -0.64 |
| Sep 30, 2022 | 0.06 |
| Jun 30, 2022 | -0.03 |
| Mar 31, 2022 | -0.26 |
| Dec 31, 2021 | -0.35 |
| Sep 30, 2021 | 1.00 |
Genius Sports EPS (Basic) 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=eps-basic&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-basic", "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=eps-basic&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();