The9 (NCTY) EBIT Margin (2009 - 2026)
The9 (NCTY) posted EBIT Margin of 1876.92% for Q2 2026, up 12.32% on a QoQ basis from 2140.63% in Q1 2026, and down 197272.0% year-over-year from N/an in Q2 2025.
The9 (NCTY) EBIT Margin (2009 - 2026) Analysis & Trends
The9 has reported EBIT Margin for 13 years, with the latest figure at 1876.92% in Q2 2026.
- On a quarterly basis, EBIT Margin fell 197272.0% year-over-year to 1876.92% in Q2 2026; TTM through Jun 2026 was 327.25%, a 27673.0% decrease from a year earlier, with the FY2025 full-year figure at 253.53%, down 20010.0% from the prior year.
- EBIT Margin was 1876.92% for Q2 2026 at The9, up from 2140.63% in the prior quarter.
- The five-year high for EBIT Margin was 95.79% in Q2 2025, with the low at 2140.63% in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBIT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 40.01% |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 25.83% |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -2.31% |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -15.59% |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | -1,876.92% |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 18.41% |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 38.72% |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 17.04% |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | -13.50% |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | 21.72% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1,876.92% |
| Mar 31, 2026 | -2,140.63% |
| Jun 30, 2025 | 95.79% |
| Mar 31, 2025 | -160.10% |
| Dec 31, 2019 | -181.57% |
| Dec 31, 2018 | -1,083.58% |
| Dec 31, 2017 | -37.71% |
| Dec 31, 2016 | -342.82% |
| Dec 31, 2015 | -865.24% |
| Dec 31, 2014 | 17.39% |
| Dec 31, 2013 | -491.43% |
| Sep 30, 2013 | -386.86% |
| Jun 30, 2013 | -545.54% |
| Mar 31, 2013 | -610.18% |
| Dec 31, 2012 | -807.81% |
| Sep 30, 2012 | -574.75% |
| Jun 30, 2012 | -223.59% |
| Mar 31, 2012 | -234.27% |
| Dec 31, 2011 | -430.56% |
| Sep 30, 2011 | -355.43% |
The9 EBIT Margin 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-margin&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebit-margin", "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-margin&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();