Skip to content

NOK to KRW exchange rate API

Norwegian Krone to Won · quoted 2026-09-25

143.7582

▲ +1.96% over 1Y

1 NOK = 143.7582 KRW · 1 KRW = 0.006956 NOK · Get this rate via the API

1 NOK buys 143.7582 KRW as of 2026-09-25, so 1 KRW buys 0.006956 NOK. Over the last year, NOK/KRW traded between 140.7610 and 164.4935, averaged 150.3507 and rose 1.96%. The API holds daily NOK/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

NOK/KRW over 1Y

NOK/KRW over 1Y: show the values
PointNOK/KRW
2025-09-25140.9933
2025-10-02141.0887
2025-10-09141.7584
2025-10-16140.7610
2025-10-23144.1686
2025-10-30142.0865
2025-11-06142.1908
2025-11-13145.6587
2025-11-20144.1003
2025-11-27143.5355
2025-12-04145.7045
2025-12-11145.7328
2025-12-18144.8141
2025-12-25144.5106
2026-01-01142.9946
2026-01-08143.7716
2026-01-15145.6288
2026-01-22148.4200
2026-01-29149.9755
2026-02-05150.6519
2026-02-12151.7590
2026-02-19151.4094
2026-02-26149.1411
2026-03-05152.8955
2026-03-12153.2539
2026-03-19156.8934
2026-03-26156.2163
2026-04-02155.6700
2026-04-09155.3750
2026-04-16157.4602
2026-04-23158.5229
2026-04-30158.3892
2026-05-07157.1107
2026-05-14161.6614
2026-05-21163.4359
2026-05-28161.7417
2026-06-04164.4935
2026-06-11160.5733
2026-06-18158.8222
2026-06-25156.0045
2026-07-02156.4008
2026-07-09155.3830
2026-07-16153.3342
2026-07-23153.1815
2026-07-30149.9034
2026-08-06149.3678
2026-08-13149.1134
2026-08-20149.6061
2026-08-27147.7843
2026-09-03145.8862
2026-09-10145.0235
2026-09-17146.6337
2026-09-24144.1856

High

164.4935

Low

140.7610

Average

150.3507

For developers

Get this rate via the API

One GET request returns the NOK/KRW rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=KRW");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=KRW").json()

Replace YOUR_API_KEY with the key from your dashboard.

NOK/KRW API questions

How do I get the NOK/KRW exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NOK/KRW rate in rates.KRW.

How far back does NOK/KRW historical data go?

Daily NOK/KRW rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free NOK/KRW exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.