Skip to content

NOK to KRW exchange rate API

Norwegian Krone to Won · quoted 2026-09-25

143.8186

▲ +4.74% over 5Y

1 NOK = 143.8186 KRW · 1 KRW = 0.006953 NOK · Get this rate via the API

1 NOK buys 143.8186 KRW as of 2026-09-25, so 1 KRW buys 0.006953 NOK. Over the last 5 years, NOK/KRW traded between 120.1571 and 164.5335, averaged 135.4406 and rose 4.74%. 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 5Y

NOK/KRW over 5Y: show the values
PointNOK/KRW
2021-09-27137.3047
2021-11-08138.5913
2021-12-20131.8157
2022-01-31134.7934
2022-03-14137.7216
2022-04-27137.1635
2022-06-08133.0776
2022-07-20132.0145
2022-08-31135.1058
2022-10-12132.9550
2022-11-23134.8093
2023-01-05125.4942
2023-02-16125.6947
2023-03-30124.4739
2023-05-16125.6161
2023-06-27121.1436
2023-08-08127.9168
2023-09-19123.4916
2023-10-31120.8287
2023-12-12120.1571
2024-01-26128.0459
2024-03-08127.1582
2024-04-23125.4122
2024-06-05129.9643
2024-07-17128.2654
2024-08-27126.7474
2024-10-01121.4314
2024-10-31125.6481
2024-11-30126.2573
2024-12-30129.9337
2025-01-29127.6920
2025-02-28129.6362
2025-03-30138.1051
2025-04-29138.3193
2025-05-29135.0078
2025-06-28135.1592
2025-07-28136.1096
2025-08-27137.4928
2025-09-26140.5184
2025-10-26144.0635
2025-11-25142.8157
2025-12-25144.5106
2026-01-24148.0908
2026-02-23151.0930
2026-03-25153.8204
2026-04-24157.9466
2026-05-24164.5335
2026-06-23157.0475
2026-07-23153.1815
2026-08-22149.1074
2026-09-21145.8088

High

164.5335

Low

120.1571

Average

135.4406

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.