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: show the values
| Point | SGD/NZD |
|---|---|
| 2025-12-31 | 1.3492 |
| 2026-01-07 | 1.3492 |
| 2026-01-14 | 1.3529 |
| 2026-01-21 | 1.3306 |
| 2026-01-28 | 1.3145 |
| 2026-02-04 | 1.3045 |
| 2026-02-11 | 1.3075 |
| 2026-02-18 | 1.3179 |
| 2026-02-25 | 1.3234 |
| 2026-03-04 | 1.3254 |
| 2026-03-11 | 1.3262 |
| 2026-03-18 | 1.3413 |
| 2026-03-25 | 1.3434 |
| 2026-04-01 | 1.3514 |
| 2026-04-08 | 1.3460 |
| 2026-04-15 | 1.3327 |
| 2026-04-22 | 1.3293 |
| 2026-04-29 | 1.3363 |
| 2026-05-06 | 1.3215 |
| 2026-05-13 | 1.3251 |
| 2026-05-20 | 1.3359 |
| 2026-05-27 | 1.3299 |
| 2026-06-03 | 1.3227 |
| 2026-06-10 | 1.3372 |
| 2026-06-17 | 1.3412 |
| 2026-06-24 | 1.3650 |
| 2026-07-01 | 1.3595 |
| 2026-07-08 | 1.3566 |
| 2026-07-15 | 1.3303 |
| 2026-07-22 | 1.3312 |
| 2026-07-29 | 1.3398 |
| 2026-08-05 | 1.3292 |
| 2026-08-12 | 1.3325 |
| 2026-08-19 | 1.3327 |
| 2026-08-26 | 1.3216 |
| 2026-09-02 | 1.3478 |
| 2026-09-09 | 1.3520 |
| 2026-09-16 | 1.3629 |
| 2026-09-23 | 1.3744 |
High
1.3830
Low
1.3045
Average
1.3378
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SGD¤cies=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¤cies=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.