The9 (NCTY) Current Taxes (2009 - 2024)
The9 (NCTY) posted Current Taxes of $267711.8 for Q4 2024, up 306.12% on a QoQ basis from $65919.0 in Q2 2020.
Analysis
The9 (NCTY) Current Taxes (2009 - 2024) Analysis & Trends
The9 has reported Current Taxes for 13 years, with the latest figure at $267711.8 in Q4 2024.
- On a quarterly basis, Current Taxes changed N/A year-over-year to $267711.8 in Q4 2024; TTM through Dec 2024 was $267711.8, a N/A change from a year earlier, with the FY2024 full-year figure at $267624.8, changed N/A from the prior year.
- Current Taxes was $267711.8 for Q4 2024 at The9, up from $65919.0 in the prior quarter.
- The five-year high for Current Taxes was $267711.8 in Q4 2024, with the low at $65919.0 in Q2 2020.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Current Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 548.33 Mn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | - |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | - |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | - |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | - |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | - |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 3.99 Mn |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 6,057.27 |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | 11.47 Mn |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | 4.23 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2024 | 267,711.83 |
| Jun 30, 2020 | 65,919.00 |
| Dec 31, 2019 | -224,455.38 |
| Jun 30, 2019 | -1.79 Mn |
| Dec 31, 2018 | -8,758.33 |
| Jun 30, 2018 | -4.74 Mn |
| Dec 31, 2017 | -9.01 Mn |
| Jun 30, 2017 | -661,000.00 |
| Dec 31, 2016 | -12,639.16 |
| Jun 30, 2016 | -9.26 Mn |
| Dec 31, 2015 | -31,120.29 |
| Jun 30, 2015 | -5.73 Mn |
| Dec 31, 2014 | -91,678.52 |
| Jun 30, 2014 | -52.69 Mn |
| Dec 31, 2013 | -304,345.51 |
| Sep 30, 2013 | -76,509.00 |
| Jun 30, 2013 | -95,071.00 |
| Mar 31, 2013 | -80,279.00 |
| Dec 31, 2012 | -1.46 Mn |
| Sep 30, 2012 | -254,665.00 |
API Access
The9 Current Taxes 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=current-taxes&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-taxes", "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=current-taxes&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();