Super Group (SGHC) (SGHC) Income from Non-Controlling Interests (2022 - 2026)
Super Group (SGHC)'s (SGHC) quarterly Income from Non-Controlling Interests came in at $3.0 million in Q2 2026, down 25.0% year-over-year from $4.0 million in Q2 2025, and up 400.0% quarter-over-quarter from -$1.0 million in Q1 2026.
Super Group (SGHC) (SGHC) Income from Non-Controlling Interests (2022 - 2026) Analysis & Trends
Super Group (SGHC) (SGHC) has reported Income from Non-Controlling Interests for 5 consecutive years, with $3.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests fell 25.0% year-over-year to $3.0 million in Q2 2026; TTM through Jun 2026 was $1.0 million, a 88.51% decrease from a year earlier, with the FY2025 full-year figure at $1.0 million, changed N/A from the prior year.
- Income from Non-Controlling Interests was $3.0 million for Q2 2026 at Super Group (SGHC), up from -$1.0 million in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at $5.6 million in Q4 2024 and troughed at -$1.0 million in Q1 2025.
- A 5-year average of $1.1 million and a median of $517350.8 in 2023 frame the typical range for Income from Non-Controlling Interests.
- The widest YoY moves for Income from Non-Controlling Interests: up 26631.49% in 2025, down 199143.22% in 2025.
- Over 5 years, Income from Non-Controlling Interests stood at $598885.2 in 2022, then soared by 570.12% to $4.0 million in 2023, then jumped by 39.18% to $5.6 million in 2024, then plunged by 117.9% to -$1.0 million in 2025, then jumped by 400.0% to $3.0 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at $3.0 million (Q2 2026), -$1.0 million (Q1 2026), and -$1.0 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 27.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 | -2.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 30.36 Mn |
| 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 | 42.51 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | 3.00 Mn |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 21.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 1.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.00 Mn |
| Mar 31, 2026 | -1.00 Mn |
| Sep 30, 2025 | -1.00 Mn |
| Jun 30, 2025 | 4.00 Mn |
| Mar 31, 2025 | -1.00 Mn |
| Dec 31, 2024 | 5.59 Mn |
| Sep 30, 2024 | 114,214.83 |
| Jun 30, 2024 | -15,076.43 |
| Mar 31, 2024 | -501.90 |
| Dec 31, 2023 | 4.01 Mn |
| Sep 30, 2023 | 816,442.86 |
| Jun 30, 2023 | 1.07 Mn |
| Mar 31, 2023 | 517,350.76 |
| Dec 31, 2022 | 598,885.20 |
| Sep 30, 2022 | 245,010.66 |
Super Group (SGHC) Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=SGHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=SGHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();