Skip to content

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

NZD/KRW over 5Y: show the values
PointNZD/KRW
2021-09-27827.0246
2021-11-08847.3288
2021-12-20800.6919
2022-01-31794.3713
2022-03-14841.7671
2022-04-27832.5974
2022-06-08810.7071
2022-07-20820.2172
2022-08-31822.6872
2022-10-12797.0646
2022-11-23835.8779
2023-01-05799.6083
2023-02-16808.1490
2023-03-30809.5582
2023-05-16837.0324
2023-06-27802.8638
2023-08-08797.5382
2023-09-19787.3600
2023-10-31787.2367
2023-12-12805.3321
2024-01-26815.1681
2024-03-08815.8371
2024-04-23815.2107
2024-06-05848.4615
2024-07-17838.9878
2024-08-27829.5334
2024-10-01814.6342
2024-10-31823.2989
2024-11-30821.5320
2024-12-30833.3137
2025-01-29816.2490
2025-02-28818.0853
2025-03-30827.1213
2025-04-29854.5958
2025-05-29820.5756
2025-06-28824.7861
2025-07-28828.5527
2025-08-27814.5624
2025-09-26812.3320
2025-10-26830.1625
2025-11-25821.2785
2025-12-25844.8688
2026-01-24861.0406
2026-02-23861.3065
2026-03-25871.4125
2026-04-24867.6017
2026-05-24894.0177
2026-06-23872.1559
2026-07-23852.1104
2026-08-22828.6922
2026-09-21786.9379

High

894.0177

Low

779.9464

Average

825.1804

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&currencies=KRW"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD&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=NZD&currencies=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&currencies=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.