Convert JPY to NPR
Japanese Yen → Nepalese Rupee
1 JPY = 0.972826 NPR(1 NPR = 1.027933 JPY)
Currency converter
1 JPY =
0.97283 NPR
JPY to NPR: last 30 days
Over the last 30 days, 1 JPY traded between 0.94858 and 0.99477 NPR, averaging 0.97479 NPR. The JPY/NPR rate is up 1.61% since 2026-08-29.
- 30-day high
- 0.99477
- 2026-09-11
- 30-day low
- 0.94858
- 2026-09-01
- 30-day average
- 0.97479
- Days with data: 30
- 30-day change
- +1.61%
- since 2026-08-29
0.99477
0.948582026-08-29 → 2026-09-27
| Date | 1 JPY in NPR | Daily change |
|---|---|---|
| 2026-09-27 | 0.97283 | 0.00% |
| 2026-09-26 | 0.97283 | 0.00% |
| 2026-09-25 | 0.97283 | +0.65% |
| 2026-09-24 | 0.96652 | -0.36% |
| 2026-09-23 | 0.97003 | -0.53% |
| 2026-09-22 | 0.97519 | +0.04% |
| 2026-09-21 | 0.97479 | +0.20% |
| 2026-09-20 | 0.97283 | -0.05% |
| 2026-09-19 | 0.97329 | +0.18% |
| 2026-09-18 | 0.97151 | -1.42% |
| 2026-09-17 | 0.98553 | -0.45% |
| 2026-09-16 | 0.98999 | +0.02% |
| 2026-09-15 | 0.98976 | -0.12% |
| 2026-09-14 | 0.99094 | -0.23% |
| 2026-09-13 | 0.99319 | -0.03% |
| Date | 1 JPY in NPR | Daily change |
|---|---|---|
| 2026-09-12 | 0.99348 | -0.13% |
| 2026-09-11 | 0.99477 | +0.57% |
| 2026-09-10 | 0.98912 | -0.27% |
| 2026-09-09 | 0.99179 | +0.99% |
| 2026-09-08 | 0.98203 | +0.51% |
| 2026-09-07 | 0.97709 | +0.93% |
| 2026-09-06 | 0.96813 | +0.07% |
| 2026-09-05 | 0.96744 | -0.05% |
| 2026-09-04 | 0.96788 | -0.08% |
| 2026-09-03 | 0.96863 | +1.71% |
| 2026-09-02 | 0.9523 | +0.39% |
| 2026-09-01 | 0.94858 | -0.82% |
| 2026-08-31 | 0.95642 | -0.02% |
| 2026-08-30 | 0.95658 | -0.08% |
| 2026-08-29 | 0.95739 | — |
JPY to NPR conversion table
1 JPY0.97283 NPR
5 JPY4.8641 NPR
10 JPY9.7283 NPR
25 JPY24.3206 NPR
50 JPY48.6413 NPR
100 JPY97.2826 NPR
500 JPY486.4129 NPR
1,000 JPY972.8258 NPR
5,000 JPY4,864.1291 NPR
10,000 JPY9,728.2582 NPR
Get the JPY/NPR rate in your app
One GET request returns the latest JPY → NPR 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/NPR"fetch('https://rate-api.com/api/v1/pair/JPY/NPR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} NPR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/NPR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} NPR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/NPR');
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']} NPR\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "NPR"
},
"rate": 0.9728,
"timestamp": 1790470776,
"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
NPR to JPYNepalese Rupee → Japanese Yen1.0279Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.