Skip to content

KRW to NOK exchange rate API

Won to Norwegian Krone · quoted 2026-09-25

0.006959

▼ +1.88% over 1Y

1 KRW = 0.006959 NOK · 1 NOK = 143.6988 KRW · Get this rate via the API

1 KRW buys 0.006959 NOK as of 2026-09-25, so 1 NOK buys 143.6988 KRW. Over the last year, KRW/NOK traded between 0.006079 and 0.007104, averaged 0.006663 and fell 1.88%. The API holds daily KRW/NOK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

KRW/NOK over 1Y

KRW/NOK over 1Y: show the values
PointKRW/NOK
2025-09-250.007092
2025-10-020.007087
2025-10-090.007054
2025-10-160.007104
2025-10-230.006936
2025-10-300.007037
2025-11-060.007032
2025-11-130.006865
2025-11-200.006939
2025-11-270.006966
2025-12-040.006863
2025-12-110.006861
2025-12-180.006905
2025-12-250.006919
2026-01-010.006993
2026-01-080.006955
2026-01-150.006866
2026-01-220.006737
2026-01-290.006667
2026-02-050.006637
2026-02-120.006589
2026-02-190.006604
2026-02-260.006705
2026-03-050.006540
2026-03-120.006525
2026-03-190.006373
2026-03-260.006401
2026-04-020.006423
2026-04-090.006436
2026-04-160.006350
2026-04-230.006308
2026-04-300.006313
2026-05-070.006364
2026-05-140.006185
2026-05-210.006118
2026-05-280.006182
2026-06-040.006079
2026-06-110.006227
2026-06-180.006296
2026-06-250.006410
2026-07-020.006393
2026-07-090.006435
2026-07-160.006521
2026-07-230.006528
2026-07-300.006670
2026-08-060.006694
2026-08-130.006706
2026-08-200.006684
2026-08-270.006766
2026-09-030.006854
2026-09-100.006895
2026-09-170.006819
2026-09-240.006935

High

0.007104

Low

0.006079

Average

0.006663

For developers

Get this rate via the API

One GET request returns the KRW/NOK 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=KRW&currencies=NOK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KRW&currencies=NOK");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

KRW/NOK API questions

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

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

How far back does KRW/NOK historical data go?

Daily KRW/NOK 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 KRW/NOK 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.