Sound (SOGP) Tax Provisions (2019 - 2025)
Sound's (SOGP) quarterly Tax Provisions came in at -$232000.0 in Q4 2025, up 17.26% year-over-year from -$197858.9 in Q4 2024, and up 17.26% quarter-over-quarter from -$280380.5 in Q4 2024.
Sound (SOGP) Tax Provisions (2019 - 2025) Analysis & Trends
Sound (SOGP) has reported Tax Provisions for 7 consecutive years, with -$232000.0 the latest figure, recorded in Q4 2025.
- On a quarterly basis, Tax Provisions rose 17.26% year-over-year to -$232000.0 in Q4 2025; TTM through Dec 2025 was -$513352.7, a 51.27% decrease from a year earlier, with the FY2025 full-year figure at -$398000.0, up 10.96% from the prior year.
- Tax Provisions was -$232000.0 for Q4 2025 at Sound, up from -$280380.5 in the prior quarter.
- Over five years, Tax Provisions peaked at $4027.7 in Q4 2023 and troughed at -$280380.5 in Q4 2024.
- A 5-year average of -$66735.3 and a median of -$12000.0 in 2022 frame the typical range for Tax Provisions.
- Across the five-year window, Tax Provisions jumped 126.85% in 2023 and sank 7061.24% in 2024, its largest moves.
- Over 5 years, Tax Provisions stood at -$59000.0 in 2021, then jumped by 74.58% to -$15000.0 in 2022, then surged by 126.85% to $4027.7 in 2023, then slumped by 7061.24% to -$280380.5 in 2024, then advanced by 17.26% to -$232000.0 in 2025.
- The last three Tax Provisions figures came in at -$232000.0 (Q4 2025), -$280380.5 (Q4 2024), and $4027.7 (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 2.91 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 3.99 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | -4.76 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | -2.49 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 44.10 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 2.50 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 184,149.00 |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | -9.85 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 5.15 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -232,000.00 |
| Dec 31, 2024 | -280,380.46 |
| Dec 31, 2023 | 4,027.73 |
| Sep 30, 2023 | -5,000.00 |
| Jun 30, 2023 | -58,000.00 |
| Mar 31, 2023 | -6,000.00 |
| Dec 31, 2022 | -15,000.00 |
| Jun 30, 2022 | -9,000.00 |
| Mar 31, 2022 | -7,000.00 |
| Dec 31, 2021 | -59,000.00 |
| Dec 31, 2020 | -153,000.00 |
| Mar 31, 2020 | -6.81 Mn |
| Dec 31, 2019 | -4.11 Mn |
| Mar 31, 2019 | -1.68 Mn |
Sound Tax Provisions 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-provisions&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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-provisions&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();