Convert NGN to EUR
Nigerian Naira → Euro
1 NGN = 0.00066093 EUR(1 EUR = 1,513.0194 NGN)
Currency converter
1 NGN =
0.00066093 EUR
NGN to EUR: last 30 days
Over the last 30 days, 1 NGN traded between 0.00063958 and 0.00066314 EUR, averaging 0.0006515 EUR. The NGN/EUR rate is up 3.31% since 2026-08-28.
- 30-day high
- 0.00066314
- 2026-09-24
- 30-day low
- 0.00063958
- 2026-08-29
- 30-day average
- 0.0006515
- Days with data: 30
- 30-day change
- +3.31%
- since 2026-08-28
0.00066314
0.000639582026-08-28 → 2026-09-26
| Date | 1 NGN in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.00066093 | 0.00% |
| 2026-09-25 | 0.00066093 | -0.33% |
| 2026-09-24 | 0.00066314 | +0.26% |
| 2026-09-23 | 0.00066144 | +0.56% |
| 2026-09-22 | 0.00065774 | +0.56% |
| 2026-09-21 | 0.00065406 | -0.17% |
| 2026-09-20 | 0.00065519 | +0.00% |
| 2026-09-19 | 0.00065518 | +0.01% |
| 2026-09-18 | 0.00065509 | +0.01% |
| 2026-09-17 | 0.00065499 | +0.36% |
| 2026-09-16 | 0.00065267 | -0.28% |
| 2026-09-15 | 0.00065451 | +0.19% |
| 2026-09-14 | 0.00065325 | +0.48% |
| 2026-09-13 | 0.00065014 | -0.03% |
| 2026-09-12 | 0.00065034 | +0.01% |
| Date | 1 NGN in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.00065029 | -0.05% |
| 2026-09-10 | 0.00065059 | +0.14% |
| 2026-09-09 | 0.00064969 | -0.26% |
| 2026-09-08 | 0.0006514 | +0.08% |
| 2026-09-07 | 0.00065087 | -0.03% |
| 2026-09-06 | 0.00065106 | +0.04% |
| 2026-09-05 | 0.0006508 | +0.11% |
| 2026-09-04 | 0.00065008 | +0.26% |
| 2026-09-03 | 0.00064837 | +0.06% |
| 2026-09-02 | 0.00064799 | +0.50% |
| 2026-09-01 | 0.00064478 | +0.68% |
| 2026-08-31 | 0.00064041 | +0.09% |
| 2026-08-30 | 0.00063983 | +0.04% |
| 2026-08-29 | 0.00063958 | -0.03% |
| 2026-08-28 | 0.00063976 | — |
NGN to EUR conversion table
1 NGN0.00066093 EUR
5 NGN0.0033047 EUR
10 NGN0.0066093 EUR
25 NGN0.016523 EUR
50 NGN0.033047 EUR
100 NGN0.066093 EUR
500 NGN0.33047 EUR
1,000 NGN0.66093 EUR
5,000 NGN3.3047 EUR
10,000 NGN6.6093 EUR
Get the NGN/EUR rate in your app
One GET request returns the latest NGN → EUR 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/NGN/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/NGN/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NGN = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NGN/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NGN = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NGN/EUR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NGN = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "NGN",
"to": "EUR"
},
"rate": 0.000661,
"timestamp": 1790432164,
"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
EUR to NGNEuro → Nigerian Naira1,513.0194Convert NGN to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.