Convert NOK to JPY
Norwegian Krone → Japanese Yen
1 NOK = 16.577491 JPY(1 JPY = 0.0603228 NOK)
Currency converter
1 NOK =
16.5775 JPY
NOK to JPY: last 30 days
Over the last 30 days, 1 NOK traded between 16.5125 and 17.1582 JPY, averaging 16.7583 JPY. The NOK/JPY rate is down 3.17% since 2026-08-28.
- 30-day high
- 17.1582
- 2026-09-01
- 30-day low
- 16.5125
- 2026-09-17
- 30-day average
- 16.7583
- Days with data: 30
- 30-day change
- -3.17%
- since 2026-08-28
17.1582
16.51252026-08-28 → 2026-09-26
| Date | 1 NOK in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 16.5775 | 0.00% |
| 2026-09-25 | 16.5775 | -0.95% |
| 2026-09-24 | 16.7357 | +0.29% |
| 2026-09-23 | 16.6867 | +0.03% |
| 2026-09-22 | 16.6813 | -0.18% |
| 2026-09-21 | 16.7117 | -0.16% |
| 2026-09-20 | 16.7391 | 0.00% |
| 2026-09-19 | 16.7391 | 0.00% |
| 2026-09-18 | 16.7391 | +1.37% |
| 2026-09-17 | 16.5125 | -0.41% |
| 2026-09-16 | 16.5808 | -0.02% |
| 2026-09-15 | 16.5836 | +0.02% |
| 2026-09-14 | 16.5803 | +0.10% |
| 2026-09-13 | 16.5636 | 0.00% |
| 2026-09-12 | 16.5636 | 0.00% |
| Date | 1 NOK in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 16.5636 | -0.45% |
| 2026-09-10 | 16.6391 | -0.33% |
| 2026-09-09 | 16.6946 | +0.10% |
| 2026-09-08 | 16.6778 | -0.09% |
| 2026-09-07 | 16.6931 | -0.69% |
| 2026-09-06 | 16.8088 | 0.00% |
| 2026-09-05 | 16.8088 | 0.00% |
| 2026-09-04 | 16.8088 | +0.24% |
| 2026-09-03 | 16.7686 | -1.91% |
| 2026-09-02 | 17.0955 | -0.37% |
| 2026-09-01 | 17.1582 | +0.34% |
| 2026-08-31 | 17.0995 | -0.12% |
| 2026-08-30 | 17.12 | 0.00% |
| 2026-08-29 | 17.12 | 0.00% |
| 2026-08-28 | 17.12 | — |
NOK to JPY conversion table
1 NOK16.5775 JPY
5 NOK82.8875 JPY
10 NOK165.7749 JPY
25 NOK414.4373 JPY
50 NOK828.8745 JPY
100 NOK1,657.7491 JPY
500 NOK8,288.7454 JPY
1,000 NOK16,577.491 JPY
5,000 NOK82,887.454 JPY
10,000 NOK165,774.91 JPY
Get the NOK/JPY rate in your app
One GET request returns the latest NOK → 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/NOK/JPY"fetch('https://rate-api.com/api/v1/pair/NOK/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 NOK = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/NOK/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 NOK = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/NOK/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 NOK = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "NOK",
"to": "JPY"
},
"rate": 16.5775,
"timestamp": 1790432103,
"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 NOKJapanese Yen → Norwegian Krone0.060323Convert NOK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.