Genius Sports (GENI) Property, Plant & Equipment (Net) Growth (1y) (2020 - 2026)
Analysis
Genius Sports (GENI) Property, Plant & Equipment (Net) Growth (1y) (2020 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PP&E (Net) Growth (1y) (Qtr) |
|---|---|---|---|---|---|
| 1 | Snowflake | 116.96 Bn | 114.61 Bn | 1.04 Bn | -26.52% |
| 2 | MongoDB | 30.90 Bn | 28.49 Bn | 569.77 Mn | -6.71% |
| 3 | Sportradar Group AG | 10.95 Bn | 10.59 Bn | 376.06 Mn | 14.13% |
| 4 | Elastic | 9.14 Bn | 7.68 Bn | 356.19 Mn | 29.00% |
| 5 | Genius Sports | 2.86 Bn | 2.70 Bn | 63.79 Mn | 67.19% |
| 6 | Teradata | 2.69 Bn | 2.27 Bn | 243.00 Mn | -6.83% |
| 7 | Datavault AI | 128.17 Mn | 128.17 Mn | 2.88 Mn | - |
| 8 | Intermap Technologies | 47.08 Mn | 30.91 Mn | - | 55.80% |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 67.19% |
| Mar 31, 2026 | 72.28% |
| Dec 31, 2025 | 69.97% |
| Sep 30, 2025 | 73.80% |
| Jun 30, 2025 | 76.91% |
| Mar 31, 2025 | 75.00% |
| Dec 31, 2024 | 64.61% |
| Sep 30, 2024 | 47.39% |
| Jun 30, 2024 | 16.77% |
| Mar 31, 2024 | -7.36% |
| Dec 31, 2023 | -10.32% |
| Sep 30, 2023 | -3.27% |
| Jun 30, 2023 | -13.50% |
| Mar 31, 2023 | -11.18% |
| Dec 31, 2022 | -10.83% |
| Sep 30, 2022 | -0.90% |
| Jun 30, 2022 | 162.10% |
| Mar 31, 2022 | 206.33% |
| Dec 31, 2021 | 188.78% |
| Dec 31, 2020 | 2.46% |
API Access
Genius Sports Property, Plant & Equipment (Net) Growth (1y) 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=property-plant-and-equipment-net-growth-1y&ticker=GENI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-1y", "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=property-plant-and-equipment-net-growth-1y&ticker=GENI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();