The9 (NCTY) Exchange Rate Effect (2010 - 2026)
The9 (NCTY) posted Exchange Rate Effect of -$21588.4 for Q2 2026, up 81.23% on a QoQ basis from -$115000.0 in Q1 2026, and up 90.72% year-over-year from -$11319.7 in Q2 2025.
The9 (NCTY) Exchange Rate Effect (2010 - 2026) Analysis & Trends
The9 has reported Exchange Rate Effect for 7 years, with the latest figure at -$21588.4 in Q2 2026.
- On a quarterly basis, Exchange Rate Effect rose 90.72% year-over-year to -$21588.4 in Q2 2026; TTM through Jun 2026 was -$240505.3, a 89.44% increase from a year earlier, with the FY2025 full-year figure at -$36000.0, up 90.82% from the prior year.
- Exchange Rate Effect was -$21588.4 for Q2 2026 at The9, up from -$115000.0 in the prior quarter.
- The five-year high for Exchange Rate Effect was $128624.3 in Q1 2025, with the low at -$232541.1 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Exchange Rate Effect (Qtr) |
|---|---|---|---|---|---|
| 1 | NetEase | 74.18 Bn | 64.04 Bn | 3.13 Bn | -27.67 Mn |
| 2 | Electronic Arts | 52.84 Bn | 50.56 Bn | 1.71 Bn | -5.00 Mn |
| 3 | Take Two Interactive Software | 38.42 Bn | 36.59 Bn | 882.50 Mn | -1.30 Mn |
| 4 | Roblox | 34.16 Bn | 31.13 Bn | 1.18 Bn | -1.00 Mn |
| 5 | The9 | 2.85 Bn | 2.85 Bn | 319,000.00 | -21,588.45 |
| 6 | Playtika Holding | 842.89 Mn | 404.39 Mn | 538.20 Mn | 600,000.00 |
| 7 | DoubleDown Interactive | 631.81 Mn | 78.25 Mn | 71.22 Mn | -3.66 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 | - | 972,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -21,588.45 |
| Mar 31, 2026 | -115,000.00 |
| Jun 30, 2025 | -232,541.10 |
| Mar 31, 2025 | 128,624.30 |
| Dec 31, 2016 | -1.27 Mn |
| Dec 31, 2015 | -899,389.00 |
| Dec 31, 2014 | -713,806.04 |
| Dec 31, 2011 | -1.70 Mn |
| Dec 31, 2010 | -559,399.65 |
The9 Exchange Rate Effect 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=exchange-rate-effect&ticker=NCTY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "exchange-rate-effect", "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=exchange-rate-effect&ticker=NCTY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();