Sound (SOGP) Minority Interest (2018 - 2026)
Sound's (SOGP) quarterly Minority Interest came in at -$4.4 million in Q2 2026, down 30.81% year-over-year from -$6.3 million in Q2 2025, and down 15.77% quarter-over-quarter from -$3.8 million in Q4 2025.
Sound (SOGP) Minority Interest (2018 - 2026) Analysis & Trends
Sound (SOGP) has reported Minority Interest for 7 consecutive years, with -$4.4 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Minority Interest fell 30.81% year-over-year to -$4.4 million in Q2 2026; TTM through Jun 2026 was -$4.4 million, a 30.81% decrease from a year earlier, with the FY2025 full-year figure at -$3.8 million, down 33.11% from the prior year.
- Minority Interest was -$4.4 million for Q2 2026 at Sound, down from -$3.8 million in the prior quarter.
- Over five years, Minority Interest peaked at $886000.0 in Q3 2023 and troughed at -$4.4 million in Q2 2026.
- A 5-year average of -$1.4 million and a median of -$604000.0 in 2023 frame the typical range for Minority Interest.
- The widest YoY moves for Minority Interest: up 88700.0% in 2023, down 132664.35% in 2023.
- Over 5 years, Minority Interest stood at -$1827.9 in 2022, then plunged by 71795.96% to -$1.3 million in 2023, then tumbled by 122.3% to -$2.9 million in 2024, then retreated by 29.18% to -$3.8 million in 2025, then slipped by 15.77% to -$4.4 million in 2026.
- The last three Minority Interest figures came in at -$4.4 million (Q2 2026), -$3.8 million (Q4 2025), and -$3.3 million (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -4.37 Mn |
| Dec 31, 2025 | -3.77 Mn |
| Jun 30, 2025 | -3.34 Mn |
| Dec 31, 2024 | -2.92 Mn |
| Jun 30, 2024 | -2.06 Mn |
| Dec 31, 2023 | -1.31 Mn |
| Sep 30, 2023 | 886,000.00 |
| Jun 30, 2023 | -604,000.00 |
| Mar 31, 2023 | -374,000.00 |
| Dec 31, 2022 | -1,827.85 |
| Sep 30, 2022 | -1,000.00 |
| Jun 30, 2022 | -454.94 |
| Mar 31, 2022 | -2,000.00 |
| Dec 31, 2019 | 276.24 Mn |
| Dec 31, 2018 | 145.61 Mn |
Sound Minority Interest 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=minority-interest&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "ticker": "SOGP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=minority-interest&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();