The9 (NCTY) Cash from Investing Activities (2009 - 2026)
The9 (NCTY) posted Cash from Investing Activities of -$186365.6 for Q2 2026, up 84.07% on a QoQ basis from -$1.2 million in Q1 2026, and up 37.68% year-over-year from -$135362.5 in Q2 2025.
The9 (NCTY) Cash from Investing Activities (2009 - 2026) Analysis & Trends
The9 has reported Cash from Investing Activities for 9 years, with the latest figure at -$186365.6 in Q2 2026.
- On a quarterly basis, Cash from Investing Activities rose 37.68% year-over-year to -$186365.6 in Q2 2026; TTM through Jun 2026 was -$1.6 million, a 95.17% increase from a year earlier, with the FY2025 full-year figure at $159000.0, up 102.04% from the prior year.
- Cash from Investing Activities was -$186365.6 for Q2 2026 at The9, up from -$1.2 million in the prior quarter.
- The five-year high for Cash from Investing Activities was $12243.4 in Q1 2025, with the low at -$1.2 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -5.11 Bn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | -77.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -52.40 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -142.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | -186,365.59 |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | -16.50 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 1.97 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 |
|---|---|
| Jun 30, 2026 | -186,365.59 |
| Mar 31, 2026 | -1.17 Mn |
| Jun 30, 2025 | -299,040.67 |
| Mar 31, 2025 | 12,243.38 |
| Dec 31, 2016 | -1.50 Mn |
| Dec 31, 2015 | -32.26 Mn |
| Dec 31, 2013 | -482,078.31 |
| Dec 31, 2012 | -3.55 Mn |
| Dec 31, 2011 | -6.56 Mn |
| Dec 31, 2010 | -1.07 Mn |
| Dec 31, 2009 | -2.39 Mn |
The9 Cash from Investing Activities 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=cash-from-investing-activities&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();