Sound (SOGP) Enterprise Value (2020 - 2026)
Sound's (SOGP) quarterly Enterprise Value came in at $4.6 billion in Q2 2026, up 101.57% year-over-year from $2.3 billion in Q2 2025, and down 3.73% quarter-over-quarter from $4.8 billion in Q4 2025.
Sound (SOGP) Enterprise Value (2020 - 2026) Analysis & Trends
Sound (SOGP) has reported Enterprise Value for 7 consecutive years, with $4.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Enterprise Value rose 101.57% year-over-year to $4.6 billion in Q2 2026; TTM through Jun 2026 was $4.6 billion, a 101.57% increase from a year earlier, with the FY2025 full-year figure at $4.8 billion, up 372.59% from the prior year.
- Enterprise Value was $4.6 billion for Q2 2026 at Sound, down from $4.8 billion in the prior quarter.
- Over five years, Enterprise Value peaked at $7.8 billion in Q1 2022 and troughed at $953.3 million in Q2 2024.
- A 5-year average of $3.5 billion and a median of $3.2 billion in 2022 frame the typical range for Enterprise Value.
- Across the five-year window, Enterprise Value tumbled 82.9% in 2022 and surged 372.98% in 2025, its largest moves.
- Over 5 years, Enterprise Value stood at $3.2 billion in 2022, then tumbled by 60.36% to $1.3 billion in 2023, then fell by 21.43% to $1.0 billion in 2024, then soared by 372.98% to $4.8 billion in 2025, then fell by 3.73% to $4.6 billion in 2026.
- The last three Enterprise Value figures came in at $4.6 billion (Q2 2026), $4.8 billion (Q4 2025), and $2.3 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.58 Bn |
| Dec 31, 2025 | 4.75 Bn |
| Jun 30, 2025 | 2.27 Bn |
| Dec 31, 2024 | 1.01 Bn |
| Jun 30, 2024 | 953.30 Mn |
| Dec 31, 2023 | 1.28 Bn |
| Sep 30, 2023 | 1.94 Bn |
| Jun 30, 2023 | 4.68 Bn |
| Mar 31, 2023 | 3.87 Bn |
| Dec 31, 2022 | 3.23 Bn |
| Sep 30, 2022 | 2.96 Bn |
| Jun 30, 2022 | 5.89 Bn |
| Mar 31, 2022 | 7.75 Bn |
| Dec 31, 2021 | 9.45 Bn |
| Sep 30, 2021 | 14.84 Bn |
| Jun 30, 2021 | 34.43 Bn |
| Mar 31, 2021 | 43.02 Bn |
| Dec 31, 2020 | 18.22 Bn |
| Sep 30, 2020 | 10.41 Bn |
| Jun 30, 2020 | 24.72 Bn |
Sound Enterprise Value 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=enterprise-value&ticker=SOGP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "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=enterprise-value&ticker=SOGP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();