Joyy (JOYY) Shares Outstanding (Entity) (2011 - 2025)
Analysis
Joyy (JOYY) Shares Outstanding (Entity) (2011 - 2025) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Entity.) (Qtr) |
|---|---|---|---|---|---|
| 1 | Meta Platforms | 1,888.68 Bn | 1,798.42 Bn | 49.47 Bn | 2.55 Bn |
| 2 | 30.53 Bn | 27.74 Bn | 734.60 Mn | 192.35 Mn | |
| 3 | Bilibili | 12.72 Bn | 10.58 Bn | 433.97 Mn | - |
| 4 | 10.94 Bn | 9.67 Bn | 922.30 Mn | 565.50 Mn | |
| 5 | Match | 9.92 Bn | 9.34 Bn | 648.84 Mn | 229.91 Mn |
| 6 | Snap | 9.84 Bn | 7.18 Bn | 931.11 Mn | 1.73 Bn |
| 7 | Rum | 5.42 Bn | 5.31 Bn | - | 591.59 Mn |
| 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 | 173.83 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 52.60 Mn |
| Dec 31, 2024 | 57.89 Mn |
| Dec 31, 2023 | 65.43 Mn |
| Dec 31, 2022 | 71.97 Mn |
| Dec 31, 2021 | 78.10 Mn |
| Dec 31, 2020 | 80.01 Mn |
| Dec 31, 2019 | 80.98 Mn |
| Dec 31, 2018 | 64.04 Mn |
| Dec 31, 2017 | 59.32 Mn |
| Dec 31, 2016 | 56.37 Mn |
| Dec 31, 2015 | 56.26 Mn |
| Dec 31, 2014 | 57.66 Mn |
| Dec 31, 2013 | 56.12 Mn |
| Dec 31, 2012 | 54.36 Mn |
| Dec 31, 2011 | 54.36 Mn |
API Access
Joyy Shares Outstanding (Entity) 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=shares-outstanding-entity&ticker=JOYY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding-entity", "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=shares-outstanding-entity&ticker=JOYY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();