Convert CNY to NGN
Chinese Yuan → Nigerian Naira
1 CNY = 197.64854 NGN(1 NGN = 0.00505949 CNY)
Currency converter
1 CNY =
197.6485 NGN
CNY to NGN: last 30 days
Over the last 30 days, 1 CNY traded between 196.9303 and 200.3932 NGN, averaging 198.0735 NGN. The CNY/NGN rate is down 1.05% since 2026-08-28.
- 30-day high
- 200.3932
- 2026-08-31
- 30-day low
- 196.9303
- 2026-09-09
- 30-day average
- 198.0735
- Days with data: 30
- 30-day change
- -1.05%
- since 2026-08-28
200.3932
196.93032026-08-28 → 2026-09-26
| Date | 1 CNY in NGN | Daily change |
|---|---|---|
| 2026-09-26 | 197.6485 | 0.00% |
| 2026-09-25 | 197.6485 | +0.01% |
| 2026-09-24 | 197.6333 | +0.05% |
| 2026-09-23 | 197.5301 | -0.21% |
| 2026-09-22 | 197.953 | -0.40% |
| 2026-09-21 | 198.7389 | -0.06% |
| 2026-09-20 | 198.8525 | -0.00% |
| 2026-09-19 | 198.8559 | -0.01% |
| 2026-09-18 | 198.8831 | +0.32% |
| 2026-09-17 | 198.2536 | +0.12% |
| 2026-09-16 | 198.0062 | +0.36% |
| 2026-09-15 | 197.2874 | -0.13% |
| 2026-09-14 | 197.5537 | -0.12% |
| 2026-09-13 | 197.8002 | +0.03% |
| 2026-09-12 | 197.7401 | -0.01% |
| Date | 1 CNY in NGN | Daily change |
|---|---|---|
| 2026-09-11 | 197.756 | +0.22% |
| 2026-09-10 | 197.3122 | +0.19% |
| 2026-09-09 | 196.9303 | -0.02% |
| 2026-09-08 | 196.9781 | -0.01% |
| 2026-09-07 | 196.9881 | +0.03% |
| 2026-09-06 | 196.9322 | -0.04% |
| 2026-09-05 | 197.0107 | -0.11% |
| 2026-09-04 | 197.2304 | -0.20% |
| 2026-09-03 | 197.6292 | -0.34% |
| 2026-09-02 | 198.3038 | -0.38% |
| 2026-09-01 | 199.0617 | -0.66% |
| 2026-08-31 | 200.3932 | +0.33% |
| 2026-08-30 | 199.7297 | -0.04% |
| 2026-08-29 | 199.8103 | +0.03% |
| 2026-08-28 | 199.7532 | — |
CNY to NGN conversion table
1 CNY197.6485 NGN
5 CNY988.2427 NGN
10 CNY1,976.4854 NGN
25 CNY4,941.2135 NGN
50 CNY9,882.4271 NGN
100 CNY19,764.854 NGN
500 CNY98,824.271 NGN
1,000 CNY197,648.54 NGN
5,000 CNY988,242.71 NGN
10,000 CNY1,976,485.4 NGN
Get the CNY/NGN rate in your app
One GET request returns the latest CNY → NGN rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CNY/NGN"fetch('https://rate-api.com/api/v1/pair/CNY/NGN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} NGN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/NGN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} NGN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/NGN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CNY = {$data['rate']} NGN\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "NGN"
},
"rate": 197.6485,
"timestamp": 1790439676,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
NGN to CNYNigerian Naira → Chinese Yuan0.0050595Convert CNY to other currencies
Convert other currencies to NGN
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.