The9 (NCTY) Non-Current Debt (2015 - 2023)
The9 (NCTY) posted Non-Current Debt of $2.3 million for Q4 2023, up 508.06% on a QoQ basis from $382494.8 in Q2 2023.
Analysis
The9 (NCTY) Non-Current Debt (2015 - 2023) Analysis & Trends
The9 has reported Non-Current Debt for 5 years, with the latest figure at $2.3 million in Q4 2023.
- On a quarterly basis, Non-Current Debt changed N/A year-over-year to $2.3 million in Q4 2023; TTM through Dec 2023 was $2.3 million, a N/A change from a year earlier, with the FY2023 full-year figure at $2.4 million, changed N/A from the prior year.
- Non-Current Debt was $2.3 million for Q4 2023 at The9, up from $382494.8 in the prior quarter.
- The five-year high for Non-Current Debt was $2.3 million in Q4 2023, with the low at $382494.8 in Q2 2023.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | - |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 1.49 Bn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | 1.89 Bn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | 1.01 Bn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | - |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 2.38 Bn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 32.44 Mn |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | - |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | - |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | - |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2023 | 2.33 Mn |
| Jun 30, 2023 | 382,494.77 |
| Dec 31, 2018 | 17.00 Mn |
| Dec 31, 2017 | 17.00 Mn |
| Jun 30, 2017 | 5.46 Mn |
| Dec 31, 2016 | 5,150.50 Bn |
| Jun 30, 2016 | 5.06 Mn |
| Dec 31, 2015 | 4.97 Mn |
API Access
The9 Non-Current Debt 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=non-current-debt&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();