The9 (NCTY) Property, Plant & Equipment (Net) (2009 - 2026)
Analysis
The9 (NCTY) Property, Plant & Equipment (Net) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Property, Plant & Equipment (Net) (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 1.21 Bn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 618.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | 429.60 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | 823.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | 2.25 Mn |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 94.90 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 948,000.00 |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 5,972.61 |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | 248.44 Mn |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | 738,000.00 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.25 Mn |
| Mar 31, 2026 | 5.54 Mn |
| Dec 31, 2025 | 6.14 Mn |
| Jun 30, 2025 | 1.21 Mn |
| Dec 31, 2024 | 2.30 Mn |
| Jun 30, 2024 | 8.67 Mn |
| Dec 31, 2023 | 13.10 Mn |
| Jun 30, 2023 | 19.05 Mn |
| Dec 31, 2022 | 20.08 Mn |
| Jun 30, 2022 | 25.40 Mn |
| Dec 31, 2021 | 28.05 Mn |
| Jun 30, 2021 | 26.97 Mn |
| Dec 31, 2020 | -4.50 Mn |
| Jun 30, 2020 | 131.42 Mn |
| Dec 31, 2019 | -305,491.71 |
| Jun 30, 2019 | 2.43 Mn |
| Dec 31, 2018 | 2.51 Mn |
| Jun 30, 2018 | 2.85 Mn |
| Dec 31, 2017 | 3.13 Mn |
| Jun 30, 2017 | 3.51 Mn |
API Access
The9 Property, Plant & Equipment (Net) 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&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "property-plant-and-equipment-net", "ticker": "NCTY", "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&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();