Skip to content

BBD to NGN exchange rate API

Barbados Dollar to Naira · quoted 2026-09-24

663.3157

▼ +10.90% over 1Y

1 BBD = 663.3157 NGN · 1 NGN = 0.001508 BBD · Get this rate via the API

1 BBD buys 663.3157 NGN as of 2026-09-24, so 1 NGN buys 0.001508 BBD. Over the last year, BBD/NGN traded between 660.9106 and 744.4690, averaged 695.4140 and fell 10.90%. The API holds daily BBD/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/NGN over 1Y

BBD/NGN over 1Y: show the values
PointBBD/NGN
2025-09-24744.4690
2025-10-01742.3815
2025-10-08734.0660
2025-10-15728.4230
2025-10-22733.7288
2025-10-29728.3892
2025-11-05720.7879
2025-11-12718.4239
2025-11-19724.0240
2025-11-26724.6878
2025-12-03723.4348
2025-12-11724.3897
2025-12-18726.9945
2025-12-25725.1224
2026-01-01722.8964
2026-01-08712.8928
2026-01-15711.4285
2026-01-22711.7311
2026-01-29698.2522
2026-02-05686.0272
2026-02-12670.5562
2026-02-19671.8937
2026-02-26674.3939
2026-03-05691.8487
2026-03-12698.9483
2026-03-19681.9935
2026-03-26692.7286
2026-04-02690.7331
2026-04-09685.0976
2026-04-16669.0989
2026-04-23668.7485
2026-04-30682.4974
2026-05-07673.1625
2026-05-15676.6834
2026-05-23686.1508
2026-05-30687.3920
2026-06-06680.3123
2026-06-15680.3544
2026-06-22681.4481
2026-06-29689.7390
2026-07-06685.1396
2026-07-13689.5098
2026-07-20689.5901
2026-07-27683.0535
2026-08-03680.8223
2026-08-10680.9657
2026-08-17679.3528
2026-08-25673.6739
2026-09-01669.0763
2026-09-08660.9106
2026-09-15662.0472
2026-09-22663.1523

High

744.4690

Low

660.9106

Average

695.4140

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/NGN API questions

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

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

How far back does BBD/NGN historical data go?

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