Super Group (SGHC) (SGHC) Tax Provisions (2020 - 2026)
Super Group (SGHC)'s (SGHC) quarterly Tax Provisions came in at -$45.0 million in Q2 2026, down 7.14% year-over-year from -$48.5 million in Q2 2025, and down 25.0% quarter-over-quarter from -$36.0 million in Q1 2026.
Super Group (SGHC) (SGHC) Tax Provisions (2020 - 2026) Analysis & Trends
Super Group (SGHC) (SGHC) has reported Tax Provisions for 7 consecutive years, with -$45.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Provisions fell 7.14% year-over-year to -$45.0 million in Q2 2026; TTM through Jun 2026 was -$147.0 million, a 20.82% decrease from a year earlier, with the FY2025 full-year figure at -$138.0 million, down 70.37% from the prior year.
- Tax Provisions was -$45.0 million for Q2 2026 at Super Group (SGHC), down from -$36.0 million in the prior quarter.
- Over five years, Tax Provisions peaked at $6925.8 in Q4 2023 and troughed at -$45.0 million in Q2 2026.
- A 5-year average of -$20.6 million and a median of -$15.7 million in 2023 frame the typical range for Tax Provisions.
- Across the five-year window, Tax Provisions jumped 100.08% in 2023 and slumped 486287.69% in 2024, its largest moves.
- Over 5 years, Tax Provisions stood at -$9.2 million in 2022, then jumped by 100.08% to $6925.8 in 2023, then tumbled by 486287.69% to -$33.7 million in 2024, then rose by 13.88% to -$29.0 million in 2025, then sank by 55.17% to -$45.0 million in 2026.
- The last three Tax Provisions figures came in at -$45.0 million (Q2 2026), -$36.0 million (Q1 2026), and -$29.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 88.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | -1.80 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -3.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 90.73 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 5.37 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 33.18 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 16.20 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | -45.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -12.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 86.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -45.00 Mn |
| Mar 31, 2026 | -36.00 Mn |
| Dec 31, 2025 | -29.00 Mn |
| Sep 30, 2025 | -37.00 Mn |
| Jun 30, 2025 | -42.00 Mn |
| Mar 31, 2025 | -30.00 Mn |
| Dec 31, 2024 | -33.67 Mn |
| Sep 30, 2024 | -16.00 Mn |
| Jun 30, 2024 | -31.00 Mn |
| Mar 31, 2024 | -8.00 Mn |
| Dec 31, 2023 | 6,925.83 |
| Sep 30, 2023 | -5.17 Mn |
| Jun 30, 2023 | -15.47 Mn |
| Mar 31, 2023 | -6.91 Mn |
| Dec 31, 2022 | -9.20 Mn |
| Sep 30, 2022 | -10.73 Mn |
| Jun 30, 2022 | -6.00 Mn |
| Mar 31, 2022 | -10.06 Mn |
| Dec 31, 2021 | -11.41 Mn |
| Sep 30, 2021 | -12.21 Mn |
Super Group (SGHC) Tax Provisions 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-provisions&ticker=SGHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=SGHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();