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: show the values
| Point | NOK/KRW |
|---|---|
| 2025-09-25 | 140.9933 |
| 2025-10-02 | 141.0887 |
| 2025-10-09 | 141.7584 |
| 2025-10-16 | 140.7610 |
| 2025-10-23 | 144.1686 |
| 2025-10-30 | 142.0865 |
| 2025-11-06 | 142.1908 |
| 2025-11-13 | 145.6587 |
| 2025-11-20 | 144.1003 |
| 2025-11-27 | 143.5355 |
| 2025-12-04 | 145.7045 |
| 2025-12-11 | 145.7328 |
| 2025-12-18 | 144.8141 |
| 2025-12-25 | 144.5106 |
| 2026-01-01 | 142.9946 |
| 2026-01-08 | 143.7716 |
| 2026-01-15 | 145.6288 |
| 2026-01-22 | 148.4200 |
| 2026-01-29 | 149.9755 |
| 2026-02-05 | 150.6519 |
| 2026-02-12 | 151.7590 |
| 2026-02-19 | 151.4094 |
| 2026-02-26 | 149.1411 |
| 2026-03-05 | 152.8955 |
| 2026-03-12 | 153.2539 |
| 2026-03-19 | 156.8934 |
| 2026-03-26 | 156.2163 |
| 2026-04-02 | 155.6700 |
| 2026-04-09 | 155.3750 |
| 2026-04-16 | 157.4602 |
| 2026-04-23 | 158.5229 |
| 2026-04-30 | 158.3892 |
| 2026-05-07 | 157.1107 |
| 2026-05-14 | 161.6614 |
| 2026-05-21 | 163.4359 |
| 2026-05-28 | 161.7417 |
| 2026-06-04 | 164.4935 |
| 2026-06-11 | 160.5733 |
| 2026-06-18 | 158.8222 |
| 2026-06-25 | 156.0045 |
| 2026-07-02 | 156.4008 |
| 2026-07-09 | 155.3830 |
| 2026-07-16 | 153.3342 |
| 2026-07-23 | 153.1815 |
| 2026-07-30 | 149.9034 |
| 2026-08-06 | 149.3678 |
| 2026-08-13 | 149.1134 |
| 2026-08-20 | 149.6061 |
| 2026-08-27 | 147.7843 |
| 2026-09-03 | 145.8862 |
| 2026-09-10 | 145.0235 |
| 2026-09-17 | 146.6337 |
| 2026-09-24 | 144.1856 |
High
164.4935
Low
140.7610
Average
150.3507
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.