Genius Sports (GENI) Preferred Dividend Payments (2019 - 2021)
Genius Sports' (GENI) quarterly Preferred Dividend Payments came in at -$9.3 million in Q1 2021, down 17.27% on a YoY basis from -$11.2 million in Q1 2020, and down 12.25% quarter-over-quarter from -$8.2 million in Q4 2020.
Genius Sports (GENI) Preferred Dividend Payments (2019 - 2021) Analysis & Trends
Genius Sports (GENI) has reported Preferred Dividend Payments for 3 consecutive years, with -$9.3 million the latest figure, recorded in Q1 2021.
- For the quarter ending Q1 2021, Preferred Dividend Payments fell 17.27% year-over-year to -$9.3 million; the trailing twelve-month figure through Dec 2021 stood at -$17.5 million (up 45.05% YoY), and the FY2021 full-year result was -$11.3 million, up 64.46% from the prior year.
- Preferred Dividend Payments declined to -$9.3 million in Q1 2021 per GENI's latest filing, from -$8.2 million in the prior quarter.
- Across five years, Preferred Dividend Payments topped out at $49.3 million in Q4 2019 and bottomed at -$9.3 million in Q1 2021.
- Historically, Preferred Dividend Payments has averaged $1.4 million across 3 years, with a median of -$8.0 million in 2020.
- The sharpest annual moves came in 2020 and 2021: Preferred Dividend Payments sank 116.72% in 2020, then declined 17.27% in 2021.
- Over 3 years, Preferred Dividend Payments stood at $49.3 million in 2019, then slumped by 116.72% to -$8.2 million in 2020, then retreated by 12.25% to -$9.3 million in 2021.
- According to Business Quant data, Preferred Dividend Payments over the past three periods registered -$9.3 million, -$8.2 million, and -$8.1 million for Q1 2021, Q4 2020, and Q3 2020 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Pref Dividends (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | - |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 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, 2021 | -9.26 Mn |
| Dec 31, 2020 | -8.25 Mn |
| Sep 30, 2020 | -8.06 Mn |
| Jun 30, 2020 | -7.66 Mn |
| Mar 31, 2020 | -7.90 Mn |
| Dec 31, 2019 | 49.35 Mn |
Genius Sports Preferred Dividend Payments 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=preferred-dividend-payments&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-dividend-payments", "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=preferred-dividend-payments&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();