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: show the values
| Point | BBD/NGN |
|---|---|
| 2025-09-24 | 744.4690 |
| 2025-10-01 | 742.3815 |
| 2025-10-08 | 734.0660 |
| 2025-10-15 | 728.4230 |
| 2025-10-22 | 733.7288 |
| 2025-10-29 | 728.3892 |
| 2025-11-05 | 720.7879 |
| 2025-11-12 | 718.4239 |
| 2025-11-19 | 724.0240 |
| 2025-11-26 | 724.6878 |
| 2025-12-03 | 723.4348 |
| 2025-12-11 | 724.3897 |
| 2025-12-18 | 726.9945 |
| 2025-12-25 | 725.1224 |
| 2026-01-01 | 722.8964 |
| 2026-01-08 | 712.8928 |
| 2026-01-15 | 711.4285 |
| 2026-01-22 | 711.7311 |
| 2026-01-29 | 698.2522 |
| 2026-02-05 | 686.0272 |
| 2026-02-12 | 670.5562 |
| 2026-02-19 | 671.8937 |
| 2026-02-26 | 674.3939 |
| 2026-03-05 | 691.8487 |
| 2026-03-12 | 698.9483 |
| 2026-03-19 | 681.9935 |
| 2026-03-26 | 692.7286 |
| 2026-04-02 | 690.7331 |
| 2026-04-09 | 685.0976 |
| 2026-04-16 | 669.0989 |
| 2026-04-23 | 668.7485 |
| 2026-04-30 | 682.4974 |
| 2026-05-07 | 673.1625 |
| 2026-05-15 | 676.6834 |
| 2026-05-23 | 686.1508 |
| 2026-05-30 | 687.3920 |
| 2026-06-06 | 680.3123 |
| 2026-06-15 | 680.3544 |
| 2026-06-22 | 681.4481 |
| 2026-06-29 | 689.7390 |
| 2026-07-06 | 685.1396 |
| 2026-07-13 | 689.5098 |
| 2026-07-20 | 689.5901 |
| 2026-07-27 | 683.0535 |
| 2026-08-03 | 680.8223 |
| 2026-08-10 | 680.9657 |
| 2026-08-17 | 679.3528 |
| 2026-08-25 | 673.6739 |
| 2026-09-01 | 669.0763 |
| 2026-09-08 | 660.9106 |
| 2026-09-15 | 662.0472 |
| 2026-09-22 | 663.1523 |
High
744.4690
Low
660.9106
Average
695.4140
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=NGN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=NGN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.