Super Group (SGHC) (SGHC) Other Non Operating Income (2020 - 2026)
Super Group (SGHC)'s (SGHC) quarterly Other Non Operating Income came in at $6.0 million in Q2 2026, down 85.71% year-over-year from $42.0 million in Q2 2025, and up 128.57% quarter-over-quarter from -$21.0 million in Q1 2026.
Super Group (SGHC) (SGHC) Other Non Operating Income (2020 - 2026) Analysis & Trends
Super Group (SGHC) (SGHC) has reported Other Non Operating Income for 7 consecutive years, with $6.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Non Operating Income fell 85.71% year-over-year to $6.0 million in Q2 2026; TTM through Jun 2026 was -$11.0 million, a 112.09% decrease from a year earlier, with the FY2025 full-year figure at $70.0 million, up 450.0% from the prior year.
- Other Non Operating Income was $6.0 million for Q2 2026 at Super Group (SGHC), up from -$21.0 million in the prior quarter.
- Over five years, Other Non Operating Income peaked at $68.3 million in Q2 2022 and troughed at -$33.0 million in Q1 2022.
- A 5-year average of $6.4 million and a median of $1.6 million in 2023 frame the typical range for Other Non Operating Income.
- Across the five-year window, Other Non Operating Income slumped 276.05% in 2024 and surged 2200.0% in 2025, its largest moves.
- Over 5 years, Other Non Operating Income stood at -$788651.2 in 2022, then soared by 938.62% to $6.6 million in 2023, then slumped by 69.76% to $2.0 million in 2024, then surged by 50.0% to $3.0 million in 2025, then soared by 100.0% to $6.0 million in 2026.
- The last three Other Non Operating Income figures came in at $6.0 million (Q2 2026), -$21.0 million (Q1 2026), and $3.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn |
| 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 |
| 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 |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.00 Mn |
| Mar 31, 2026 | -21.00 Mn |
| Dec 31, 2025 | 3.00 Mn |
| Sep 30, 2025 | 1.00 Mn |
| Jun 30, 2025 | 42.00 Mn |
| Mar 31, 2025 | 17.00 Mn |
| Dec 31, 2024 | 2.00 Mn |
| Sep 30, 2024 | 30.00 Mn |
| Jun 30, 2024 | -2.00 Mn |
| Mar 31, 2024 | -8.00 Mn |
| Dec 31, 2023 | 6.61 Mn |
| Sep 30, 2023 | 5.72 Mn |
| Jun 30, 2023 | 1.30 Mn |
| Mar 31, 2023 | -2.13 Mn |
| Dec 31, 2022 | -788,651.21 |
| Sep 30, 2022 | -877,198.67 |
| Jun 30, 2022 | 68.28 Mn |
| Mar 31, 2022 | -32.97 Mn |
| Dec 31, 2021 | -6.51 Mn |
| Sep 30, 2021 | -2.67 Mn |
Super Group (SGHC) Other Non Operating Income 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=other-non-operating-income&ticker=SGHC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=SGHC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();