Sound (SOGP) Profit After Tax (2018 - 2025)
Sound's (SOGP) quarterly Profit After Tax came in at $21.9 million in Q4 2025, up 453.36% year-over-year from $4.0 million in Q4 2024, and up 453.36% quarter-over-quarter from -$6.2 million in Q4 2024.
Sound (SOGP) Profit After Tax (2018 - 2025) Analysis & Trends
Sound (SOGP) has reported Profit After Tax for 8 consecutive years, with $21.9 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Profit After Tax rose 453.36% year-over-year to $21.9 million in Q4 2025; TTM through Dec 2025 was -$19.8 million, a 50.61% increase from a year earlier, with the FY2025 full-year figure at $31.6 million, up 384.41% from the prior year.
- Profit After Tax was $21.9 million for Q4 2025 at Sound, up from -$6.2 million in the prior quarter.
- Over five years, Profit After Tax peaked at $21.9 million in Q4 2025 and troughed at -$27.0 million in Q4 2023.
- A 5-year average of -$1.3 million and a median of $1.5 million in 2021 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax tumbled 693.02% in 2023 and soared 453.36% in 2025, its largest moves.
- Over 5 years, Profit After Tax stood at $1.4 million in 2021, then surged by 225.45% to $4.6 million in 2022, then plunged by 693.02% to -$27.0 million in 2023, then soared by 77.06% to -$6.2 million in 2024, then jumped by 453.36% to $21.9 million in 2025.
- The last three Profit After Tax figures came in at $21.9 million (Q4 2025), -$6.2 million (Q4 2024), and -$27.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 15.85 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 252.85 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | 49.80 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | -46.67 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 170.55 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | -163.96 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | -80.94 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | 48.75 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 17.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 21.89 Mn |
| Dec 31, 2024 | -6.19 Mn |
| Dec 31, 2023 | -27.00 Mn |
| Sep 30, 2023 | -8.50 Mn |
| Jun 30, 2023 | 1.60 Mn |
| Mar 31, 2023 | 7.04 Mn |
| Dec 31, 2022 | 4.55 Mn |
| Sep 30, 2022 | 2.79 Mn |
| Jun 30, 2022 | 2.82 Mn |
| Mar 31, 2022 | 2.59 Mn |
| Dec 31, 2021 | 1.40 Mn |
| Sep 30, 2021 | -5.76 Mn |
| Jun 30, 2021 | -4.50 Mn |
| Mar 31, 2021 | -10.69 Mn |
| Dec 31, 2020 | -897,000.00 |
| Sep 30, 2020 | -895,000.00 |
| Jun 30, 2020 | -3.12 Mn |
| Mar 31, 2020 | -6.81 Mn |
| Dec 31, 2019 | -4.16 Mn |
| Sep 30, 2019 | -6.92 Mn |
Sound Profit After Tax 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=profit-after-tax&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();