Convert CNY to NIO
Chinese Yuan → Nicaraguan Córdoba
1 CNY = 5.481006 NIO(1 NIO = 0.182448 CNY)
Currency converter
1 CNY =
5.481 NIO
CNY to NIO: last 30 days
Over the last 30 days, 1 CNY traded between 5.4527 and 5.494 NIO, averaging 5.4773 NIO. The CNY/NIO rate is up 0.20% since 2026-08-28.
- 30-day high
- 5.494
- 2026-09-19
- 30-day low
- 5.4527
- 2026-09-12
- 30-day average
- 5.4773
- Days with data: 30
- 30-day change
- +0.20%
- since 2026-08-28
5.494
5.45272026-08-28 → 2026-09-26
| Date | 1 CNY in NIO | Daily change |
|---|---|---|
| 2026-09-26 | 5.481 | 0.00% |
| 2026-09-25 | 5.481 | -0.17% |
| 2026-09-24 | 5.4905 | +0.01% |
| 2026-09-23 | 5.49 | +0.18% |
| 2026-09-22 | 5.4804 | -0.15% |
| 2026-09-21 | 5.4888 | +0.08% |
| 2026-09-20 | 5.4842 | -0.18% |
| 2026-09-19 | 5.494 | +0.35% |
| 2026-09-18 | 5.4751 | +0.10% |
| 2026-09-17 | 5.4696 | -0.07% |
| 2026-09-16 | 5.4733 | +0.02% |
| 2026-09-15 | 5.4724 | -0.02% |
| 2026-09-14 | 5.4736 | +0.19% |
| 2026-09-13 | 5.463 | +0.19% |
| 2026-09-12 | 5.4527 | -0.47% |
| Date | 1 CNY in NIO | Daily change |
|---|---|---|
| 2026-09-11 | 5.4783 | -0.07% |
| 2026-09-10 | 5.482 | +0.03% |
| 2026-09-09 | 5.4802 | -0.07% |
| 2026-09-08 | 5.484 | -0.00% |
| 2026-09-07 | 5.4842 | +0.26% |
| 2026-09-06 | 5.4698 | -0.24% |
| 2026-09-05 | 5.4832 | +0.02% |
| 2026-09-04 | 5.482 | +0.17% |
| 2026-09-03 | 5.4728 | +0.08% |
| 2026-09-02 | 5.4682 | -0.11% |
| 2026-09-01 | 5.4742 | -0.11% |
| 2026-08-31 | 5.4801 | +0.40% |
| 2026-08-30 | 5.4585 | -0.40% |
| 2026-08-29 | 5.4804 | +0.19% |
| 2026-08-28 | 5.4701 | — |
CNY to NIO conversion table
1 CNY5.481 NIO
5 CNY27.405 NIO
10 CNY54.8101 NIO
25 CNY137.0252 NIO
50 CNY274.0503 NIO
100 CNY548.1006 NIO
500 CNY2,740.5029 NIO
1,000 CNY5,481.0058 NIO
5,000 CNY27,405.029 NIO
10,000 CNY54,810.058 NIO
Get the CNY/NIO rate in your app
One GET request returns the latest CNY → NIO 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/NIO"fetch('https://rate-api.com/api/v1/pair/CNY/NIO', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CNY = ${data.rate} NIO`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CNY/NIO",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CNY = {data['rate']} NIO")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CNY/NIO');
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']} NIO\n";Example response
{
"success": true,
"pair": {
"from": "CNY",
"to": "NIO"
},
"rate": 5.481,
"timestamp": 1790429397,
"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
NIO to CNYNicaraguan Córdoba → Chinese Yuan0.18245Convert CNY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.