Convert NIO to CHF
Nicaraguan Córdoba → Swiss Franc
1 NIO = 0.0225108 CHF(1 CHF = 44.423132 NIO)
Currency converter
1 NIO =
0.022511 CHF
NIO to CHF: last 30 days
Over the last 30 days, 1 NIO traded between 0.021835 and 0.022516 CHF, averaging 0.022194 CHF. The NIO/CHF rate is up 2.90% since 2026-08-28.
- 30-day high
- 0.022516
- 2026-09-18
- 30-day low
- 0.021835
- 2026-08-29
- 30-day average
- 0.022194
- Days with data: 30
- 30-day change
- +2.90%
- since 2026-08-28
0.022516
0.0218352026-08-28 → 2026-09-26
| Date | 1 NIO in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.022511 | 0.00% |
| 2026-09-25 | 0.022511 | +0.23% |
| 2026-09-24 | 0.022459 | +0.50% |
| 2026-09-23 | 0.022347 | +0.14% |
| 2026-09-22 | 0.022316 | -0.16% |
| 2026-09-21 | 0.022351 | -0.56% |
| 2026-09-20 | 0.022478 | +0.18% |
| 2026-09-19 | 0.022438 | -0.34% |
| 2026-09-18 | 0.022516 | +0.19% |
| 2026-09-17 | 0.022473 | +0.73% |
| 2026-09-16 | 0.022311 | +0.15% |
| 2026-09-15 | 0.022277 | +0.19% |
| 2026-09-14 | 0.022236 | -0.05% |
| 2026-09-13 | 0.022247 | -0.19% |
| 2026-09-12 | 0.02229 | +0.47% |
| Date | 1 NIO in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.022185 | +0.45% |
| 2026-09-10 | 0.022086 | +0.60% |
| 2026-09-09 | 0.021955 | -0.44% |
| 2026-09-08 | 0.022052 | +0.29% |
| 2026-09-07 | 0.021988 | -0.26% |
| 2026-09-06 | 0.022046 | +0.24% |
| 2026-09-05 | 0.021992 | -0.02% |
| 2026-09-04 | 0.021997 | +0.05% |
| 2026-09-03 | 0.021985 | -0.73% |
| 2026-09-02 | 0.022146 | +0.54% |
| 2026-09-01 | 0.022026 | +0.31% |
| 2026-08-31 | 0.021957 | +0.16% |
| 2026-08-30 | 0.021923 | +0.40% |
| 2026-08-29 | 0.021835 | -0.19% |
| 2026-08-28 | 0.021876 | — |
NIO to CHF conversion table
1 NIO0.022511 CHF
5 NIO0.11255 CHF
10 NIO0.22511 CHF
25 NIO0.56277 CHF
50 NIO1.1255 CHF
100 NIO2.2511 CHF
500 NIO11.2554 CHF
1,000 NIO22.5108 CHF
5,000 NIO112.554 CHF
10,000 NIO225.108 CHF
Get the NIO/CHF rate in your app
One GET request returns the latest NIO → CHF 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/CHF"fetch('https://rate-api.com/api/v1/pair/NIO/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NIO = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NIO/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NIO = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NIO/CHF');
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']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "NIO",
"to": "CHF"
},
"rate": 0.0225,
"timestamp": 1790432096,
"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
CHF to NIOSwiss Franc → Nicaraguan Córdoba44.4231Convert NIO to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.