Convert NGN to JPY
Nigerian Naira → Japanese Yen
1 NGN = 0.118769 JPY(1 JPY = 8.419696 NGN)
Currency converter
1 NGN =
0.11877 JPY
NGN to JPY: last 30 days
Over the last 30 days, 1 NGN traded between 0.11603 and 0.11974 JPY, averaging 0.11793 JPY. The NGN/JPY rate is down 0.14% since 2026-08-28.
- 30-day high
- 0.11974
- 2026-09-24
- 30-day low
- 0.11603
- 2026-09-09
- 30-day average
- 0.11793
- Days with data: 30
- 30-day change
- -0.14%
- since 2026-08-28
0.11974
0.116032026-08-28 → 2026-09-26
| Date | 1 NGN in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 0.11877 | 0.00% |
| 2026-09-25 | 0.11877 | -0.81% |
| 2026-09-24 | 0.11974 | +0.46% |
| 2026-09-23 | 0.11919 | +0.58% |
| 2026-09-22 | 0.11851 | +0.27% |
| 2026-09-21 | 0.11819 | -0.30% |
| 2026-09-20 | 0.11855 | +0.00% |
| 2026-09-19 | 0.11855 | +0.01% |
| 2026-09-18 | 0.11853 | +1.24% |
| 2026-09-17 | 0.11708 | +0.28% |
| 2026-09-16 | 0.11675 | -0.27% |
| 2026-09-15 | 0.11706 | +0.38% |
| 2026-09-14 | 0.11662 | +0.45% |
| 2026-09-13 | 0.11609 | -0.03% |
| 2026-09-12 | 0.11613 | +0.01% |
| Date | 1 NGN in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 0.11612 | -0.34% |
| 2026-09-10 | 0.11652 | +0.42% |
| 2026-09-09 | 0.11603 | -0.60% |
| 2026-09-08 | 0.11673 | -0.28% |
| 2026-09-07 | 0.11706 | -0.99% |
| 2026-09-06 | 0.11823 | +0.04% |
| 2026-09-05 | 0.11818 | +0.11% |
| 2026-09-04 | 0.11805 | +0.48% |
| 2026-09-03 | 0.11749 | -1.88% |
| 2026-09-02 | 0.11974 | +0.04% |
| 2026-09-01 | 0.11969 | +0.90% |
| 2026-08-31 | 0.11862 | -0.28% |
| 2026-08-30 | 0.11895 | +0.04% |
| 2026-08-29 | 0.11891 | -0.03% |
| 2026-08-28 | 0.11894 | — |
NGN to JPY conversion table
1 NGN0.11877 JPY
5 NGN0.59385 JPY
10 NGN1.1877 JPY
25 NGN2.9692 JPY
50 NGN5.9385 JPY
100 NGN11.8769 JPY
500 NGN59.3846 JPY
1,000 NGN118.7691 JPY
5,000 NGN593.8457 JPY
10,000 NGN1,187.6914 JPY
Get the NGN/JPY rate in your app
One GET request returns the latest NGN → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/NGN/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NGN = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NGN/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NGN = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NGN/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "NGN",
"to": "JPY"
},
"rate": 0.1188,
"timestamp": 1790437572,
"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
JPY to NGNJapanese Yen → Nigerian Naira8.4197Convert NGN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.