Genius Sports (GENI) Profit After Tax (2018 - 2026)
Genius Sports' (GENI) quarterly Profit After Tax came in at -$76.7 million in Q2 2026, down 42.23% on a YoY basis from -$132.8 million in Q2 2025, and down 38.33% quarter-over-quarter from -$55.5 million in Q1 2026.
Genius Sports (GENI) Profit After Tax (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Profit After Tax for 9 consecutive years, with -$76.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax fell 42.23% year-over-year to -$76.7 million; the trailing twelve-month figure through Jun 2026 stood at -$124.0 million (down 59.28% YoY), and the FY2025 full-year result was $111.6 million, up 77.0% from the prior year.
- Profit After Tax retreated to -$76.7 million in Q2 2026 per GENI's latest filing, from -$55.5 million in the prior quarter.
- Across five years, Profit After Tax topped out at $28.8 million in Q3 2025 and bottomed at -$127.7 million in Q4 2022.
- Historically, Profit After Tax has averaged -$17.2 million across 5 years, with a median of -$6.5 million in 2022.
- The sharpest annual moves came in 2022 and 2023: Profit After Tax tumbled 855.32% in 2022, then surged 316.57% in 2023.
- Over 5 years, Profit After Tax stood at -$127.7 million in 2022, then jumped by 69.89% to -$38.5 million in 2023, then rose by 26.63% to -$28.2 million in 2024, then grew by 26.91% to -$20.6 million in 2025, then slumped by 272.1% to -$76.7 million in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered -$76.7 million, -$55.5 million, and -$20.6 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -191.72 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 40.94 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | -1.67 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -16.73 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -76.73 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 46.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | -88.03 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -2.11 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -76.73 Mn |
| Mar 31, 2026 | -55.47 Mn |
| Dec 31, 2025 | -20.62 Mn |
| Sep 30, 2025 | 28.81 Mn |
| Jun 30, 2025 | -53.95 Mn |
| Mar 31, 2025 | -8.20 Mn |
| Dec 31, 2024 | -28.21 Mn |
| Sep 30, 2024 | 12.51 Mn |
| Jun 30, 2024 | 21.79 Mn |
| Mar 31, 2024 | 25.54 Mn |
| Dec 31, 2023 | -38.45 Mn |
| Sep 30, 2023 | 11.62 Mn |
| Jun 30, 2023 | 10.30 Mn |
| Mar 31, 2023 | 25.17 Mn |
| Dec 31, 2022 | -127.72 Mn |
| Sep 30, 2022 | 8.97 Mn |
| Jun 30, 2022 | -4.76 Mn |
| Mar 31, 2022 | -40.20 Mn |
| Dec 31, 2021 | -53.29 Mn |
| Sep 30, 2021 | 69.98 Mn |
Genius Sports Profit After Tax 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=profit-after-tax&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();