Joyy (JOYY) Tax Provisions (2011 - 2026)
Joyy (JOYY) posted Tax Provisions of -$9.8 million for Q2 2026, down 103.74% on a QoQ basis from -$4.8 million in Q1 2026, and down 62.36% year-over-year from -$26.2 million in Q2 2025.
Joyy (JOYY) Tax Provisions (2011 - 2026) Analysis & Trends
Joyy has reported Tax Provisions for 16 years, with the latest figure at -$9.8 million in Q2 2026.
- On a quarterly basis, Tax Provisions fell 62.36% year-over-year to -$9.8 million in Q2 2026; TTM through Jun 2026 was -$19.8 million, a 12.72% decrease from a year earlier, with the FY2025 full-year figure at -$16.4 million, down 21.83% from the prior year.
- Tax Provisions was -$9.8 million for Q2 2026 at Joyy, down from -$4.8 million in the prior quarter.
- The five-year high for Tax Provisions was $2.0 million in Q1 2022, with the low at -$22.9 million in Q2 2022.
- Average Tax Provisions over 5 years is -$5.4 million, with a median of -$4.7 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2025: Tax Provisions surged 112.85% in 2022, then plunged 3236.59% in 2025.
- Over 5 years, Tax Provisions stood at -$4.6 million in 2022, then jumped by 49.18% to -$2.3 million in 2023, then jumped by 98.23% to -$41000.0 in 2024, then slumped by 3236.59% to -$1.4 million in 2025, then tumbled by 619.96% to -$9.8 million in 2026.
- The last three Tax Provisions figures came in at -$9.8 million (Q2 2026), -$4.8 million (Q1 2026), and -$1.4 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 2.91 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 3.99 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | -4.76 Mn |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | -2.49 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 44.10 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 2.50 Mn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 184,149.00 |
| 8 | Sound | 4.74 Bn | 4.63 Bn | - | - |
| 9 | Joyy | 4.18 Bn | 3.87 Bn | 201.60 Mn | -9.85 Mn |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | 5.15 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -9.85 Mn |
| Mar 31, 2026 | -4.83 Mn |
| Dec 31, 2025 | -1.37 Mn |
| Sep 30, 2025 | -3.78 Mn |
| Jun 30, 2025 | -6.07 Mn |
| Mar 31, 2025 | -5.21 Mn |
| Dec 31, 2024 | -41,000.00 |
| Sep 30, 2024 | -6.28 Mn |
| Jun 30, 2024 | -2.63 Mn |
| Mar 31, 2024 | -4.54 Mn |
| Dec 31, 2023 | -2.32 Mn |
| Sep 30, 2023 | -3.00 Mn |
| Jun 30, 2023 | -5.38 Mn |
| Mar 31, 2023 | -8.16 Mn |
| Dec 31, 2022 | -4.56 Mn |
| Sep 30, 2022 | -7.88 Mn |
| Jun 30, 2022 | -22.94 Mn |
| Mar 31, 2022 | 2.02 Mn |
| Dec 31, 2021 | -3.08 Mn |
| Sep 30, 2021 | -4.22 Mn |
Joyy Tax Provisions 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=tax-provisions&ticker=JOYY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=JOYY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();