Skip to content

BBD to NZD exchange rate API

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

0.88176

▲ +2.49% over 1Y

1 BBD = 0.88176 NZD · 1 NZD = 1.1341 BBD · Get this rate via the API

1 BBD buys 0.88176 NZD as of 2026-09-25, so 1 NZD buys 1.1341 BBD. Over the last year, BBD/NZD traded between 0.82473 and 0.89057, averaged 0.85921 and rose 2.49%. The API holds daily BBD/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/NZD over 1Y

BBD/NZD over 1Y: show the values
PointBBD/NZD
2025-09-250.86038
2025-10-020.85771
2025-10-090.86543
2025-10-160.87170
2025-10-230.87052
2025-10-300.87290
2025-11-060.88238
2025-11-130.88248
2025-11-200.89057
2025-11-270.87506
2025-12-040.86731
2025-12-120.86050
2025-12-190.87133
2025-12-260.85771
2026-01-020.86669
2026-01-090.87352
2026-01-160.86851
2026-01-230.84547
2026-01-300.82473
2026-02-060.83403
2026-02-130.83009
2026-02-200.83976
2026-02-270.83571
2026-03-060.85144
2026-03-130.85792
2026-03-200.85344
2026-03-270.86911
2026-04-030.87803
2026-04-100.85042
2026-04-170.84309
2026-04-240.84519
2026-05-010.84125
2026-05-080.83043
2026-05-160.85584
2026-05-240.85224
2026-05-310.83589
2026-06-090.85587
2026-06-160.85846
2026-06-230.88066
2026-06-300.88362
2026-07-070.87851
2026-07-140.86199
2026-07-210.85536
2026-07-280.86623
2026-08-040.84967
2026-08-110.85035
2026-08-180.84969
2026-08-260.83906
2026-09-020.85801
2026-09-090.85406
2026-09-160.86769
2026-09-230.87849

High

0.89057

Low

0.82473

Average

0.85921

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/NZD API questions

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

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

How far back does BBD/NZD historical data go?

Daily BBD/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 BBD/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.