Convert JPY to NOK
Japanese Yen → Norwegian Krone
1 JPY = 0.0603228 NOK(1 NOK = 16.577491 JPY)
Currency converter
1 JPY =
0.060323 NOK
JPY to NOK: last 30 days
Over the last 30 days, 1 JPY traded between 0.058281 and 0.06056 NOK, averaging 0.05968 NOK. The JPY/NOK rate is up 3.27% since 2026-08-28.
- 30-day high
- 0.06056
- 2026-09-17
- 30-day low
- 0.058281
- 2026-09-01
- 30-day average
- 0.05968
- Days with data: 30
- 30-day change
- +3.27%
- since 2026-08-28
0.06056
0.0582812026-08-28 → 2026-09-26
| Date | 1 JPY in NOK | Daily change |
|---|---|---|
| 2026-09-26 | 0.060323 | 0.00% |
| 2026-09-25 | 0.060323 | +0.95% |
| 2026-09-24 | 0.059752 | -0.29% |
| 2026-09-23 | 0.059928 | -0.03% |
| 2026-09-22 | 0.059947 | +0.18% |
| 2026-09-21 | 0.059838 | +0.16% |
| 2026-09-20 | 0.05974 | 0.00% |
| 2026-09-19 | 0.05974 | 0.00% |
| 2026-09-18 | 0.05974 | -1.35% |
| 2026-09-17 | 0.06056 | +0.41% |
| 2026-09-16 | 0.060311 | +0.02% |
| 2026-09-15 | 0.060301 | -0.02% |
| 2026-09-14 | 0.060313 | -0.10% |
| 2026-09-13 | 0.060373 | 0.00% |
| 2026-09-12 | 0.060373 | 0.00% |
| Date | 1 JPY in NOK | Daily change |
|---|---|---|
| 2026-09-11 | 0.060373 | +0.46% |
| 2026-09-10 | 0.060099 | +0.33% |
| 2026-09-09 | 0.0599 | -0.10% |
| 2026-09-08 | 0.05996 | +0.09% |
| 2026-09-07 | 0.059905 | +0.69% |
| 2026-09-06 | 0.059492 | 0.00% |
| 2026-09-05 | 0.059492 | 0.00% |
| 2026-09-04 | 0.059492 | -0.24% |
| 2026-09-03 | 0.059635 | +1.95% |
| 2026-09-02 | 0.058495 | +0.37% |
| 2026-09-01 | 0.058281 | -0.34% |
| 2026-08-31 | 0.058481 | +0.12% |
| 2026-08-30 | 0.058411 | 0.00% |
| 2026-08-29 | 0.058411 | 0.00% |
| 2026-08-28 | 0.058411 | — |
JPY to NOK conversion table
1 JPY0.060323 NOK
5 JPY0.30161 NOK
10 JPY0.60323 NOK
25 JPY1.5081 NOK
50 JPY3.0161 NOK
100 JPY6.0323 NOK
500 JPY30.1614 NOK
1,000 JPY60.3228 NOK
5,000 JPY301.6138 NOK
10,000 JPY603.2276 NOK
Get the JPY/NOK rate in your app
One GET request returns the latest JPY → NOK 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/NOK"fetch('https://rate-api.com/api/v1/pair/JPY/NOK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} NOK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/NOK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} NOK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/NOK');
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']} NOK\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "NOK"
},
"rate": 0.0603,
"timestamp": 1790429355,
"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
NOK to JPYNorwegian Krone → Japanese Yen16.5775Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.