The9 (NCTY) Change in Taxes (2009 - 2026)
The9 (NCTY) posted Change in Taxes of -$5874.4 for Q2 2026, down 46.86% on a QoQ basis from -$4000.0 in Q1 2026, and up 78.32% year-over-year from -$3294.3 in Q2 2025.
The9 (NCTY) Change in Taxes (2009 - 2026) Analysis & Trends
The9 has reported Change in Taxes for 5 years, with the latest figure at -$5874.4 in Q2 2026.
- On a quarterly basis, Change in Taxes rose 78.32% year-over-year to -$5874.4 in Q2 2026; TTM through Jun 2026 was -$6569.8, a 298.81% decrease from a year earlier, with the FY2025 full-year figure at $20000.0, up 500.0% from the prior year.
- Change in Taxes was -$5874.4 for Q2 2026 at The9, down from -$4000.0 in the prior quarter.
- The five-year high for Change in Taxes was $30402.1 in Q1 2025, with the low at -$27097.5 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -300.46 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 | -5,874.41 |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | - |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | -7.53 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
| Date | Value |
|---|---|
| Jun 30, 2026 | -5,874.41 |
| Mar 31, 2026 | -4,000.00 |
| Jun 30, 2025 | -27,097.54 |
| Mar 31, 2025 | 30,402.11 |
| Dec 31, 2011 | 26.00 |
| Dec 31, 2010 | 276.61 |
| Dec 31, 2009 | 946,715.82 |
The9 Change in 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=change-in-taxes&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-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=change-in-taxes&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();