Super Group (SGHC) (SGHC) Short-term Investments (2021 - 2025)
Super Group (SGHC)'s (SGHC) quarterly Short-term Investments came in at $3.0 million in Q3 2025, up 32.74% year-over-year from $2.3 million in Q3 2024, and little changed quarter-over-quarter from $3.0 million in Q2 2025.
Super Group (SGHC) (SGHC) Short-term Investments (2021 - 2025) Analysis & Trends
Super Group (SGHC) (SGHC) has reported Short-term Investments for 5 consecutive years, with $3.0 million the latest figure, recorded in Q3 2025.
- On a quarterly basis, Short-term Investments rose 32.74% year-over-year to $3.0 million in Q3 2025; TTM through Sep 2025 was $3.0 million, a 32.74% increase from a year earlier, with the FY2024 full-year figure at $2.4 million, down 94.84% from the prior year.
- Short-term Investments was $3.0 million for Q3 2025 at Super Group (SGHC), roughly flat from $3.0 million in the prior quarter.
- Over five years, Short-term Investments peaked at $45.8 million in Q4 2023 and troughed at -$1.9 million in Q4 2021.
- A 5-year average of $7.4 million and a median of $2.3 million in 2024 frame the typical range for Short-term Investments.
- Across the five-year window, Short-term Investments surged 900.28% in 2022 and tumbled 94.88% in 2024, its largest moves.
- Over 5 years, Short-term Investments stood at -$1.9 million in 2021, then surged by 900.28% to $15.4 million in 2022, then soared by 196.95% to $45.8 million in 2023, then tumbled by 94.88% to $2.3 million in 2024, then increased by 27.9% to $3.0 million in 2025.
- The last three Short-term Investments figures came in at $3.0 million (Q3 2025), $3.0 million (Q2 2025), and $2.3 million (Q4 2024), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 3.00 Mn |
| Jun 30, 2025 | 3.00 Mn |
| Dec 31, 2024 | 2.35 Mn |
| Sep 30, 2024 | 2.26 Mn |
| Jun 30, 2024 | 2.22 Mn |
| Mar 31, 2024 | 2.23 Mn |
| Dec 31, 2023 | 45.84 Mn |
| Sep 30, 2023 | 2.24 Mn |
| Mar 31, 2023 | 18.33 Mn |
| Dec 31, 2022 | 15.44 Mn |
| Mar 31, 2022 | 1.89 Mn |
| Dec 31, 2021 | -1.93 Mn |
| Jun 30, 2021 | -1.02 Mn |
Super Group (SGHC) Short-term Investments 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=short-term-investments&ticker=SGHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "short-term-investments", "ticker": "SGHC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=short-term-investments&ticker=SGHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();