Sound (SOGP) Other Non Operating Income (2018 - 2025)
Sound's (SOGP) quarterly Other Non Operating Income came in at -$228000.0 in Q4 2025, up 32.74% year-over-year from -$171762.5 in Q4 2024, and up 32.74% quarter-over-quarter from -$338990.3 in Q4 2024.
Sound (SOGP) Other Non Operating Income (2018 - 2025) Analysis & Trends
Sound (SOGP) has reported Other Non Operating Income for 8 consecutive years, with -$228000.0 the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Non Operating Income rose 32.74% year-over-year to -$228000.0 in Q4 2025; TTM through Dec 2025 was -$727794.5, a 32.62% decrease from a year earlier, with the FY2025 full-year figure at $433000.0, down 73.11% from the prior year.
- Other Non Operating Income was -$228000.0 for Q4 2025 at Sound, up from -$338990.3 in the prior quarter.
- Over five years, Other Non Operating Income peaked at $491000.0 in Q4 2022 and troughed at -$338990.3 in Q4 2024.
- A 5-year average of $21943.2 and a median of -$46500.0 in 2021 frame the typical range for Other Non Operating Income.
- The widest YoY moves for Other Non Operating Income: up 41300.0% in 2021, down 760.0% in 2021.
- Over 5 years, Other Non Operating Income stood at -$49000.0 in 2021, then jumped by 1102.04% to $491000.0 in 2022, then tumbled by 124.81% to -$121804.2 in 2023, then plunged by 178.31% to -$338990.3 in 2024, then soared by 32.74% to -$228000.0 in 2025.
- The last three Other Non Operating Income figures came in at -$228000.0 (Q4 2025), -$338990.3 (Q4 2024), and -$121804.2 (Q4 2023), 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 |
|---|---|
| Dec 31, 2025 | -228,000.00 |
| Dec 31, 2024 | -338,990.28 |
| Dec 31, 2023 | -121,804.24 |
| Sep 30, 2023 | -39,000.00 |
| Jun 30, 2023 | -49,000.00 |
| Mar 31, 2023 | 464,000.00 |
| Dec 31, 2022 | 491,000.00 |
| Sep 30, 2022 | -44,000.00 |
| Jun 30, 2022 | -63,000.00 |
| Mar 31, 2022 | -61,000.00 |
| Dec 31, 2021 | -49,000.00 |
| Sep 30, 2021 | -43,000.00 |
| Jun 30, 2021 | 412,000.00 |
| Mar 31, 2021 | -23,000.00 |
| Dec 31, 2020 | -24,000.00 |
| Sep 30, 2020 | -5,000.00 |
| Jun 30, 2020 | -1,000.00 |
| Mar 31, 2020 | 928,000.00 |
| Dec 31, 2019 | -140,000.00 |
| Sep 30, 2019 | 171,487.68 |
Sound 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=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-operating-income", "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=other-non-operating-income&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();