Convert CHF to NIO
Swiss Franc → Nicaraguan Córdoba
1 CHF = 44.423132 NIO(1 NIO = 0.0225108 CHF)
Currency converter
1 CHF =
44.4231 NIO
CHF to NIO: last 30 days
Over the last 30 days, 1 CHF traded between 44.4136 and 45.7979 NIO, averaging 45.0622 NIO. The CHF/NIO rate is down 2.82% since 2026-08-28.
- 30-day high
- 45.7979
- 2026-08-29
- 30-day low
- 44.4136
- 2026-09-18
- 30-day average
- 45.0622
- Days with data: 30
- 30-day change
- -2.82%
- since 2026-08-28
45.7979
44.41362026-08-28 → 2026-09-26
| Date | 1 CHF in NIO | Daily change |
|---|---|---|
| 2026-09-26 | 44.4231 | 0.00% |
| 2026-09-25 | 44.4231 | -0.23% |
| 2026-09-24 | 44.5254 | -0.50% |
| 2026-09-23 | 44.7492 | -0.14% |
| 2026-09-22 | 44.8114 | +0.16% |
| 2026-09-21 | 44.74 | +0.57% |
| 2026-09-20 | 44.4875 | -0.18% |
| 2026-09-19 | 44.5668 | +0.35% |
| 2026-09-18 | 44.4136 | -0.19% |
| 2026-09-17 | 44.4972 | -0.72% |
| 2026-09-16 | 44.8217 | -0.15% |
| 2026-09-15 | 44.8899 | -0.18% |
| 2026-09-14 | 44.973 | +0.05% |
| 2026-09-13 | 44.9489 | +0.19% |
| 2026-09-12 | 44.8638 | -0.47% |
| Date | 1 CHF in NIO | Daily change |
|---|---|---|
| 2026-09-11 | 45.0751 | -0.45% |
| 2026-09-10 | 45.2773 | -0.59% |
| 2026-09-09 | 45.5477 | +0.44% |
| 2026-09-08 | 45.3471 | -0.29% |
| 2026-09-07 | 45.4803 | +0.26% |
| 2026-09-06 | 45.3606 | -0.24% |
| 2026-09-05 | 45.471 | +0.02% |
| 2026-09-04 | 45.4617 | -0.05% |
| 2026-09-03 | 45.4855 | +0.73% |
| 2026-09-02 | 45.1556 | -0.54% |
| 2026-09-01 | 45.4014 | -0.31% |
| 2026-08-31 | 45.5439 | -0.16% |
| 2026-08-30 | 45.6147 | -0.40% |
| 2026-08-29 | 45.7979 | +0.19% |
| 2026-08-28 | 45.7112 | — |
CHF to NIO conversion table
1 CHF44.4231 NIO
5 CHF222.1157 NIO
10 CHF444.2313 NIO
25 CHF1,110.5783 NIO
50 CHF2,221.1566 NIO
100 CHF4,442.3132 NIO
500 CHF22,211.566 NIO
1,000 CHF44,423.132 NIO
5,000 CHF222,115.66 NIO
10,000 CHF444,231.32 NIO
Get the CHF/NIO rate in your app
One GET request returns the latest CHF → 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/CHF/NIO"fetch('https://rate-api.com/api/v1/pair/CHF/NIO', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} NIO`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/NIO",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} NIO")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/NIO');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} NIO\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "NIO"
},
"rate": 44.4231,
"timestamp": 1790429349,
"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 CHFNicaraguan Córdoba → Swiss Franc0.022511Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.