Sound (SOGP) Operating Expenses (2018 - 2025)
Sound's (SOGP) quarterly Operating Expenses came in at -$51.4 million in Q4 2025, down 3.67% year-over-year from -$53.3 million in Q4 2024, and down 3.67% quarter-over-quarter from -$49.6 million in Q4 2024.
Sound (SOGP) Operating Expenses (2018 - 2025) Analysis & Trends
Sound (SOGP) has reported Operating Expenses for 8 consecutive years, with -$51.4 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Operating Expenses fell 3.67% year-over-year to -$51.4 million in Q4 2025; TTM through Dec 2025 was -$181.3 million, a 18.57% decrease from a year earlier, with the FY2025 full-year figure at -$98.4 million, down 11.09% from the prior year.
- Operating Expenses was -$51.4 million for Q4 2025 at Sound, down from -$49.6 million in the prior quarter.
- Over five years, Operating Expenses peaked at -$22.4 million in Q1 2023 and troughed at -$57.3 million in Q4 2023.
- A 5-year average of -$31.4 million and a median of -$26.3 million in 2021 frame the typical range for Operating Expenses.
- Across the five-year window, Operating Expenses gained 19.59% in 2022 and tumbled 150.09% in 2023, its largest moves.
- Over 5 years, Operating Expenses stood at -$27.7 million in 2021, then increased by 17.29% to -$22.9 million in 2022, then plunged by 150.09% to -$57.3 million in 2023, then advanced by 13.54% to -$49.6 million in 2024, then dropped by 3.67% to -$51.4 million in 2025.
- The last three Operating Expenses figures came in at -$51.4 million (Q4 2025), -$49.6 million (Q4 2024), and -$57.3 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Opex (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 42.03 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 573.19 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | -379.21 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | 1.23 Bn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 607.66 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 1.77 Bn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 111.15 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | -188.24 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 105.64 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -51.37 Mn |
| Dec 31, 2024 | -49.55 Mn |
| Dec 31, 2023 | -57.32 Mn |
| Sep 30, 2023 | -23.02 Mn |
| Jun 30, 2023 | -22.98 Mn |
| Mar 31, 2023 | -22.38 Mn |
| Dec 31, 2022 | -22.92 Mn |
| Sep 30, 2022 | -24.82 Mn |
| Jun 30, 2022 | -24.12 Mn |
| Mar 31, 2022 | -24.21 Mn |
| Dec 31, 2021 | -27.71 Mn |
| Sep 30, 2021 | -29.70 Mn |
| Jun 30, 2021 | -29.48 Mn |
| Mar 31, 2021 | -30.11 Mn |
| Dec 31, 2020 | -19.22 Mn |
| Sep 30, 2020 | -14.75 Mn |
| Jun 30, 2020 | -15.68 Mn |
| Mar 31, 2020 | -17.03 Mn |
| Dec 31, 2019 | -13.81 Mn |
| Sep 30, 2019 | -16.51 Mn |
Sound 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=operating-expenses&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=operating-expenses&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();