The9 (NCTY) Net Margin (2009 - 2026)
The9 (NCTY) posted Net Margin of 4556.69% for Q2 2026, up 34.89% on a QoQ basis from 3377.99% in Q1 2026, and up 456675.0% year-over-year from N/an in Q2 2025.
The9 (NCTY) Net Margin (2009 - 2026) Analysis & Trends
The9 has reported Net Margin for 13 years, with the latest figure at 4556.69% in Q2 2026.
- On a quarterly basis, Net Margin rose 456675.0% year-over-year to 4556.69% in Q2 2026; TTM through Jun 2026 was 459.03%, a 31005.0% decrease from a year earlier, with the FY2025 full-year figure at 47.28%, up 1844.0% from the prior year.
- Net Margin was 4556.69% for Q2 2026 at The9, up from 3377.99% in the prior quarter.
- The five-year high for Net Margin was 4556.69% in Q2 2026, with the low at 179.23% in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 23.19% |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 19.99% |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -2.22% |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -12.59% |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | 4,556.69% |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 6.57% |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 34.86% |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | 15.04% |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | 0.71% |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | 21.31% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4,556.69% |
| Mar 31, 2026 | 3,377.99% |
| Jun 30, 2025 | -10.06% |
| Mar 31, 2025 | -179.23% |
| Dec 31, 2019 | 14.23% |
| Dec 31, 2018 | -1,779.94% |
| Dec 31, 2017 | -7,606.67% |
| Dec 31, 2016 | -441.29% |
| Dec 31, 2015 | -1,058.00% |
| 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 Net 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=net-margin&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-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=net-margin&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();