Joyy (JOYY) Enterprise Value (2012 - 2026)
Joyy (JOYY) posted Enterprise Value of $3.2 billion for Q2 2026, up 13.32% on a QoQ basis from $2.8 billion in Q1 2026, and up 23.6% year-over-year from $2.6 billion in Q2 2025.
Joyy (JOYY) Enterprise Value (2012 - 2026) Analysis & Trends
Joyy has reported Enterprise Value for 15 years, with the latest figure at $3.2 billion in Q2 2026.
- On a quarterly basis, Enterprise Value rose 23.6% year-over-year to $3.2 billion in Q2 2026; TTM through Jun 2026 was $3.2 billion, a 23.6% increase from a year earlier, with the FY2025 full-year figure at $3.4 billion, up 72.88% from the prior year.
- Enterprise Value was $3.2 billion for Q2 2026 at Joyy, up from $2.8 billion in the prior quarter.
- The five-year high for Enterprise Value was $3.4 billion in Q4 2025, with the low at $846.3 million in Q3 2022.
- Average Enterprise Value over 5 years is $1.8 billion, with a median of $1.5 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Enterprise Value tumbled 67.69% in 2022, then jumped 98.68% in 2024.
- Over 5 years, Enterprise Value stood at $1.1 billion in 2022, then retreated by 9.58% to $997.1 million in 2023, then jumped by 98.68% to $2.0 billion in 2024, then surged by 72.88% to $3.4 billion in 2025, then slipped by 7.89% to $3.2 billion in 2026.
- The last three Enterprise Value figures came in at $3.2 billion (Q2 2026), $2.8 billion (Q1 2026), and $3.4 billion (Q4 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 | 3.15 Bn |
| Mar 31, 2026 | 2.78 Bn |
| Dec 31, 2025 | 3.42 Bn |
| Sep 30, 2025 | 3.02 Bn |
| Jun 30, 2025 | 2.55 Bn |
| Mar 31, 2025 | 1.59 Bn |
| Dec 31, 2024 | 1.98 Bn |
| Sep 30, 2024 | 1.88 Bn |
| Jun 30, 2024 | 1.33 Bn |
| Mar 31, 2024 | 1.25 Bn |
| Dec 31, 2023 | 997.09 Mn |
| Sep 30, 2023 | 1.50 Bn |
| Jun 30, 2023 | 1.48 Bn |
| Mar 31, 2023 | 873.95 Mn |
| Dec 31, 2022 | 1.10 Bn |
| Sep 30, 2022 | 846.29 Mn |
| Jun 30, 2022 | 969.26 Mn |
| Mar 31, 2022 | 1.49 Bn |
| Dec 31, 2021 | 3.07 Bn |
| Sep 30, 2021 | 1.57 Bn |
Joyy 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=JOYY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "enterprise-value", "ticker": "JOYY", "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=JOYY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();