Skip to content

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

NZD/KRW over 1Y: show the values
PointNZD/KRW
2025-09-24816.8184
2025-10-01816.2508
2025-10-08822.6875
2025-10-15814.6638
2025-10-22822.4030
2025-10-29822.9736
2025-11-05815.4946
2025-11-12830.5110
2025-11-19824.9115
2025-11-26836.8721
2025-12-03842.0957
2025-12-10849.7270
2025-12-17854.5041
2025-12-24845.1953
2025-12-31832.6497
2026-01-07837.3619
2026-01-14846.6730
2026-01-21858.8442
2026-01-28861.5137
2026-02-04877.8189
2026-02-11885.3702
2026-02-18868.0490
2026-02-25852.9632
2026-03-04867.3073
2026-03-11874.0689
2026-03-18874.9080
2026-03-25871.4125
2026-04-01868.7347
2026-04-08860.4991
2026-04-15870.9682
2026-04-22872.9488
2026-04-29866.1180
2026-05-06864.0291
2026-05-13883.0171
2026-05-20880.1522
2026-05-27882.5732
2026-06-03902.8130
2026-06-10884.9139
2026-06-17881.3405
2026-06-24872.6364
2026-07-01883.7365
2026-07-08859.6587
2026-07-15867.9979
2026-07-22861.2713
2026-07-29838.5865
2026-08-05835.8588
2026-08-12831.5532
2026-08-19818.1227
2026-08-26824.4257
2026-09-02794.0256
2026-09-09782.2643
2026-09-16788.1875
2026-09-23777.0965

High

902.8130

Low

777.0965

Average

847.3616

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.