Super Group (SGHC) (SGHC) Interest Expenses (2020 - 2026)
Super Group (SGHC)'s (SGHC) quarterly Interest Expenses came in at -$8.0 million in Q2 2026, down 300.0% year-over-year from $4.0 million in Q2 2025, and down 100.0% quarter-over-quarter from -$4.0 million in Q1 2026.
Super Group (SGHC) (SGHC) Interest Expenses (2020 - 2026) Analysis & Trends
Super Group (SGHC) (SGHC) has reported Interest Expenses for 7 consecutive years, with -$8.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Interest Expenses fell 300.0% year-over-year to -$8.0 million in Q2 2026; TTM through Jun 2026 was -$20.0 million, a 142.35% decrease from a year earlier, with the FY2025 full-year figure at -$11.0 million, down 69.39% from the prior year.
- Interest Expenses was -$8.0 million for Q2 2026 at Super Group (SGHC), down from -$4.0 million in the prior quarter.
- Over five years, Interest Expenses peaked at $1.0 million in Q4 2023 and troughed at -$8.0 million in Q2 2026.
- A 5-year average of -$1.7 million and a median of -$878285.2 in 2025 frame the typical range for Interest Expenses.
- Across the five-year window, Interest Expenses jumped 145.38% in 2023 and tumbled 148808.19% in 2025, its largest moves.
- Over 5 years, Interest Expenses stood at $415240.7 in 2022, then jumped by 145.38% to $1.0 million in 2023, then sank by 296.29% to -$2.0 million in 2024, then tumbled by 250.0% to -$7.0 million in 2025, then fell by 14.29% to -$8.0 million in 2026.
- The last three Interest Expenses figures came in at -$8.0 million (Q2 2026), -$4.0 million (Q1 2026), and -$7.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Int Expense (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 189.00 Mn |
| 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 | 102.13 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 4.45 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 | 152.18 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | -8.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | - |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 70.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.00 Mn |
| Mar 31, 2026 | -4.00 Mn |
| Dec 31, 2025 | -7.00 Mn |
| Sep 30, 2025 | -1.00 Mn |
| Jun 30, 2025 | -2.00 Mn |
| Mar 31, 2025 | -2.00 Mn |
| Dec 31, 2024 | -2.00 Mn |
| Sep 30, 2024 | -2.25 Mn |
| Jun 30, 2024 | -1.47 Mn |
| Mar 31, 2024 | 1,344.92 |
| Dec 31, 2023 | 1.02 Mn |
| Sep 30, 2023 | -756,570.38 |
| Jun 30, 2023 | -584,752.40 |
| Mar 31, 2023 | -587,117.98 |
| Dec 31, 2022 | 415,240.68 |
| Sep 30, 2022 | -278,283.72 |
| Jun 30, 2022 | -335,055.80 |
| Mar 31, 2022 | -391,695.86 |
| Dec 31, 2021 | 376,366.44 |
| Sep 30, 2021 | -7.12 Mn |
Super Group (SGHC) Interest Expenses 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=interest-expenses&ticker=SGHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-expenses", "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=interest-expenses&ticker=SGHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();