The9 (NCTY) Minority Interest (2009 - 2026)
The9 (NCTY) posted Minority Interest of -$3.4 million for Q2 2026, down 5.77% on a QoQ basis from -$3.2 million in Q1 2026, and down 100.99% year-over-year from $341.4 million in Q2 2025.
The9 (NCTY) Minority Interest (2009 - 2026) Analysis & Trends
The9 has reported Minority Interest for 18 years, with the latest figure at -$3.4 million in Q2 2026.
- On a quarterly basis, Minority Interest fell 100.99% year-over-year to -$3.4 million in Q2 2026; TTM through Jun 2026 was -$3.4 million, a 100.99% decrease from a year earlier, with the FY2025 full-year figure at -$3.0 million, down 52.66% from the prior year.
- Minority Interest was -$3.4 million for Q2 2026 at The9, down from -$3.2 million in the prior quarter.
- The five-year high for Minority Interest was -$1.7 million in Q2 2025, with the low at -$3.8 million in Q2 2024.
- Average Minority Interest over 5 years is -$2.8 million, with a median of -$3.0 million recorded in 2023.
- The sharpest annual moves came in 2025 and 2026: Minority Interest surged 55.7% in 2025, then sank 100.99% in 2026.
- Over 5 years, Minority Interest stood at -$2.5 million in 2022, then tumbled by 38.61% to -$3.5 million in 2023, then surged by 44.62% to -$1.9 million in 2024, then sank by 54.69% to -$3.0 million in 2025, then dropped by 14.23% to -$3.4 million in 2026.
- The last three Minority Interest figures came in at -$3.4 million (Q2 2026), -$3.2 million (Q1 2026), and -$3.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn |
| 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 |
| 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 | -3.39 Mn |
| Mar 31, 2026 | -3.20 Mn |
| Dec 31, 2025 | -2.97 Mn |
| Jun 30, 2025 | -1.69 Mn |
| Dec 31, 2024 | -1.92 Mn |
| Jun 30, 2024 | -3.81 Mn |
| Dec 31, 2023 | -3.46 Mn |
| Jun 30, 2023 | -3.05 Mn |
| Dec 31, 2022 | -2.50 Mn |
| Jun 30, 2022 | -2.43 Mn |
| Dec 31, 2021 | -2.04 Mn |
| Jun 30, 2021 | -1.68 Mn |
| Dec 31, 2020 | -57.30 Mn |
| Jun 30, 2020 | -55.93 Mn |
| Dec 31, 2019 | -55.74 Mn |
| Jun 30, 2019 | -55.66 Mn |
| Dec 31, 2018 | 49.33 Mn |
| Jun 30, 2018 | -54.24 Mn |
| Dec 31, 2017 | 46.25 Mn |
| Jun 30, 2017 | -54.06 Mn |
The9 Minority Interest 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=minority-interest&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "minority-interest", "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=minority-interest&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();