The9 (NCTY) Other Operating Expenses (2009 - 2026)
The9 (NCTY) posted Other Operating Expenses of -$2.2 million for Q2 2026, down 102.69% on a QoQ basis from -$1.1 million in Q1 2026, and up 29.12% year-over-year from -$1.7 million in Q2 2025.
The9 (NCTY) Other Operating Expenses (2009 - 2026) Analysis & Trends
The9 has reported Other Operating Expenses for 13 years, with the latest figure at -$2.2 million in Q2 2026.
- On a quarterly basis, Other Operating Expenses rose 29.12% year-over-year to -$2.2 million in Q2 2026; TTM through Jun 2026 was -$4.8 million, a 270.79% decrease from a year earlier, with the FY2025 full-year figure at $1.5 million, down 81.75% from the prior year.
- Other Operating Expenses was -$2.2 million for Q2 2026 at The9, down from -$1.1 million in the prior quarter.
- The five-year high for Other Operating Expenses was $1.7 million in Q1 2025, with the low at -$3.1 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (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 |
|---|---|
| Jun 30, 2026 | -2.23 Mn |
| Mar 31, 2026 | -1.10 Mn |
| Jun 30, 2025 | -3.14 Mn |
| Mar 31, 2025 | 1.67 Mn |
| Dec 31, 2019 | 4.29 Mn |
| Dec 31, 2018 | 16,922.82 |
| Dec 31, 2017 | 26,309.89 |
| Dec 31, 2016 | 504,345.04 |
| Dec 31, 2015 | -281,731.89 |
| Dec 31, 2014 | 24.41 Mn |
| Dec 31, 2013 | -8.28 Mn |
| Sep 30, 2013 | -5.72 Mn |
| Jun 30, 2013 | -6.13 Mn |
| Mar 31, 2013 | -4.71 Mn |
| Dec 31, 2012 | -6.59 Mn |
| Sep 30, 2012 | -11.10 Mn |
| Jun 30, 2012 | -7.14 Mn |
| Mar 31, 2012 | -7.67 Mn |
| Dec 31, 2011 | -4.25 Mn |
| Sep 30, 2011 | -6.10 Mn |
The9 Other Operating Expenses 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=other-operating-expenses&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();