Genius Sports (GENI) Retained Earnings (2019 - 2026)
Genius Sports' (GENI) quarterly Retained Earnings came in at -$1.3 billion in Q2 2026, down 15.8% on a YoY basis from -$1.6 billion in Q2 2025, and down 6.12% quarter-over-quarter from -$1.3 billion in Q1 2026.
Genius Sports (GENI) Retained Earnings (2019 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Retained Earnings for 8 consecutive years, with -$1.3 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Retained Earnings fell 15.8% year-over-year to -$1.3 billion; the trailing twelve-month figure through Jun 2026 stood at -$1.3 billion (down 15.8% YoY), and the FY2025 full-year result was -$1.2 billion, down 10.26% from the prior year.
- Retained Earnings fell to -$1.3 billion in Q2 2026 per GENI's latest filing, from -$1.3 billion in the prior quarter.
- Across five years, Retained Earnings topped out at -$797.5 million in Q1 2022 and bottomed at -$1.3 billion in Q2 2026.
- Historically, Retained Earnings has averaged -$1.0 billion across 5 years, with a median of -$1.1 billion in 2024.
- The sharpest annual moves came in 2022 and 2025: Retained Earnings plunged 375.22% in 2022, then decreased 4.35% in 2025.
- Over 5 years, Retained Earnings stood at -$939.0 million in 2022, then slipped by 9.11% to -$1.0 billion in 2023, then dropped by 6.15% to -$1.1 billion in 2024, then fell by 10.26% to -$1.2 billion in 2025, then decreased by 11.02% to -$1.3 billion in 2026.
- According to Business Quant data, Retained Earnings over the past three periods registered -$1.3 billion, -$1.3 billion, and -$1.2 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Retained Earnings (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | 12.50 Bn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | 4.85 Bn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 772.89 Mn |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -748.68 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -1.33 Bn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | -1.62 Bn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | 764.41 Mn |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -249.87 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.33 Bn |
| Mar 31, 2026 | -1.25 Bn |
| Dec 31, 2025 | -1.20 Bn |
| Sep 30, 2025 | -1.18 Bn |
| Jun 30, 2025 | -1.15 Bn |
| Mar 31, 2025 | -1.10 Bn |
| Dec 31, 2024 | -1.09 Bn |
| Sep 30, 2024 | -1.06 Bn |
| Jun 30, 2024 | -1.07 Bn |
| Mar 31, 2024 | -1.05 Bn |
| Dec 31, 2023 | -1.02 Bn |
| Sep 30, 2023 | -986.04 Mn |
| Jun 30, 2023 | -974.42 Mn |
| Mar 31, 2023 | -964.12 Mn |
| Dec 31, 2022 | -938.95 Mn |
| Sep 30, 2022 | -811.24 Mn |
| Jun 30, 2022 | -802.27 Mn |
| Mar 31, 2022 | -797.52 Mn |
| Dec 31, 2021 | -757.32 Mn |
| Sep 30, 2021 | -704.03 Mn |
Genius Sports Retained Earnings 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=retained-earnings&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "retained-earnings", "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=retained-earnings&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();