The9 (NCTY) EBIT (2009 - 2026)
The9 (NCTY) posted EBIT of -$13.4 million for Q2 2026, up 6.82% on a QoQ basis from -$14.3 million in Q1 2026, and down 501.87% year-over-year from $3.3 million in Q2 2025.
The9 (NCTY) EBIT (2009 - 2026) Analysis & Trends
The9 has reported EBIT for 14 years, with the latest figure at -$13.4 million in Q2 2026.
- On a quarterly basis, EBIT fell 501.87% year-over-year to -$13.4 million in Q2 2026; TTM through Jun 2026 was -$32.5 million, a 187.96% decrease from a year earlier, with the FY2025 full-year figure at -$39.1 million, down 378.32% from the prior year.
- EBIT was -$13.4 million for Q2 2026 at The9, up from -$14.3 million in the prior quarter.
- The five-year high for EBIT was $3.3 million in Q2 2025, with the low at -$14.3 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 1.78 Bn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 513.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -35.50 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -229.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | -13.36 Mn |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 134.60 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 36.50 Mn |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 18,385.77 |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | -18.30 Mn |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | 20.33 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -13.36 Mn |
| Mar 31, 2026 | -14.34 Mn |
| Jun 30, 2025 | 3.33 Mn |
| Mar 31, 2025 | -8.14 Mn |
| Dec 31, 2020 | 16.75 Mn |
| Dec 31, 2019 | -23.23 Mn |
| Dec 31, 2018 | -10.93 Mn |
| Dec 31, 2017 | -3.27 Mn |
| Dec 31, 2016 | -16.69 Mn |
| Dec 31, 2015 | -29.98 Mn |
| Dec 31, 2014 | 1.04 Mn |
| Dec 31, 2013 | -20.39 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 | -20.46 Mn |
| Mar 31, 2012 | -19.22 Mn |
| Dec 31, 2011 | -20.17 Mn |
The9 EBIT 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=ebit&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit", "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=ebit&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();