Sound (SOGP) EBT (2018 - 2025)
Sound's (SOGP) quarterly EBT came in at $22.1 million in Q4 2025, up 474.03% year-over-year from $3.9 million in Q4 2024, and up 474.03% quarter-over-quarter from -$5.9 million in Q4 2024.
Sound (SOGP) EBT (2018 - 2025) Analysis & Trends
Sound (SOGP) has reported EBT for 8 consecutive years, with $22.1 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, EBT rose 474.03% year-over-year to $22.1 million in Q4 2025; TTM through Dec 2025 was -$19.3 million, a 51.48% increase from a year earlier, with the FY2025 full-year figure at $32.0 million, up 400.08% from the prior year.
- EBT was $22.1 million for Q4 2025 at Sound, up from -$5.9 million in the prior quarter.
- Over five years, EBT peaked at $22.1 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 EBT.
- Across the five-year window, EBT plunged 691.17% in 2023 and surged 474.03% in 2025, its largest moves.
- Over 5 years, EBT stood at $1.5 million in 2021, then jumped by 213.31% to $4.6 million in 2022, then plunged by 691.17% to -$27.0 million in 2023, then jumped by 78.1% to -$5.9 million in 2024, then surged by 474.03% to $22.1 million in 2025.
- The last three EBT figures came in at $22.1 million (Q4 2025), -$5.9 million (Q4 2024), and -$27.0 million (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 18.76 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 256.84 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | 54.56 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | -49.16 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 214.65 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | -161.49 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | -80.75 Mn |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | 40.71 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 22.89 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 22.12 Mn |
| Dec 31, 2024 | -5.91 Mn |
| Dec 31, 2023 | -27.00 Mn |
| Sep 30, 2023 | -8.49 Mn |
| Jun 30, 2023 | 1.65 Mn |
| Mar 31, 2023 | 7.04 Mn |
| Dec 31, 2022 | 4.57 Mn |
| Sep 30, 2022 | 2.79 Mn |
| Jun 30, 2022 | 2.83 Mn |
| Mar 31, 2022 | 2.60 Mn |
| Dec 31, 2021 | 1.46 Mn |
| Sep 30, 2021 | -5.76 Mn |
| Jun 30, 2021 | -4.50 Mn |
| Mar 31, 2021 | -10.69 Mn |
| Dec 31, 2020 | -744,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 EBT 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=ebt&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt", "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=ebt&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();