The9 (NCTY) Equity Income (2009 - 2025)
The9 (NCTY) posted Equity Income of -$120556.4 for Q2 2025, down 391.15% on a QoQ basis from $41407.4 in Q1 2025.
Analysis
The9 (NCTY) Equity Income (2009 - 2025) Analysis & Trends
The9 has reported Equity Income for 14 years, with the latest figure at -$120556.4 in Q2 2025.
- On a quarterly basis, Equity Income changed N/A year-over-year to -$120556.4 in Q2 2025; TTM through Jun 2025 was -$605974.1, a N/A change from a year earlier, with the FY2025 full-year figure at -$82000.0, up 59.0% from the prior year.
- Equity Income was -$120556.4 for Q2 2025 at The9, down from $41407.4 in the prior quarter.
- The five-year high for Equity Income was $41407.4 in Q1 2025, with the low at -$200000.0 in Q4 2024.
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Income (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 | - | 1.75 Mn |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2025 | -120,556.38 |
| Mar 31, 2025 | 41,407.39 |
| Dec 31, 2024 | -200,000.00 |
| Dec 31, 2020 | -326,825.07 |
| Dec 31, 2019 | -400,000.00 |
| Dec 31, 2018 | -385,531.28 |
| Dec 31, 2017 | -221,400.06 |
| Dec 31, 2016 | -11.81 Mn |
| Dec 31, 2015 | -1.88 Mn |
| Dec 31, 2014 | -461,599.77 |
| Dec 31, 2013 | 54,012.00 |
| Sep 30, 2013 | -121,995.00 |
| Jun 30, 2013 | -170,062.00 |
| Mar 31, 2013 | -149,989.00 |
| Dec 31, 2012 | -5,063.00 |
| Sep 30, 2012 | -311,074.00 |
| Jun 30, 2012 | -396,836.00 |
| Mar 31, 2012 | -292,269.00 |
| Dec 31, 2011 | -164,287.00 |
| Sep 30, 2011 | -243,381.00 |
API Access
The9 Equity Income 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=equity-income&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-income", "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=equity-income&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();