Skip to content

BSD to NZD exchange rate API

Bahamian Dollar to New Zealand Dollar · quoted 2026-09-27

1.7653

▲ +4.94% over 30D

1 BSD = 1.7653 NZD · 1 NZD = 0.56648 BSD · Get this rate via the API

1 BSD buys 1.7653 NZD as of 2026-09-27, so 1 NZD buys 0.56648 BSD. Over the last 30 days, BSD/NZD traded between 1.6821 and 1.7653, averaged 1.7247 and rose 4.94%. The API holds daily BSD/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BSD/NZD over 30D

BSD/NZD over 30D: show the values
PointBSD/NZD
2026-08-281.6821
2026-08-291.6911
2026-08-301.6908
2026-08-311.6902
2026-09-011.6975
2026-09-021.7160
2026-09-031.7030
2026-09-041.6998
2026-09-051.7006
2026-09-061.7010
2026-09-071.7019
2026-09-081.7115
2026-09-091.7081
2026-09-101.7166
2026-09-111.7179
2026-09-121.7201
2026-09-131.7210
2026-09-141.7325
2026-09-151.7369
2026-09-161.7354
2026-09-171.7414
2026-09-181.7514
2026-09-191.7481
2026-09-201.7484
2026-09-211.7437
2026-09-221.7450
2026-09-231.7570
2026-09-241.7638
2026-09-251.7634
2026-09-261.7653

High

1.7653

Low

1.6821

Average

1.7247

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BSD/NZD API questions

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

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

How far back does BSD/NZD historical data go?

Daily BSD/NZD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free BSD/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.