The9 (NCTY) Net Cash Flow (2009 - 2026)
The9 (NCTY) posted Net Cash Flow of $564530.6 for Q2 2026, up 109.4% on a QoQ basis from -$6.0 million in Q1 2026, and down 84.97% year-over-year from $3.8 million in Q2 2025.
The9 (NCTY) Net Cash Flow (2009 - 2026) Analysis & Trends
The9 has reported Net Cash Flow for 9 years, with the latest figure at $564530.6 in Q2 2026.
- On a quarterly basis, Net Cash Flow fell 84.97% year-over-year to $564530.6 in Q2 2026; TTM through Jun 2026 was -$1.9 million, a 93.84% increase from a year earlier, with the FY2025 full-year figure at $6.7 billion, up 154586.16% from the prior year.
- Net Cash Flow was $564530.6 for Q2 2026 at The9, up from -$6.0 million in the prior quarter.
- The five-year high for Net Cash Flow was $3.8 million in Q2 2025, with the low at -$6.0 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -4.09 Bn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | -571.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -190.70 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -196.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | 564,530.59 |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | -342.60 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | 26.03 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 | - | 10.79 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 564,530.59 |
| Mar 31, 2026 | -6.01 Mn |
| Jun 30, 2025 | 3.76 Mn |
| Mar 31, 2025 | -169,894.12 |
| Dec 31, 2016 | -1.50 Mn |
| Dec 31, 2015 | -32.26 Mn |
| Dec 31, 2013 | -6.84 Mn |
| Dec 31, 2012 | -4.68 Mn |
| Dec 31, 2011 | -9.99 Mn |
| Dec 31, 2010 | -77.34 Mn |
| Dec 31, 2009 | -54.68 Mn |
The9 Net Cash Flow 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-cash-flow&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-cash-flow", "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-cash-flow&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();