The9 (NCTY) Non-Interest Income (2019 - 2026)
The9 (NCTY) posted Non-Interest Income of $144.37 for Q1 2026, down 100.0% on a QoQ basis from $808.3 million in Q4 2025, and down 92.5% year-over-year from $1925.9 in Q1 2025.
The9 (NCTY) Non-Interest Income (2019 - 2026) Analysis & Trends
The9 has reported Non-Interest Income for 8 years, with the latest figure at $144.37 in Q1 2026.
- On a quarterly basis, Non-Interest Income fell 92.5% year-over-year to $144.37 in Q1 2026; TTM through Mar 2026 was $1.5 billion, a 0.13% change from a year earlier, with the FY2025 full-year figure at $1.2 billion, up 2175982.17% from the prior year.
- Non-Interest Income was $144.37 for Q1 2026 at The9, down from $808.3 million in the prior quarter.
- The five-year high for Non-Interest Income was $808.3 million in Q4 2025, with the low at -$6.3 billion in Q4 2024.
- Average Non-Interest Income over 5 years is -$1.7 billion, with a median of -$492781.0 recorded in 2026.
- The sharpest annual moves came in 2022 and 2023: Non-Interest Income plunged 100.07% in 2022, then soared 552.85% in 2023.
- Over 5 years, Non-Interest Income stood at -$5.2 billion in 2022, then surged by 38.56% to -$3.2 billion in 2023, then plunged by 94.83% to -$6.3 billion in 2024, then jumped by 112.89% to $808.3 million in 2025, then tumbled by 100.0% to $144.37 in 2026.
- The last three Non-Interest Income figures came in at $144.37 (Q1 2026), $808.3 million (Q4 2025), and $1925.9 (Q1 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Interest Income (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | - |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | - |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | - |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | - |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | - |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | - |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 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 |
|---|---|
| Mar 31, 2026 | 144.37 |
| Dec 31, 2025 | 808.31 Mn |
| Mar 31, 2025 | 1,925.93 |
| Dec 31, 2024 | -6.27 Bn |
| Dec 31, 2023 | -3.22 Bn |
| Jun 30, 2023 | 4.46 Mn |
| Dec 31, 2022 | -5.24 Bn |
| Jun 30, 2022 | -985,706.36 |
| Dec 31, 2021 | -9.74 Bn |
| Jun 30, 2021 | 1.49 Bn |
| Dec 31, 2020 | 425,314.33 |
| Dec 31, 2019 | 1.91 Mn |
The9 Non-Interest Income 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=non-interest-income&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-interest-income", "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=non-interest-income&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();