Skip to content

SGD to NZD exchange rate API

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

1.3830

▲ +2.50% over YTD

1 SGD = 1.3830 NZD · 1 NZD = 0.72306 SGD · Get this rate via the API

1 SGD buys 1.3830 NZD as of 2026-09-25, so 1 NZD buys 0.72306 SGD. Over the year to date, SGD/NZD traded between 1.3045 and 1.3830, averaged 1.3378 and rose 2.50%. 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 YTD

SGD/NZD over YTD: show the values
PointSGD/NZD
2025-12-311.3492
2026-01-071.3492
2026-01-141.3529
2026-01-211.3306
2026-01-281.3145
2026-02-041.3045
2026-02-111.3075
2026-02-181.3179
2026-02-251.3234
2026-03-041.3254
2026-03-111.3262
2026-03-181.3413
2026-03-251.3434
2026-04-011.3514
2026-04-081.3460
2026-04-151.3327
2026-04-221.3293
2026-04-291.3363
2026-05-061.3215
2026-05-131.3251
2026-05-201.3359
2026-05-271.3299
2026-06-031.3227
2026-06-101.3372
2026-06-171.3412
2026-06-241.3650
2026-07-011.3595
2026-07-081.3566
2026-07-151.3303
2026-07-221.3312
2026-07-291.3398
2026-08-051.3292
2026-08-121.3325
2026-08-191.3327
2026-08-261.3216
2026-09-021.3478
2026-09-091.3520
2026-09-161.3629
2026-09-231.3744

High

1.3830

Low

1.3045

Average

1.3378

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.