The9 (NCTY) Cash from Financing Activities (2009 - 2025)
The9 (NCTY) posted Cash from Financing Activities of $3.0 million for Q2 2025, up 322.01% on a QoQ basis from $706814.6 in Q1 2025.
The9 (NCTY) Cash from Financing Activities (2009 - 2025) Analysis & Trends
The9 has reported Cash from Financing Activities for 6 years, with the latest figure at $3.0 million in Q2 2025.
- On a quarterly basis, Cash from Financing Activities changed N/A year-over-year to $3.0 million in Q2 2025; TTM through Jun 2025 was -$3.8 million, a N/A change from a year earlier, with the FY2025 full-year figure at $11.2 million, up 17.37% from the prior year.
- Cash from Financing Activities was $3.0 million for Q2 2025 at The9, up from $706814.6 in the prior quarter.
- The five-year high for Cash from Financing Activities was $3.0 million in Q2 2025, with the low at $706814.6 in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -469.05 Mn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | -252.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | 30.50 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -372.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 | -354.80 Mn |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | -560,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 |
|---|---|
| Jun 30, 2025 | 2.98 Mn |
| Mar 31, 2025 | 706,814.58 |
| Dec 31, 2013 | -6.36 Mn |
| Dec 31, 2012 | -1.13 Mn |
| Dec 31, 2011 | -3.43 Mn |
| Dec 31, 2010 | -76.27 Mn |
| Dec 31, 2009 | -52.30 Mn |
The9 Cash from Financing 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-financing-activities&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-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-financing-activities&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();