The9 (NCTY) EBT Margin (2009 - 2026)
The9 (NCTY) posted EBT Margin of 4572.61% for Q2 2026, up 35.36% on a QoQ basis from 3377.99% in Q1 2026, and up 458321.0% year-over-year from N/an in Q2 2025.
The9 (NCTY) EBT Margin (2009 - 2026) Analysis & Trends
The9 has reported EBT Margin for 13 years, with the latest figure at 4572.61% in Q2 2026.
- On a quarterly basis, EBT Margin rose 458321.0% year-over-year to 4572.61% in Q2 2026; TTM through Jun 2026 was 459.98%, a 54741.0% increase from a year earlier, with the FY2025 full-year figure at 372.99%, down 30808.0% from the prior year.
- EBT Margin was 4572.61% for Q2 2026 at The9, up from 3377.99% in the prior quarter.
- The five-year high for EBT Margin was 4572.61% in Q2 2026, with the low at 179.23% in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBT Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 31.97% |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 26.69% |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -3.21% |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -12.46% |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | 4,572.61% |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 9.37% |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 44.90% |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 20.06% |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | -4.90% |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | 23.09% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4,572.61% |
| Mar 31, 2026 | 3,377.99% |
| Jun 30, 2025 | -10.59% |
| Mar 31, 2025 | -179.23% |
| Dec 31, 2019 | -214.40% |
| Dec 31, 2018 | -2,038.19% |
| Dec 31, 2017 | -7,643.90% |
| Dec 31, 2016 | -576.86% |
| Dec 31, 2015 | -863.27% |
| Dec 31, 2014 | 150.01% |
| Dec 31, 2013 | -968.17% |
| 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 | -212.38% |
| Mar 31, 2012 | -221.28% |
| Dec 31, 2011 | -406.40% |
| Sep 30, 2011 | -325.39% |
The9 EBT 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=ebt-margin&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebt-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=ebt-margin&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();