Convert EUR to NIO
Euro → Nicaraguan Córdoba
1 EUR = 41.902429 NIO(1 NIO = 0.023865 EUR)
Currency converter
1 EUR =
41.9024 NIO
EUR to NIO: last 30 days
Over the last 30 days, 1 EUR traded between 41.8939 and 42.8849 NIO, averaging 42.416 NIO. The EUR/NIO rate is down 2.29% since 2026-08-29.
- 30-day high
- 42.8849
- 2026-08-29
- 30-day low
- 41.8939
- 2026-09-24
- 30-day average
- 42.416
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-29
42.8849
41.89392026-08-29 → 2026-09-27
| Date | 1 EUR in NIO | Daily change |
|---|---|---|
| 2026-09-27 | 41.9024 | 0.00% |
| 2026-09-26 | 41.9024 | -0.13% |
| 2026-09-25 | 41.9576 | +0.15% |
| 2026-09-24 | 41.8939 | -0.30% |
| 2026-09-23 | 42.0195 | -0.17% |
| 2026-09-22 | 42.0915 | -0.32% |
| 2026-09-21 | 42.2257 | +0.31% |
| 2026-09-20 | 42.0939 | -0.18% |
| 2026-09-19 | 42.1689 | +0.35% |
| 2026-09-18 | 42.0239 | -0.23% |
| 2026-09-17 | 42.1212 | -0.54% |
| 2026-09-16 | 42.352 | -0.07% |
| 2026-09-15 | 42.3803 | -0.08% |
| 2026-09-14 | 42.4141 | -0.16% |
| 2026-09-13 | 42.4813 | +0.19% |
| Date | 1 EUR in NIO | Daily change |
|---|---|---|
| 2026-09-12 | 42.4008 | -0.47% |
| 2026-09-11 | 42.6005 | -0.25% |
| 2026-09-10 | 42.7054 | -0.30% |
| 2026-09-09 | 42.833 | +0.22% |
| 2026-09-08 | 42.7396 | -0.08% |
| 2026-09-07 | 42.7741 | +0.26% |
| 2026-09-06 | 42.6614 | -0.24% |
| 2026-09-05 | 42.7652 | +0.02% |
| 2026-09-04 | 42.7566 | +0.11% |
| 2026-09-03 | 42.7108 | +0.37% |
| 2026-09-02 | 42.5546 | -0.22% |
| 2026-09-01 | 42.6505 | -0.12% |
| 2026-08-31 | 42.7015 | -0.03% |
| 2026-08-30 | 42.7134 | -0.40% |
| 2026-08-29 | 42.8849 | — |
EUR to NIO conversion table
1 EUR41.9024 NIO
5 EUR209.5122 NIO
10 EUR419.0243 NIO
25 EUR1,047.5607 NIO
50 EUR2,095.1215 NIO
100 EUR4,190.2429 NIO
500 EUR20,951.215 NIO
1,000 EUR41,902.429 NIO
5,000 EUR209,512.15 NIO
10,000 EUR419,024.29 NIO
Get the EUR/NIO rate in your app
One GET request returns the latest EUR → 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/EUR/NIO"fetch('https://rate-api.com/api/v1/pair/EUR/NIO', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} NIO`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/NIO",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} NIO")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/NIO');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} NIO\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "NIO"
},
"rate": 41.9024,
"timestamp": 1790510977,
"date": "2026-09-27"
}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 EURNicaraguan Córdoba → Euro0.023865Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.