The9 (NCTY) Non Operating Investment Income (2009 - 2019)
The9 (NCTY) posted Non Operating Investment Income of -$4.1 billion for Q4 2019, down 14382442.36% on a QoQ basis from $28558.0 in Q4 2018, and down 14382442.36% year-over-year from N/an in Q4 2018.
The9 (NCTY) Non Operating Investment Income (2009 - 2019) Analysis & Trends
The9 has reported Non Operating Investment Income for 8 years, with the latest figure at -$4.1 billion in Q4 2019.
- On a quarterly basis, Non Operating Investment Income fell 14382442.36% year-over-year to -$4.1 billion in Q4 2019; TTM through Dec 2019 was -$4.1 billion, a 27945.96% decrease from a year earlier, with the FY2025 full-year figure at -$215000.0, up 86.48% from the prior year.
- Non Operating Investment Income was -$4.1 billion for Q4 2019 at The9, down from $28558.0 in the prior quarter.
- The five-year high for Non Operating Investment Income was $28558.0 in Q4 2018, with the low at -$4.1 billion in Q4 2019.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Operating Investment Income (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | - |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | - |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | - |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | - |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | - |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | - |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | - |
| 8 | Gravity | 481.91 Mn | 481.47 Mn | 34,891.11 | - |
| 9 | Sohu.com | 327.69 Mn | -504.94 Mn | 133.81 Mn | - |
| 10 | Gdev | 201.47 Mn | 119.23 Mn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2019 | -4.11 Bn |
| Dec 31, 2018 | 28,557.98 |
| Dec 31, 2014 | 22.50 Mn |
| Dec 31, 2013 | -2.51 Mn |
| Jun 30, 2013 | -5.34 Mn |
| Mar 31, 2013 | -2,705.00 |
| Sep 30, 2012 | -520,657.00 |
| Dec 31, 2011 | -2.49 Mn |
| Jun 30, 2011 | 9.30 Mn |
| Dec 31, 2010 | -29.50 Mn |
| Jun 30, 2010 | 1.01 Mn |
| Dec 31, 2009 | -1.50 Mn |
| Sep 30, 2009 | -1.78 Mn |
The9 Non Operating Investment Income 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=non-operating-investment-income&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-investment-income", "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=non-operating-investment-income&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();