The9 (NCTY) Asset Utilization Ratio (2009 - 2026)
The9 (NCTY) posted Asset Utilization Ratio of 0.08 for Q2 2026, down 66.07% on a QoQ basis from 0.23 in Q1 2026.
Analysis
The9 (NCTY) Asset Utilization Ratio (2009 - 2026) Analysis & Trends
The9 has reported Asset Utilization Ratio for 9 years, with the latest figure at 0.08 in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio changed N/A year-over-year to 0.08 in Q2 2026; TTM through Jun 2026 was 0.08, a N/A change from a year earlier, with the FY2025 full-year figure at 0.18, down 18.91% from the prior year.
- Asset Utilization Ratio was 0.08 for Q2 2026 at The9, down from 0.23 in the prior quarter.
- The five-year high for Asset Utilization Ratio was 0.23 in Q1 2026, with the low at 0.08 in Q2 2026.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 0.49 |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 0.61 |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | 0.72 |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | 0.58 |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | 0.08 |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 0.81 |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 0.35 |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 0.73 |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | 0.37 |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.08 |
| Mar 31, 2026 | 0.23 |
| Dec 31, 2019 | 1.01 |
| Dec 31, 2018 | 0.59 |
| Dec 31, 2017 | 0.49 |
| Dec 31, 2016 | 0.33 |
| Dec 31, 2015 | 0.26 |
| Dec 31, 2014 | 0.28 |
| Jun 30, 2010 | 0.04 |
| Mar 31, 2010 | 0.16 |
| Dec 31, 2009 | 0.31 |
| Sep 30, 2009 | 0.45 |
| Jun 30, 2009 | 0.56 |
| Mar 31, 2009 | 0.56 |
API Access
The9 Asset Utilization Ratio 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=asset-utilization-ratio&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();