Sound (SOGP) Income from Continuing Operations (2018 - 2025)
Sound's (SOGP) quarterly Income from Continuing Operations came in at $22.4 million in Q4 2025, up 496.77% year-over-year from $3.7 million in Q4 2024, and up 496.77% quarter-over-quarter from -$5.6 million in Q4 2024.
Sound (SOGP) Income from Continuing Operations (2018 - 2025) Analysis & Trends
Sound (SOGP) has reported Income from Continuing Operations for 8 consecutive years, with $22.4 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Income from Continuing Operations rose 496.77% year-over-year to $22.4 million in Q4 2025; TTM through Dec 2025 was -$18.9 million, a 52.27% increase from a year earlier, with the FY2025 full-year figure at $31.5 million, up 408.61% from the prior year.
- Income from Continuing Operations was $22.4 million for Q4 2025 at Sound, up from -$5.6 million in the prior quarter.
- Over five years, Income from Continuing Operations peaked at $22.4 million in Q4 2025 and troughed at -$27.0 million in Q4 2023.
- A 5-year average of -$1.2 million and a median of $1.6 million in 2021 frame the typical range for Income from Continuing Operations.
- Across the five-year window, Income from Continuing Operations sank 689.32% in 2023 and jumped 496.77% in 2025, its largest moves.
- Over 5 years, Income from Continuing Operations stood at $1.5 million in 2021, then jumped by 202.11% to $4.6 million in 2022, then slumped by 689.32% to -$27.0 million in 2023, then jumped by 79.14% to -$5.6 million in 2024, then jumped by 496.77% to $22.4 million in 2025.
- The last three Income from Continuing Operations figures came in at $22.4 million (Q4 2025), -$5.6 million (Q4 2024), and -$27.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (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 | 59.32 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.99 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | -80.93 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | 1.46 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 17.74 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 22.35 Mn |
| Dec 31, 2024 | -5.63 Mn |
| Dec 31, 2023 | -27.01 Mn |
| Sep 30, 2023 | -8.56 Mn |
| Jun 30, 2023 | 1.71 Mn |
| Mar 31, 2023 | 7.08 Mn |
| Dec 31, 2022 | 4.58 Mn |
| Sep 30, 2022 | 2.79 Mn |
| Jun 30, 2022 | 2.88 Mn |
| Mar 31, 2022 | 2.60 Mn |
| Dec 31, 2021 | 1.52 Mn |
| Sep 30, 2021 | -5.73 Mn |
| Jun 30, 2021 | -4.49 Mn |
| Mar 31, 2021 | -10.80 Mn |
| Dec 31, 2020 | -591,000.00 |
| Sep 30, 2020 | -877,565.57 |
| Jun 30, 2020 | -3.11 Mn |
| Dec 31, 2019 | -51,551.72 |
| Sep 30, 2019 | -6.92 Mn |
| Jun 30, 2019 | -6.48 Mn |
Sound Income from Continuing Operations 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=income-from-continuing-operations&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-operations", "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=income-from-continuing-operations&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();