Joyy (JOYY) Liabilities from Discontinued Operations (2019 - 2024)
Joyy (JOYY) posted Liabilities from Discontinued Operations of $212.3 million for Q4 2024, little changed on a QoQ basis from $212.3 million in Q4 2023, and little changed year-over-year from $212.3 million in Q1 2024.
Joyy (JOYY) Liabilities from Discontinued Operations (2019 - 2024) Analysis & Trends
Joyy has reported Liabilities from Discontinued Operations for 5 years, with the latest figure at $212.3 million in Q4 2024.
- On a quarterly basis, Liabilities from Discontinued Operations changed 0.0% year-over-year to $212.3 million in Q4 2024; TTM through Dec 2024 was $212.3 million, a 0.0% change from a year earlier, with the FY2024 full-year figure at $212.3 million, changed 0.0% from the prior year.
- Liabilities from Discontinued Operations was $212.3 million for Q4 2024 at Joyy, roughly flat from $212.3 million in the prior quarter.
- The five-year high for Liabilities from Discontinued Operations was $212.3 million in Q4 2022, with the low at $4.3 million in Q4 2020.
- Average Liabilities from Discontinued Operations over 4 years is $160.3 million, with a median of $212.3 million recorded in 2022.
- The sharpest annual moves came in 2020 and 2023: Liabilities from Discontinued Operations tumbled 86.56% in 2020, then changed 0.0% in 2023.
- Over 4 years, Liabilities from Discontinued Operations stood at $4.3 million in 2020, then jumped by 4785.08% to $212.3 million in 2022, then changed by 0.0% to $212.3 million in 2023, then changed by 0.0% to $212.3 million in 2024.
- The last three Liabilities from Discontinued Operations figures came in at $212.3 million (Q4 2024), $212.3 million (Q4 2023), and $212.3 million (Q4 2022), 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 |
|---|---|
| Dec 31, 2024 | 212.34 Mn |
| Dec 31, 2023 | 212.34 Mn |
| Dec 31, 2022 | 212.34 Mn |
| Dec 31, 2020 | 4.35 Mn |
| Dec 31, 2019 | 32.34 Mn |
Joyy Liabilities from Discontinued 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=liabilities-from-discontinued-operations&ticker=JOYY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=JOYY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();