Skip to content

BBD to DJF exchange rate API

Barbados Dollar to Djibouti Franc · quoted 2026-09-25

89.0234

▼ +0.37% over 6M

1 BBD = 89.0234 DJF · 1 DJF = 0.01123 BBD · Get this rate via the API

1 BBD buys 89.0234 DJF as of 2026-09-25, so 1 DJF buys 0.01123 BBD. Over the last 6 months, BBD/DJF traded between 88.2105 and 89.3755, averaged 88.8355 and fell 0.37%. The API holds daily BBD/DJF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/DJF over 6M

BBD/DJF over 6M: show the values
PointBBD/DJF
2026-03-2989.3564
2026-04-0589.3755
2026-04-1288.4151
2026-04-1988.4151
2026-04-2688.4142
2026-05-0388.2188
2026-05-1088.4148
2026-05-1888.4115
2026-05-2689.0025
2026-06-0289.0688
2026-06-1188.9702
2026-06-1888.8091
2026-06-2588.9511
2026-07-0288.2105
2026-07-0988.9852
2026-07-1688.8372
2026-07-2388.9888
2026-07-3088.9761
2026-08-0688.9724
2026-08-1388.9443
2026-08-2189.0590
2026-08-2889.1055
2026-09-0489.1379
2026-09-1189.0584
2026-09-1888.4121
2026-09-2589.0234

High

89.3755

Low

88.2105

Average

88.8355

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/DJF API questions

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

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

How far back does BBD/DJF historical data go?

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