Joyy (JOYY) Income from Continuing Operations (2011 - 2026)
Joyy (JOYY) posted Income from Continuing Operations of $1.5 million for Q2 2026, up 118.36% on a QoQ basis from -$8.0 million in Q1 2026, and down 91.71% year-over-year from $17.6 million in Q2 2025.
Joyy (JOYY) Income from Continuing Operations (2011 - 2026) Analysis & Trends
Joyy has reported Income from Continuing Operations for 16 years, with the latest figure at $1.5 million in Q2 2026.
- On a quarterly basis, Income from Continuing Operations fell 91.71% year-over-year to $1.5 million in Q2 2026; TTM through Jun 2026 was -$12.5 million, a 150.86% decrease from a year earlier, with the FY2025 full-year figure at $12.3 million, up 85.65% from the prior year.
- Income from Continuing Operations was $1.5 million for Q2 2026 at Joyy, up from -$8.0 million in the prior quarter.
- The five-year high for Income from Continuing Operations was $430.6 million in Q3 2022, with the low at -$20.1 million in Q1 2022.
- Average Income from Continuing Operations over 5 years is $25.0 million, with a median of $1.3 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2026: Income from Continuing Operations jumped 3531.52% in 2022, then plunged 1228.79% in 2026.
- Over 5 years, Income from Continuing Operations stood at $12.5 million in 2022, then sank by 50.02% to $6.3 million in 2023, then slumped by 148.08% to -$3.0 million in 2024, then sank by 236.1% to -$10.1 million in 2025, then jumped by 114.44% to $1.5 million in 2026.
- The last three Income from Continuing Operations figures came in at $1.5 million (Q2 2026), -$8.0 million (Q1 2026), and -$10.1 million (Q4 2025), 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 |
|---|---|
| Jun 30, 2026 | 1.46 Mn |
| Mar 31, 2026 | -7.96 Mn |
| Dec 31, 2025 | -10.12 Mn |
| Sep 30, 2025 | 4.10 Mn |
| Jun 30, 2025 | 17.63 Mn |
| Mar 31, 2025 | 705,000.00 |
| Dec 31, 2024 | -3.01 Mn |
| Sep 30, 2024 | 9.28 Mn |
| Jun 30, 2024 | -619,000.00 |
| Mar 31, 2024 | 985,000.00 |
| Dec 31, 2023 | 6.26 Mn |
| Sep 30, 2023 | 7.11 Mn |
| Jun 30, 2023 | -2.24 Mn |
| Mar 31, 2023 | 1.29 Mn |
| Dec 31, 2022 | 12.53 Mn |
| Sep 30, 2022 | 430.62 Mn |
| Jun 30, 2022 | 1.28 Mn |
| Mar 31, 2022 | -20.13 Mn |
| Dec 31, 2021 | 13.11 Mn |
| Sep 30, 2021 | -12.55 Mn |
Joyy 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=JOYY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-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=income-from-continuing-operations&ticker=JOYY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();