Super Group (SGHC) (SGHC) Tax Rate (2021 - 2026)
Super Group (SGHC)'s (SGHC) quarterly Tax Rate came in at 26.79% in Q2 2026, up 8091.0% year-over-year from 0.33% in Q2 2025, and up 9.23% quarter-over-quarter from 29.51% in Q1 2026.
Super Group (SGHC) (SGHC) Tax Rate (2021 - 2026) Analysis & Trends
Super Group (SGHC) (SGHC) has reported Tax Rate for 6 consecutive years, with 26.79% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate rose 8091.0% year-over-year to 26.79% in Q2 2026; TTM through Jun 2026 was 28.38%, a 1897.0% increase from a year earlier, with the FY2025 full-year figure at 38.76%, up 94.0% from the prior year.
- Tax Rate was 26.79% for Q2 2026 at Super Group (SGHC), up from 29.51% in the prior quarter.
- Over five years, Tax Rate peaked at 5.81% in Q1 2022 and troughed at 142.63% in Q1 2023.
- A 5-year average of 43.11% and a median of 30.7% in 2023 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate sank 14844 bps in 2023 and surged 12754 bps in 2024, its largest moves.
- Over 5 years, Tax Rate stood at 42.81% in 2022, then jumped by 100 bps to 0.01% in 2023, then plunged by 227747 bps to 32.69% in 2024, then gained by 7 bps to 30.53% in 2025, then gained by 12 bps to 26.79% in 2026.
- The last three Tax Rate figures came in at 26.79% (Q2 2026), 29.51% (Q1 2026), and 30.53% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 19.09% |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 2.50% |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 1.00% |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 21.94% |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 15.96% |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 24.66% |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 8.15% |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | -26.79% |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 22.64% |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 26.22% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -26.79% |
| Mar 31, 2026 | -29.51% |
| Dec 31, 2025 | -30.53% |
| Sep 30, 2025 | -27.82% |
| Jun 30, 2025 | -107.69% |
| Mar 31, 2025 | -33.71% |
| Dec 31, 2024 | -32.69% |
| Sep 30, 2024 | -61.54% |
| Jun 30, 2024 | -140.91% |
| Mar 31, 2024 | -15.09% |
| Dec 31, 2023 | -0.01% |
| Sep 30, 2023 | -30.88% |
| Jun 30, 2023 | -34.01% |
| Mar 31, 2023 | -142.63% |
| Dec 31, 2022 | -42.81% |
| Sep 30, 2022 | -23.37% |
| Jun 30, 2022 | -1.85% |
| Mar 31, 2022 | 5.81% |
| Dec 31, 2021 | -15.93% |
| Sep 30, 2021 | -6.34% |
Super Group (SGHC) Tax Rate 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=tax-rate&ticker=SGHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=SGHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();