NZD to KRW exchange rate API
New Zealand Dollar to Won · quoted 2026-09-24
779.9464
▼ +5.69% over 5Y
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 5 years, NZD/KRW traded between 779.9464 and 894.0177, averaged 825.1804 and fell 5.69%. 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 5Y: show the values
| Point | NZD/KRW |
|---|---|
| 2021-09-27 | 827.0246 |
| 2021-11-08 | 847.3288 |
| 2021-12-20 | 800.6919 |
| 2022-01-31 | 794.3713 |
| 2022-03-14 | 841.7671 |
| 2022-04-27 | 832.5974 |
| 2022-06-08 | 810.7071 |
| 2022-07-20 | 820.2172 |
| 2022-08-31 | 822.6872 |
| 2022-10-12 | 797.0646 |
| 2022-11-23 | 835.8779 |
| 2023-01-05 | 799.6083 |
| 2023-02-16 | 808.1490 |
| 2023-03-30 | 809.5582 |
| 2023-05-16 | 837.0324 |
| 2023-06-27 | 802.8638 |
| 2023-08-08 | 797.5382 |
| 2023-09-19 | 787.3600 |
| 2023-10-31 | 787.2367 |
| 2023-12-12 | 805.3321 |
| 2024-01-26 | 815.1681 |
| 2024-03-08 | 815.8371 |
| 2024-04-23 | 815.2107 |
| 2024-06-05 | 848.4615 |
| 2024-07-17 | 838.9878 |
| 2024-08-27 | 829.5334 |
| 2024-10-01 | 814.6342 |
| 2024-10-31 | 823.2989 |
| 2024-11-30 | 821.5320 |
| 2024-12-30 | 833.3137 |
| 2025-01-29 | 816.2490 |
| 2025-02-28 | 818.0853 |
| 2025-03-30 | 827.1213 |
| 2025-04-29 | 854.5958 |
| 2025-05-29 | 820.5756 |
| 2025-06-28 | 824.7861 |
| 2025-07-28 | 828.5527 |
| 2025-08-27 | 814.5624 |
| 2025-09-26 | 812.3320 |
| 2025-10-26 | 830.1625 |
| 2025-11-25 | 821.2785 |
| 2025-12-25 | 844.8688 |
| 2026-01-24 | 861.0406 |
| 2026-02-23 | 861.3065 |
| 2026-03-25 | 871.4125 |
| 2026-04-24 | 867.6017 |
| 2026-05-24 | 894.0177 |
| 2026-06-23 | 872.1559 |
| 2026-07-23 | 852.1104 |
| 2026-08-22 | 828.6922 |
| 2026-09-21 | 786.9379 |
High
894.0177
Low
779.9464
Average
825.1804
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.