Joyy (JOYY) Preferred Dividend Payments (2011 - 2026)
Joyy (JOYY) posted Preferred Dividend Payments of -$346000.0 for Q2 2026, little changed on a QoQ basis from -$346000.0 in Q1 2026, and little changed year-over-year from -$345005.7 in Q2 2025.
Joyy (JOYY) Preferred Dividend Payments (2011 - 2026) Analysis & Trends
Joyy has reported Preferred Dividend Payments for 11 years, with the latest figure at -$346000.0 in Q2 2026.
- On a quarterly basis, Preferred Dividend Payments changed 0.29% year-over-year to -$346000.0 in Q2 2026; TTM through Jun 2026 was -$1.4 million, a 0.22% change from a year earlier, with the FY2025 full-year figure at -$1.4 million, changed 0.07% from the prior year.
- Preferred Dividend Payments was -$346000.0 for Q2 2026 at Joyy, roughly flat from -$346000.0 in the prior quarter.
- The five-year high for Preferred Dividend Payments was -$346000.0 in Q4 2025, with the low at -$1.6 million in Q1 2023.
- Average Preferred Dividend Payments over 5 years is -$774500.0, with a median of -$347000.0 recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Preferred Dividend Payments fell 25.28% in 2023, then soared 77.84% in 2024.
- Over 5 years, Preferred Dividend Payments stood at -$1.5 million in 2022, then soared by 77.12% to -$350000.0 in 2023, then rose by 0.86% to -$347000.0 in 2024, then gained by 0.29% to -$346000.0 in 2025, then changed by 0.0% to -$346000.0 in 2026.
- The last three Preferred Dividend Payments figures came in at -$346000.0 (Q2 2026), -$346000.0 (Q1 2026), and -$346000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Pref Dividends (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 | -346,000.00 |
| 10 | Grindr | 2.76 Bn | 2.76 Bn | 103.57 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -346,000.00 |
| Mar 31, 2026 | -346,000.00 |
| Dec 31, 2025 | -346,000.00 |
| Sep 30, 2025 | -347,000.00 |
| Jun 30, 2025 | -347,000.00 |
| Mar 31, 2025 | -347,000.00 |
| Dec 31, 2024 | -347,000.00 |
| Sep 30, 2024 | -347,000.00 |
| Jun 30, 2024 | -347,000.00 |
| Mar 31, 2024 | -347,000.00 |
| Dec 31, 2023 | -350,000.00 |
| Sep 30, 2023 | -1.57 Mn |
| Jun 30, 2023 | -1.57 Mn |
| Mar 31, 2023 | -1.57 Mn |
| Dec 31, 2022 | -1.53 Mn |
| Sep 30, 2022 | -1.40 Mn |
| Jun 30, 2022 | -1.25 Mn |
| Mar 31, 2022 | -1.25 Mn |
| Dec 31, 2021 | -1.25 Mn |
| Sep 30, 2021 | -1.25 Mn |
Joyy Preferred Dividend Payments 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=preferred-dividend-payments&ticker=JOYY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "preferred-dividend-payments", "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=preferred-dividend-payments&ticker=JOYY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();