Skip to content

SGD to NZD exchange rate API

Singapore Dollar to New Zealand Dollar · quoted 2026-09-25

1.3806

▲ +3.42% over 1Y

1 SGD = 1.3806 NZD · 1 NZD = 0.72433 SGD · Get this rate via the API

1 SGD buys 1.3806 NZD as of 2026-09-25, so 1 NZD buys 0.72433 SGD. Over the last year, SGD/NZD traded between 1.3015 and 1.3806, averaged 1.3390 and rose 3.42%. The API holds daily SGD/NZD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

SGD/NZD over 1Y

SGD/NZD over 1Y: show the values
PointSGD/NZD
2025-09-251.3349
2025-10-021.3329
2025-10-091.3355
2025-10-161.3451
2025-10-231.3397
2025-10-301.3401
2025-11-061.3532
2025-11-131.3573
2025-11-201.3622
2025-11-271.3483
2025-12-041.3388
2025-12-111.3306
2025-12-181.3434
2025-12-251.3338
2026-01-011.3522
2026-01-081.3547
2026-01-151.3525
2026-01-221.3250
2026-01-291.3015
2026-02-051.3099
2026-02-121.3073
2026-02-191.3226
2026-02-261.3216
2026-03-051.3224
2026-03-121.3302
2026-03-191.3429
2026-03-261.3466
2026-04-021.3611
2026-04-091.3444
2026-04-161.3337
2026-04-231.3313
2026-04-301.3363
2026-05-071.3214
2026-05-141.3243
2026-05-211.3336
2026-05-281.3261
2026-06-041.3257
2026-06-111.3421
2026-06-181.3443
2026-06-251.3666
2026-07-021.3622
2026-07-091.3471
2026-07-161.3248
2026-07-231.3384
2026-07-301.3297
2026-08-061.3258
2026-08-131.3366
2026-08-201.3228
2026-08-271.3217
2026-09-031.3433
2026-09-101.3554
2026-09-171.3655
2026-09-241.3780

High

1.3806

Low

1.3015

Average

1.3390

For developers

Get this rate via the API

One GET request returns the SGD/NZD 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=SGD&currencies=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=NZD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=NZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

SGD/NZD API questions

How do I get the SGD/NZD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD&currencies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SGD/NZD rate in rates.NZD.

How far back does SGD/NZD historical data go?

Daily SGD/NZD 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 SGD/NZD 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.