The9 (NCTY) Capital Expenditures (2013 - 2016)
The9 (NCTY) posted Capital Expenditures of -$953.3 million for Q4 2016, up 41.98% on a QoQ basis from -$1.6 billion in Q4 2015, and up 41.98% year-over-year from -$671.4 million in Q1 2016.
The9 (NCTY) Capital Expenditures (2013 - 2016) Analysis & Trends
The9 has reported Capital Expenditures for 4 years, with the latest figure at -$953.3 million in Q4 2016.
- On a quarterly basis, Capital Expenditures rose 41.98% year-over-year to -$953.3 million in Q4 2016; TTM through Dec 2016 was -$4.3 billion, a N/A change from a year earlier, with the FY2025 full-year figure at -$1.5 million, changed N/A from the prior year.
- Capital Expenditures was -$953.3 million for Q4 2016 at The9, up from -$1.6 billion in the prior quarter.
- The five-year high for Capital Expenditures was -$509.6 million in Q4 2014, with the low at -$1.6 billion in Q4 2015.
- Average Capital Expenditures over 4 years is -$1.1 billion, with a median of -$1.1 billion recorded in 2013.
- The sharpest annual moves came in 2014 and 2015: Capital Expenditures soared 56.08% in 2014, then sank 222.42% in 2015.
- Over 4 years, Capital Expenditures stood at -$1.2 billion in 2013, then jumped by 56.08% to -$509.6 million in 2014, then sank by 222.42% to -$1.6 billion in 2015, then surged by 41.98% to -$953.3 million in 2016.
- The last three Capital Expenditures figures came in at -$953.3 million (Q4 2016), -$1.6 billion (Q4 2015), and -$509.6 million (Q4 2014), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Capital Expenditures (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -2.77 Mn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | 76.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | 25.00 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | 22.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | - |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 5.20 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | -80,000.00 |
| 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, 2016 | -953.33 Mn |
| Dec 31, 2015 | -1.64 Bn |
| Dec 31, 2014 | -509.65 Mn |
| Dec 31, 2013 | -1.16 Bn |
The9 Capital Expenditures 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=capital-expenditures&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();