Sound (SOGP) Selling, General & Administrative (2018 - 2025)
Analysis
Sound (SOGP) Selling, General & Administrative (2018 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | SG&A (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 5.61 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 75.71 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | -75.02 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | 137.88 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 106.47 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 261.34 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 16.33 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | -55.63 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 49.87 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -6.60 Mn |
| Dec 31, 2024 | -8.64 Mn |
| Dec 31, 2023 | -20.42 Mn |
| Sep 30, 2023 | -3.44 Mn |
| Jun 30, 2023 | -3.30 Mn |
| Mar 31, 2023 | -3.34 Mn |
| Dec 31, 2022 | -3.87 Mn |
| Sep 30, 2022 | -3.81 Mn |
| Jun 30, 2022 | -4.56 Mn |
| Mar 31, 2022 | -3.53 Mn |
| Dec 31, 2021 | -5.05 Mn |
| Sep 30, 2021 | -4.62 Mn |
| Jun 30, 2021 | -3.57 Mn |
| Mar 31, 2021 | -2.99 Mn |
| Dec 31, 2020 | -3.11 Mn |
| Sep 30, 2020 | -2.56 Mn |
| Jun 30, 2020 | -3.51 Mn |
| Mar 31, 2020 | -3.73 Mn |
| Dec 31, 2019 | -2.16 Mn |
| Sep 30, 2019 | -1.97 Mn |
API Access
Sound Selling, General & Administrative 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=selling-general-and-administrative&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "selling-general-and-administrative", "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=selling-general-and-administrative&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();