The9 (NCTY) Income from Non-Controlling Interests (2009 - 2026)
The9 (NCTY) posted Income from Non-Controlling Interests of -$118000.0 for Q2 2026, up 28.93% on a QoQ basis from -$166026.3 in Q1 2026, and up 1.33% year-over-year from -$116453.0 in Q2 2025.
The9 (NCTY) Income from Non-Controlling Interests (2009 - 2026) Analysis & Trends
The9 has reported Income from Non-Controlling Interests for 14 years, with the latest figure at -$118000.0 in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests rose 1.33% year-over-year to -$118000.0 in Q2 2026; TTM through Jun 2026 was -$156958.9, a 77.19% increase from a year earlier, with the FY2025 full-year figure at -$925000.0, up 96.92% from the prior year.
- Income from Non-Controlling Interests was -$118000.0 for Q2 2026 at The9, up from -$166026.3 in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $246656.0 in Q1 2025, with the low at -$166026.3 in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -27.24 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 | -2.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | -118,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,000.00 |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 4.00 |
| 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 | -118,000.00 |
| Mar 31, 2026 | -166,026.33 |
| Jun 30, 2025 | -119,588.62 |
| Mar 31, 2025 | 246,656.00 |
| Dec 31, 2020 | 1.99 Mn |
| Dec 31, 2019 | -2.80 Mn |
| Dec 31, 2018 | -2.94 Mn |
| Dec 31, 2017 | 2.67 Mn |
| Dec 31, 2016 | -1.82 Mn |
| Dec 31, 2015 | -1.69 Mn |
| Dec 31, 2014 | -3.40 Mn |
| Dec 31, 2013 | -1.68 Mn |
| Sep 30, 2013 | -1.52 Mn |
| Jun 30, 2013 | -1.30 Mn |
| Mar 31, 2013 | -1.51 Mn |
| Dec 31, 2012 | -2.05 Mn |
| Sep 30, 2012 | -3.49 Mn |
| Jun 30, 2012 | -1.00 Mn |
| Mar 31, 2012 | -779,776.00 |
| Dec 31, 2011 | -1.79 Mn |
The9 Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();