Convert NPR to JPY
Nepalese Rupee → Japanese Yen
1 NPR = 1.027933 JPY(1 JPY = 0.972826 NPR)
Currency converter
1 NPR =
1.0279 JPY
NPR to JPY: last 30 days
Over the last 30 days, 1 NPR traded between 1.0053 and 1.0542 JPY, averaging 1.0266 JPY. The NPR/JPY rate is down 1.68% since 2026-08-28.
- 30-day high
- 1.0542
- 2026-09-01
- 30-day low
- 1.0053
- 2026-09-11
- 30-day average
- 1.0266
- Days with data: 30
- 30-day change
- -1.68%
- since 2026-08-28
1.0542
1.00532026-08-28 → 2026-09-26
| Date | 1 NPR in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 1.0279 | 0.00% |
| 2026-09-25 | 1.0279 | -0.65% |
| 2026-09-24 | 1.0346 | +0.36% |
| 2026-09-23 | 1.0309 | +0.53% |
| 2026-09-22 | 1.0254 | -0.04% |
| 2026-09-21 | 1.0259 | -0.20% |
| 2026-09-20 | 1.0279 | +0.05% |
| 2026-09-19 | 1.0274 | -0.18% |
| 2026-09-18 | 1.0293 | +1.44% |
| 2026-09-17 | 1.0147 | +0.45% |
| 2026-09-16 | 1.0101 | -0.02% |
| 2026-09-15 | 1.0103 | +0.12% |
| 2026-09-14 | 1.0091 | +0.23% |
| 2026-09-13 | 1.0069 | +0.03% |
| 2026-09-12 | 1.0066 | +0.13% |
| Date | 1 NPR in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 1.0053 | -0.57% |
| 2026-09-10 | 1.011 | +0.27% |
| 2026-09-09 | 1.0083 | -0.98% |
| 2026-09-08 | 1.0183 | -0.50% |
| 2026-09-07 | 1.0234 | -0.92% |
| 2026-09-06 | 1.0329 | -0.07% |
| 2026-09-05 | 1.0337 | +0.05% |
| 2026-09-04 | 1.0332 | +0.08% |
| 2026-09-03 | 1.0324 | -1.69% |
| 2026-09-02 | 1.0501 | -0.39% |
| 2026-09-01 | 1.0542 | +0.83% |
| 2026-08-31 | 1.0456 | +0.02% |
| 2026-08-30 | 1.0454 | +0.09% |
| 2026-08-29 | 1.0445 | -0.09% |
| 2026-08-28 | 1.0455 | — |
NPR to JPY conversion table
1 NPR1.0279 JPY
5 NPR5.1397 JPY
10 NPR10.2793 JPY
25 NPR25.6983 JPY
50 NPR51.3967 JPY
100 NPR102.7933 JPY
500 NPR513.9666 JPY
1,000 NPR1,027.9332 JPY
5,000 NPR5,139.6662 JPY
10,000 NPR10,279.332 JPY
Get the NPR/JPY rate in your app
One GET request returns the latest NPR → 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/NPR/JPY"fetch('https://rate-api.com/api/v1/pair/NPR/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NPR = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NPR/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NPR = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NPR/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NPR = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "NPR",
"to": "JPY"
},
"rate": 1.0279,
"timestamp": 1790435066,
"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 NPRJapanese Yen → Nepalese Rupee0.97283Convert NPR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.