The9 (NCTY) EPS (Diluted) (2009 - 2026)
Analysis
The9 (NCTY) EPS (Diluted) (2009 - 2026) Analysis & Trends
Peer Set
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EPS (Diluted) (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | 1.60 |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 1.56 |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -0.20 |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -0.26 |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | 0.05 |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 0.13 |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 0.66 |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | - |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | 0.03 |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | 1.08 |
Historic Data
Download Data
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.05 |
| Mar 31, 2026 | 0.03 |
| Jun 30, 2025 | 0.00 |
| Mar 31, 2025 | -0.01 |
| Dec 31, 2020 | 1.10 |
| Dec 31, 2019 | 0.02 |
| Dec 31, 2018 | -0.29 |
| Dec 31, 2017 | -19.74 |
| Dec 31, 2016 | -0.78 |
| Dec 31, 2015 | -1.32 |
| Dec 31, 2014 | 0.33 |
| Dec 31, 2013 | -1.45 |
| Sep 30, 2013 | -0.79 |
| Jun 30, 2013 | -0.86 |
| Mar 31, 2013 | -0.73 |
| Dec 31, 2012 | -0.87 |
| Sep 30, 2012 | -1.08 |
| Jun 30, 2012 | -0.70 |
| Mar 31, 2012 | -0.66 |
| Dec 31, 2011 | -0.69 |
API Access
The9 EPS (Diluted) 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=eps-diluted&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "eps-diluted", "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=eps-diluted&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();