The9 (NCTY) Net Income towards Common Stockholders (2009 - 2026)
The9 (NCTY) posted Net Income towards Common Stockholders of $32.4 million for Q2 2026, up 43.35% on a QoQ basis from $22.6 million in Q1 2026, and up 9390.14% year-over-year from $341866.6 in Q2 2025.
The9 (NCTY) Net Income towards Common Stockholders (2009 - 2026) Analysis & Trends
The9 has reported Net Income towards Common Stockholders for 14 years, with the latest figure at $32.4 million in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders rose 9390.14% year-over-year to $32.4 million in Q2 2026; TTM through Jun 2026 was $45.6 million, a 73.47% decrease from a year earlier, with the FY2025 full-year figure at -$7.3 million, up 27.47% from the prior year.
- Net Income towards Common Stockholders was $32.4 million for Q2 2026 at The9, up from $22.6 million in the prior quarter.
- The five-year high for Net Income towards Common Stockholders was $32.4 million in Q2 2026, with the low at -$9.1 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 1.03 Bn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 397.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -34.10 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -185.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | 32.44 Mn |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 48.00 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 32.87 Mn |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 16,225.37 |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | 969,000.00 |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | 19.94 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 32.44 Mn |
| Mar 31, 2026 | 22.63 Mn |
| Jun 30, 2025 | -349,226.41 |
| Mar 31, 2025 | -9.11 Mn |
| Dec 31, 2020 | 179.58 Mn |
| Dec 31, 2019 | 1.82 Mn |
| Dec 31, 2018 | -17.95 Mn |
| Dec 31, 2017 | -659.80 Mn |
| Dec 31, 2016 | -21.48 Mn |
| Dec 31, 2015 | -36.65 Mn |
| Dec 31, 2014 | 9.01 Mn |
| Dec 31, 2013 | -40.18 Mn |
| Sep 30, 2013 | -21.96 Mn |
| Jun 30, 2013 | -23.78 Mn |
| Mar 31, 2013 | -20.27 Mn |
| Dec 31, 2012 | -24.10 Mn |
| Sep 30, 2012 | -29.93 Mn |
| Jun 30, 2012 | -19.44 Mn |
| Mar 31, 2012 | -18.15 Mn |
| Dec 31, 2011 | -19.04 Mn |
The9 Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "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=net-income-towards-common-stockholders&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();