Joyy (JOYY) Property, Plant & Equipment (Net) Growth (5y) (2016 - 2026)
Analysis
Joyy (JOYY) Property, Plant & Equipment (Net) Growth (5y) (2016 - 2026) Analysis & Trends
Peer Set
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
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.09% |
| Mar 31, 2026 | 7.72% |
| Dec 31, 2025 | 7.40% |
| Sep 30, 2025 | 7.64% |
| Jun 30, 2025 | 8.94% |
| Mar 31, 2025 | 9.11% |
| Dec 31, 2024 | 11.12% |
| Sep 30, 2024 | 8.99% |
| Jun 30, 2024 | 8.12% |
| Mar 31, 2024 | 10.63% |
| Dec 31, 2023 | 122.92% |
| Sep 30, 2023 | 16.86% |
| Jun 30, 2023 | 14.54% |
| Mar 31, 2023 | 15.23% |
| Dec 31, 2022 | 17.43% |
| Sep 30, 2022 | 19.27% |
| Jun 30, 2022 | 19.57% |
| Mar 31, 2022 | 24.69% |
| Dec 31, 2021 | 24.34% |
| Sep 30, 2021 | 24.49% |
API Access
Joyy Property, Plant & Equipment (Net) Growth (5y) 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=property-plant-and-equipment-net-growth-5y&ticker=JOYY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net-growth-5y", "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=property-plant-and-equipment-net-growth-5y&ticker=JOYY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();