Sound (SOGP) Tax Rate (2019 - 2025)
Sound's (SOGP) quarterly Tax Rate came in at 1.05% in Q4 2025, down 579.0% year-over-year from 0.22% in Q4 2024, and down 122.12% quarter-over-quarter from 4.74% in Q4 2024.
Sound (SOGP) Tax Rate (2019 - 2025) Analysis & Trends
Sound (SOGP) has reported Tax Rate for 7 consecutive years, with 1.05% the latest figure, recorded in Q4 2025.
- On a quarterly basis, Tax Rate fell 579.0% year-over-year to 1.05% in Q4 2025; TTM through Dec 2025 was 2.66%, a 181.0% increase from a year earlier, with the FY2025 full-year figure at 1.25%, down 544.0% from the prior year.
- Tax Rate was 1.05% for Q4 2025 at Sound, down from 4.74% in the prior quarter.
- Over five years, Tax Rate peaked at 4.74% in Q4 2024 and troughed at 4.05% in Q4 2021.
- A 5-year average of 0.48% and a median of 0.29% in 2022 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate plunged 2461 bps in 2021 and surged 476 bps in 2024, its largest moves.
- Over 5 years, Tax Rate stood at 4.05% in 2021, then surged by 92 bps to 0.33% in 2022, then soared by 95 bps to 0.01% in 2023, then surged by 31885 bps to 4.74% in 2024, then sank by 122 bps to 1.05% in 2025.
- The last three Tax Rate figures came in at 1.05% (Q4 2025), 4.74% (Q4 2024), and 0.01% (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 15.50% |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 1.55% | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | -8.73% |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | 5.07% | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 20.55% |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | -1.55% |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | -0.23% |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | -24.19% |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 22.49% |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.05% |
| Dec 31, 2024 | 4.74% |
| Dec 31, 2023 | -0.01% |
| Sep 30, 2023 | 0.06% |
| Jun 30, 2023 | -3.51% |
| Mar 31, 2023 | -0.09% |
| Dec 31, 2022 | -0.33% |
| Jun 30, 2022 | -0.32% |
| Mar 31, 2022 | -0.27% |
| Dec 31, 2021 | -4.05% |
| Dec 31, 2020 | 20.56% |
| Mar 31, 2020 | 100.00% |
| Dec 31, 2019 | 98.76% |
| Mar 31, 2019 | 100.00% |
Sound Tax Rate 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=tax-rate&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();