The9 (NCTY) Change in Cash (2009 - 2026)
The9 (NCTY) posted Change in Cash of -$517975.9 for Q2 2026, up 91.54% on a QoQ basis from -$6.1 million in Q1 2026, and down 114.7% year-over-year from $3.5 million in Q2 2025.
The9 (NCTY) Change in Cash (2009 - 2026) Analysis & Trends
The9 has reported Change in Cash for 9 years, with the latest figure at -$517975.9 in Q2 2026.
- On a quarterly basis, Change in Cash fell 114.7% year-over-year to -$517975.9 in Q2 2026; TTM through Jun 2026 was -$3.2 million, a 82.86% increase from a year earlier, with the FY2025 full-year figure at $6.8 million, up 244.77% from the prior year.
- Change in Cash was -$517975.9 for Q2 2026 at The9, up from -$6.1 million in the prior quarter.
- The five-year high for Change in Cash was $3.5 million in Q2 2025, with the low at -$6.1 million in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -4.13 Bn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | -576.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -192.00 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -197.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | -517,975.91 |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | -342.00 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 | - | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -517,975.91 |
| Mar 31, 2026 | -6.12 Mn |
| Jun 30, 2025 | 3.52 Mn |
| Mar 31, 2025 | -41,269.83 |
| Dec 31, 2016 | -1.46 Mn |
| Dec 31, 2015 | -20.45 Mn |
| Dec 31, 2013 | -65.33 Mn |
| Dec 31, 2012 | -82.80 Mn |
| Dec 31, 2011 | -54.73 Mn |
| Dec 31, 2010 | -38.94 Mn |
| Dec 31, 2009 | -70.04 Mn |
The9 Change in Cash 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=change-in-cash&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "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=change-in-cash&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();