Genius Sports (GENI) Exchange Rate Effect (2018 - 2026)
Genius Sports' (GENI) quarterly Exchange Rate Effect came in at -$1.3 million in Q2 2026, down 127.46% on a YoY basis from $4.8 million in Q2 2025, and up 48.26% quarter-over-quarter from -$2.5 million in Q1 2026.
Genius Sports (GENI) Exchange Rate Effect (2018 - 2026) Analysis & Trends
Genius Sports (GENI) has reported Exchange Rate Effect for 8 consecutive years, with -$1.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Exchange Rate Effect fell 127.46% year-over-year to -$1.3 million; the trailing twelve-month figure through Jun 2026 stood at -$2.9 million (down 251.03% YoY), and the FY2025 full-year result was $7.9 million, up 468.21% from the prior year.
- Exchange Rate Effect climbed to -$1.3 million in Q2 2026 per GENI's latest filing, from -$2.5 million in the prior quarter.
- Across five years, Exchange Rate Effect topped out at $18.7 million in Q4 2022 and bottomed at -$10.4 million in Q3 2022.
- Historically, Exchange Rate Effect has averaged -$172777.8 across 5 years, with a median of -$805000.0 in 2023.
- The sharpest annual moves came in 2022 and 2025: Exchange Rate Effect sank 1195.94% in 2022, then soared 1542.54% in 2025.
- Over 5 years, Exchange Rate Effect stood at $18.7 million in 2022, then plunged by 106.25% to -$1.2 million in 2023, then plunged by 222.98% to -$3.8 million in 2024, then soared by 183.19% to $3.1 million in 2025, then sank by 141.72% to -$1.3 million in 2026.
- According to Business Quant data, Exchange Rate Effect over the past three periods registered -$1.3 million, -$2.5 million, and $3.1 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -1.86 Mn |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | -2.18 Mn |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 378,929.96 |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | -2.10 Mn |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | -1.31 Mn |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | 2.00 Mn |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | - |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | -304,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.31 Mn |
| Mar 31, 2026 | -2.53 Mn |
| Dec 31, 2025 | 3.13 Mn |
| Sep 30, 2025 | -2.24 Mn |
| Jun 30, 2025 | 4.76 Mn |
| Mar 31, 2025 | 2.20 Mn |
| Dec 31, 2024 | -3.77 Mn |
| Sep 30, 2024 | -1.25 Mn |
| Jun 30, 2024 | 2.75 Mn |
| Mar 31, 2024 | 134,000.00 |
| Dec 31, 2023 | -1.17 Mn |
| Sep 30, 2023 | 907,000.00 |
| Jun 30, 2023 | -444,000.00 |
| Mar 31, 2023 | 766,000.00 |
| Dec 31, 2022 | 18.66 Mn |
| Sep 30, 2022 | -10.40 Mn |
| Jun 30, 2022 | -9.81 Mn |
| Mar 31, 2022 | -3.51 Mn |
| Dec 31, 2021 | 1.80 Mn |
| Sep 30, 2021 | -5.10 Mn |
Genius Sports Exchange Rate Effect 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=exchange-rate-effect&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();