Super Group (SGHC) (SGHC) Share-based Compensation (2021 - 2026)
Super Group (SGHC)'s (SGHC) quarterly Share-based Compensation came in at $5.0 million in Q2 2026, up 66.67% year-over-year from $3.0 million in Q2 2025, and down 58.33% quarter-over-quarter from $12.0 million in Q1 2026.
Super Group (SGHC) (SGHC) Share-based Compensation (2021 - 2026) Analysis & Trends
Super Group (SGHC) (SGHC) has reported Share-based Compensation for 6 consecutive years, with $5.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Share-based Compensation rose 66.67% year-over-year to $5.0 million in Q2 2026; TTM through Jun 2026 was $11.0 million, a 57.14% increase from a year earlier, with the FY2025 full-year figure at $15.0 million, up 36.36% from the prior year.
- Share-based Compensation was $5.0 million for Q2 2026 at Super Group (SGHC), down from $12.0 million in the prior quarter.
- Over five years, Share-based Compensation peaked at $12.0 million in Q1 2026 and troughed at -$141.7 million in Q1 2022.
- A 5-year average of -$5.1 million and a median of $3.0 million in 2024 frame the typical range for Share-based Compensation.
- Across the five-year window, Share-based Compensation tumbled 58835.34% in 2022 and jumped 66446.19% in 2024, its largest moves.
- Over 5 years, Share-based Compensation stood at $10.8 million in 2022, then sank by 58.59% to $4.5 million in 2023, then tumbled by 144.92% to -$2.0 million in 2024, then slumped by 50.0% to -$3.0 million in 2025, then soared by 266.67% to $5.0 million in 2026.
- The last three Share-based Compensation figures came in at $5.0 million (Q2 2026), $12.0 million (Q1 2026), and -$3.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Stock Comp. (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 15.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 82.55 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 67.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 15.67 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 3.88 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 14.94 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 16.90 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 5.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 23.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 8.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.00 Mn |
| Mar 31, 2026 | 12.00 Mn |
| Dec 31, 2025 | -3.00 Mn |
| Sep 30, 2025 | -3.00 Mn |
| Jun 30, 2025 | 3.00 Mn |
| Mar 31, 2025 | 7.00 Mn |
| Dec 31, 2024 | -2.00 Mn |
| Sep 30, 2024 | -1.00 Mn |
| Jun 30, 2024 | 3.00 Mn |
| Mar 31, 2024 | 4.00 Mn |
| Dec 31, 2023 | 4.45 Mn |
| Sep 30, 2023 | 6,317.09 |
| Jun 30, 2023 | 4,508.15 |
| Dec 31, 2022 | 10.75 Mn |
| Sep 30, 2022 | 10.39 Mn |
| Jun 30, 2022 | 3.60 Mn |
| Mar 31, 2022 | -141.70 Mn |
| Jun 30, 2021 | 559,518.00 |
| Mar 31, 2021 | 241,247.22 |
Super Group (SGHC) Share-based Compensation 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=share-based-compensation&ticker=SGHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=SGHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();