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: show the values
| Point | BBD/NZD |
|---|---|
| 2025-09-25 | 0.86038 |
| 2025-10-02 | 0.85771 |
| 2025-10-09 | 0.86543 |
| 2025-10-16 | 0.87170 |
| 2025-10-23 | 0.87052 |
| 2025-10-30 | 0.87290 |
| 2025-11-06 | 0.88238 |
| 2025-11-13 | 0.88248 |
| 2025-11-20 | 0.89057 |
| 2025-11-27 | 0.87506 |
| 2025-12-04 | 0.86731 |
| 2025-12-12 | 0.86050 |
| 2025-12-19 | 0.87133 |
| 2025-12-26 | 0.85771 |
| 2026-01-02 | 0.86669 |
| 2026-01-09 | 0.87352 |
| 2026-01-16 | 0.86851 |
| 2026-01-23 | 0.84547 |
| 2026-01-30 | 0.82473 |
| 2026-02-06 | 0.83403 |
| 2026-02-13 | 0.83009 |
| 2026-02-20 | 0.83976 |
| 2026-02-27 | 0.83571 |
| 2026-03-06 | 0.85144 |
| 2026-03-13 | 0.85792 |
| 2026-03-20 | 0.85344 |
| 2026-03-27 | 0.86911 |
| 2026-04-03 | 0.87803 |
| 2026-04-10 | 0.85042 |
| 2026-04-17 | 0.84309 |
| 2026-04-24 | 0.84519 |
| 2026-05-01 | 0.84125 |
| 2026-05-08 | 0.83043 |
| 2026-05-16 | 0.85584 |
| 2026-05-24 | 0.85224 |
| 2026-05-31 | 0.83589 |
| 2026-06-09 | 0.85587 |
| 2026-06-16 | 0.85846 |
| 2026-06-23 | 0.88066 |
| 2026-06-30 | 0.88362 |
| 2026-07-07 | 0.87851 |
| 2026-07-14 | 0.86199 |
| 2026-07-21 | 0.85536 |
| 2026-07-28 | 0.86623 |
| 2026-08-04 | 0.84967 |
| 2026-08-11 | 0.85035 |
| 2026-08-18 | 0.84969 |
| 2026-08-26 | 0.83906 |
| 2026-09-02 | 0.85801 |
| 2026-09-09 | 0.85406 |
| 2026-09-16 | 0.86769 |
| 2026-09-23 | 0.87849 |
High
0.89057
Low
0.82473
Average
0.85921
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.