Convert NIO to CNY
Nicaraguan Córdoba → Chinese Yuan
1 NIO = 0.182448 CNY(1 CNY = 5.481006 NIO)
Currency converter
1 NIO =
0.18245 CNY
NIO to CNY: last 30 days
Over the last 30 days, 1 NIO traded between 0.18202 and 0.1834 CNY, averaging 0.18257 CNY. The NIO/CNY rate is down 0.20% since 2026-08-28.
- 30-day high
- 0.1834
- 2026-09-12
- 30-day low
- 0.18202
- 2026-09-19
- 30-day average
- 0.18257
- Days with data: 30
- 30-day change
- -0.20%
- since 2026-08-28
0.1834
0.182022026-08-28 → 2026-09-26
| Date | 1 NIO in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 0.18245 | 0.00% |
| 2026-09-25 | 0.18245 | +0.17% |
| 2026-09-24 | 0.18213 | -0.01% |
| 2026-09-23 | 0.18215 | -0.17% |
| 2026-09-22 | 0.18247 | +0.15% |
| 2026-09-21 | 0.18219 | -0.08% |
| 2026-09-20 | 0.18234 | +0.18% |
| 2026-09-19 | 0.18202 | -0.34% |
| 2026-09-18 | 0.18264 | -0.10% |
| 2026-09-17 | 0.18283 | +0.07% |
| 2026-09-16 | 0.18271 | -0.02% |
| 2026-09-15 | 0.18274 | +0.02% |
| 2026-09-14 | 0.18269 | -0.19% |
| 2026-09-13 | 0.18305 | -0.19% |
| 2026-09-12 | 0.1834 | +0.47% |
| Date | 1 NIO in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 0.18254 | +0.07% |
| 2026-09-10 | 0.18241 | -0.03% |
| 2026-09-09 | 0.18247 | +0.07% |
| 2026-09-08 | 0.18235 | +0.00% |
| 2026-09-07 | 0.18234 | -0.26% |
| 2026-09-06 | 0.18282 | +0.24% |
| 2026-09-05 | 0.18238 | -0.02% |
| 2026-09-04 | 0.18241 | -0.17% |
| 2026-09-03 | 0.18272 | -0.08% |
| 2026-09-02 | 0.18287 | +0.11% |
| 2026-09-01 | 0.18267 | +0.11% |
| 2026-08-31 | 0.18248 | -0.39% |
| 2026-08-30 | 0.1832 | +0.40% |
| 2026-08-29 | 0.18247 | -0.19% |
| 2026-08-28 | 0.18281 | — |
NIO to CNY conversion table
1 NIO0.18245 CNY
5 NIO0.91224 CNY
10 NIO1.8245 CNY
25 NIO4.5612 CNY
50 NIO9.1224 CNY
100 NIO18.2448 CNY
500 NIO91.2241 CNY
1,000 NIO182.4483 CNY
5,000 NIO912.2413 CNY
10,000 NIO1,824.4826 CNY
Get the NIO/CNY rate in your app
One GET request returns the latest NIO → CNY 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/NIO/CNY"fetch('https://rate-api.com/api/v1/pair/NIO/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NIO = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NIO/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NIO = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NIO/CNY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NIO = {$data['rate']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "NIO",
"to": "CNY"
},
"rate": 0.1824,
"timestamp": 1790432121,
"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
CNY to NIOChinese Yuan → Nicaraguan Córdoba5.481Convert NIO to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.