NZD to KRW exchange rate API
New Zealand Dollar to Won · quoted 2026-09-24
779.9464
▼ +4.51% over 1Y
1 NZD = 779.9464 KRW · 1 KRW = 0.001282 NZD · Get this rate via the API
1 NZD buys 779.9464 KRW as of 2026-09-24, so 1 KRW buys 0.001282 NZD. Over the last year, NZD/KRW traded between 777.0965 and 902.8130, averaged 847.3616 and fell 4.51%. The API holds daily NZD/KRW rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
NZD/KRW over 1Y: show the values
| Point | NZD/KRW |
|---|---|
| 2025-09-24 | 816.8184 |
| 2025-10-01 | 816.2508 |
| 2025-10-08 | 822.6875 |
| 2025-10-15 | 814.6638 |
| 2025-10-22 | 822.4030 |
| 2025-10-29 | 822.9736 |
| 2025-11-05 | 815.4946 |
| 2025-11-12 | 830.5110 |
| 2025-11-19 | 824.9115 |
| 2025-11-26 | 836.8721 |
| 2025-12-03 | 842.0957 |
| 2025-12-10 | 849.7270 |
| 2025-12-17 | 854.5041 |
| 2025-12-24 | 845.1953 |
| 2025-12-31 | 832.6497 |
| 2026-01-07 | 837.3619 |
| 2026-01-14 | 846.6730 |
| 2026-01-21 | 858.8442 |
| 2026-01-28 | 861.5137 |
| 2026-02-04 | 877.8189 |
| 2026-02-11 | 885.3702 |
| 2026-02-18 | 868.0490 |
| 2026-02-25 | 852.9632 |
| 2026-03-04 | 867.3073 |
| 2026-03-11 | 874.0689 |
| 2026-03-18 | 874.9080 |
| 2026-03-25 | 871.4125 |
| 2026-04-01 | 868.7347 |
| 2026-04-08 | 860.4991 |
| 2026-04-15 | 870.9682 |
| 2026-04-22 | 872.9488 |
| 2026-04-29 | 866.1180 |
| 2026-05-06 | 864.0291 |
| 2026-05-13 | 883.0171 |
| 2026-05-20 | 880.1522 |
| 2026-05-27 | 882.5732 |
| 2026-06-03 | 902.8130 |
| 2026-06-10 | 884.9139 |
| 2026-06-17 | 881.3405 |
| 2026-06-24 | 872.6364 |
| 2026-07-01 | 883.7365 |
| 2026-07-08 | 859.6587 |
| 2026-07-15 | 867.9979 |
| 2026-07-22 | 861.2713 |
| 2026-07-29 | 838.5865 |
| 2026-08-05 | 835.8588 |
| 2026-08-12 | 831.5532 |
| 2026-08-19 | 818.1227 |
| 2026-08-26 | 824.4257 |
| 2026-09-02 | 794.0256 |
| 2026-09-09 | 782.2643 |
| 2026-09-16 | 788.1875 |
| 2026-09-23 | 777.0965 |
High
902.8130
Low
777.0965
Average
847.3616
Get this rate via the API
One GET request returns the NZD/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=NZD¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=KRW").json()Replace YOUR_API_KEY with the key from your dashboard.
NZD/KRW API questions
How do I get the NZD/KRW exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=KRW, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NZD/KRW rate in rates.KRW.
How far back does NZD/KRW historical data go?
Daily NZD/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 NZD/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.