The9 (NCTY) Tax Provisions (2009 - 2025)
The9 (NCTY) posted Tax Provisions of -$18525.9 for Q2 2025, up 98.29% on a QoQ basis from -$1.1 million in Q4 2020.
Analysis
The9 (NCTY) Tax Provisions (2009 - 2025) Analysis & Trends
The9 has reported Tax Provisions for 5 years, with the latest figure at -$18525.9 in Q2 2025.
- On a quarterly basis, Tax Provisions changed N/A year-over-year to -$18525.9 in Q2 2025; TTM through Jun 2025 was -$2.2 million, a N/A change from a year earlier, with the FY2025 full-year figure at -$16000.0, changed N/A from the prior year.
- Tax Provisions was -$18525.9 for Q2 2025 at The9, up from -$1.1 million in the prior quarter.
- The five-year high for Tax Provisions was -$18525.9 in Q2 2025, with the low at -$18525.9 in Q2 2025.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -362.36 Mn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 133.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -15.20 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | 2.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | - |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 20.50 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | -9.46 Mn |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 5,414.68 |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | -6.87 Mn |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | -1.67 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -18,525.87 |
| Dec 31, 2020 | -1.08 Mn |
| Mar 31, 2011 | -26,000.00 |
| Dec 31, 2010 | -1.11 Mn |
| Sep 30, 2010 | 6,234.95 |
| Jun 30, 2010 | -453,000.00 |
| Mar 31, 2010 | -27,000.00 |
| Dec 31, 2009 | 1.62 Mn |
| Sep 30, 2009 | -711,710.00 |
| Mar 31, 2009 | -102,182.00 |
API Access
The9 Tax Provisions 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=tax-provisions&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();