Convert JPY to NGN
Japanese Yen → Nigerian Naira
1 JPY = 8.419696 NGN(1 NGN = 0.118769 JPY)
Currency converter
1 JPY =
8.4197 NGN
JPY to NGN: last 30 days
Over the last 30 days, 1 JPY traded between 8.3512 and 8.6186 NGN, averaging 8.4807 NGN. The JPY/NGN rate is up 0.14% since 2026-08-28.
- 30-day high
- 8.6186
- 2026-09-09
- 30-day low
- 8.3512
- 2026-09-24
- 30-day average
- 8.4807
- Days with data: 30
- 30-day change
- +0.14%
- since 2026-08-28
8.6186
8.35122026-08-28 → 2026-09-26
| Date | 1 JPY in NGN | Daily change |
|---|---|---|
| 2026-09-26 | 8.4197 | 0.00% |
| 2026-09-25 | 8.4197 | +0.82% |
| 2026-09-24 | 8.3512 | -0.46% |
| 2026-09-23 | 8.3899 | -0.57% |
| 2026-09-22 | 8.4381 | -0.27% |
| 2026-09-21 | 8.4608 | +0.30% |
| 2026-09-20 | 8.4352 | -0.00% |
| 2026-09-19 | 8.4354 | -0.01% |
| 2026-09-18 | 8.4365 | -1.23% |
| 2026-09-17 | 8.5412 | -0.28% |
| 2026-09-16 | 8.5653 | +0.27% |
| 2026-09-15 | 8.5425 | -0.38% |
| 2026-09-14 | 8.575 | -0.45% |
| 2026-09-13 | 8.6139 | +0.03% |
| 2026-09-12 | 8.6113 | -0.01% |
| Date | 1 JPY in NGN | Daily change |
|---|---|---|
| 2026-09-11 | 8.612 | +0.34% |
| 2026-09-10 | 8.5824 | -0.42% |
| 2026-09-09 | 8.6186 | +0.61% |
| 2026-09-08 | 8.5666 | +0.28% |
| 2026-09-07 | 8.5427 | +1.00% |
| 2026-09-06 | 8.4582 | -0.04% |
| 2026-09-05 | 8.4616 | -0.11% |
| 2026-09-04 | 8.471 | -0.48% |
| 2026-09-03 | 8.5116 | +1.92% |
| 2026-09-02 | 8.3515 | -0.04% |
| 2026-09-01 | 8.3551 | -0.89% |
| 2026-08-31 | 8.4304 | +0.28% |
| 2026-08-30 | 8.4066 | -0.04% |
| 2026-08-29 | 8.41 | +0.03% |
| 2026-08-28 | 8.4076 | — |
JPY to NGN conversion table
1 JPY8.4197 NGN
5 JPY42.0985 NGN
10 JPY84.197 NGN
25 JPY210.4924 NGN
50 JPY420.9848 NGN
100 JPY841.9696 NGN
500 JPY4,209.8479 NGN
1,000 JPY8,419.6959 NGN
5,000 JPY42,098.479 NGN
10,000 JPY84,196.959 NGN
Get the JPY/NGN rate in your app
One GET request returns the latest JPY → NGN 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/JPY/NGN"fetch('https://rate-api.com/api/v1/pair/JPY/NGN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} NGN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/NGN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} NGN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/NGN');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} NGN\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "NGN"
},
"rate": 8.4197,
"timestamp": 1790439652,
"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
NGN to JPYNigerian Naira → Japanese Yen0.11877Convert JPY to other currencies
Convert other currencies to NGN
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.