NOK to KRW exchange rate API
Norwegian Krone to Won · quoted 2026-09-25
143.7582
▲ +4.70% over 5Y
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 5 years, NOK/KRW traded between 120.1571 and 164.5335, averaged 135.4394 and rose 4.70%. 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: show the values
| Point | NOK/KRW |
|---|---|
| 2021-09-27 | 137.3047 |
| 2021-11-08 | 138.5913 |
| 2021-12-20 | 131.8157 |
| 2022-01-31 | 134.7934 |
| 2022-03-14 | 137.7216 |
| 2022-04-27 | 137.1635 |
| 2022-06-08 | 133.0776 |
| 2022-07-20 | 132.0145 |
| 2022-08-31 | 135.1058 |
| 2022-10-12 | 132.9550 |
| 2022-11-23 | 134.8093 |
| 2023-01-05 | 125.4942 |
| 2023-02-16 | 125.6947 |
| 2023-03-30 | 124.4739 |
| 2023-05-16 | 125.6161 |
| 2023-06-27 | 121.1436 |
| 2023-08-08 | 127.9168 |
| 2023-09-19 | 123.4916 |
| 2023-10-31 | 120.8287 |
| 2023-12-12 | 120.1571 |
| 2024-01-26 | 128.0459 |
| 2024-03-08 | 127.1582 |
| 2024-04-23 | 125.4122 |
| 2024-06-05 | 129.9643 |
| 2024-07-17 | 128.2654 |
| 2024-08-27 | 126.7474 |
| 2024-10-01 | 121.4314 |
| 2024-10-31 | 125.6481 |
| 2024-11-30 | 126.2573 |
| 2024-12-30 | 129.9337 |
| 2025-01-29 | 127.6920 |
| 2025-02-28 | 129.6362 |
| 2025-03-30 | 138.1051 |
| 2025-04-29 | 138.3193 |
| 2025-05-29 | 135.0078 |
| 2025-06-28 | 135.1592 |
| 2025-07-28 | 136.1096 |
| 2025-08-27 | 137.4928 |
| 2025-09-26 | 140.5184 |
| 2025-10-26 | 144.0635 |
| 2025-11-25 | 142.8157 |
| 2025-12-25 | 144.5106 |
| 2026-01-24 | 148.0908 |
| 2026-02-23 | 151.0930 |
| 2026-03-25 | 153.8204 |
| 2026-04-24 | 157.9466 |
| 2026-05-24 | 164.5335 |
| 2026-06-23 | 157.0475 |
| 2026-07-23 | 153.1815 |
| 2026-08-22 | 149.1074 |
| 2026-09-21 | 145.8088 |
High
164.5335
Low
120.1571
Average
135.4394
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=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¤cies=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.