Sound (SOGP) Other Operating Expenses (2018 - 2025)
Sound's (SOGP) quarterly Other Operating Expenses came in at -$27.8 million in Q4 2025, down 8.42% year-over-year from -$30.3 million in Q4 2024, and down 8.42% quarter-over-quarter from -$25.6 million in Q4 2024.
Sound (SOGP) Other Operating Expenses (2018 - 2025) Analysis & Trends
Sound (SOGP) has reported Other Operating Expenses for 8 consecutive years, with -$27.8 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Operating Expenses fell 8.42% year-over-year to -$27.8 million in Q4 2025; TTM through Dec 2025 was -$77.0 million, a 31.54% decrease from a year earlier, with the FY2025 full-year figure at -$48.4 million, down 403283.81% from the prior year.
- Other Operating Expenses was -$27.8 million for Q4 2025 at Sound, down from -$25.6 million in the prior quarter.
- Over five years, Other Operating Expenses peaked at -$8.2 million in Q3 2023 and troughed at -$27.8 million in Q4 2025.
- A 5-year average of -$13.8 million and a median of -$10.6 million in 2021 frame the typical range for Other Operating Expenses.
- Across the five-year window, Other Operating Expenses slumped 273.97% in 2021 and jumped 49.26% in 2022, its largest moves.
- Over 5 years, Other Operating Expenses stood at -$11.1 million in 2021, then gained by 11.74% to -$9.8 million in 2022, then tumbled by 57.48% to -$15.5 million in 2023, then plunged by 65.83% to -$25.6 million in 2024, then slipped by 8.42% to -$27.8 million in 2025.
- The last three Other Operating Expenses figures came in at -$27.8 million (Q4 2025), -$25.6 million (Q4 2024), and -$15.5 million (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 | -27.79 Mn |
| Dec 31, 2024 | -25.63 Mn |
| Dec 31, 2023 | -15.45 Mn |
| Sep 30, 2023 | -8.17 Mn |
| Jun 30, 2023 | -9.31 Mn |
| Mar 31, 2023 | -8.60 Mn |
| Dec 31, 2022 | -9.81 Mn |
| Sep 30, 2022 | -10.00 Mn |
| Jun 30, 2022 | -9.21 Mn |
| Mar 31, 2022 | -9.46 Mn |
| Dec 31, 2021 | -11.12 Mn |
| Sep 30, 2021 | -13.64 Mn |
| Jun 30, 2021 | -16.45 Mn |
| Mar 31, 2021 | -18.63 Mn |
| Dec 31, 2020 | -7.46 Mn |
| Sep 30, 2020 | -3.92 Mn |
| Jun 30, 2020 | -4.40 Mn |
| Mar 31, 2020 | -5.05 Mn |
| Dec 31, 2019 | -4.14 Mn |
| Sep 30, 2019 | -8.32 Mn |
Sound Other Operating 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=other-operating-expenses&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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-operating-expenses&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();