Skip to content

BBD to DJF exchange rate API

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

89.0234

▲ +0.06% over 1Y

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 year, BBD/DJF traded between 88.2186 and 89.2808, averaged 88.9635 and rose 0.06%. 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 1Y

BBD/DJF over 1Y: show the values
PointBBD/DJF
2025-09-2588.9731
2025-10-0289.0194
2025-10-0989.0196
2025-10-1688.9839
2025-10-2389.0200
2025-10-3088.9826
2025-11-0689.0783
2025-11-1389.0053
2025-11-2088.9746
2025-11-2788.9653
2025-12-0488.9711
2025-12-1288.9442
2025-12-1989.0223
2025-12-2688.9973
2026-01-0288.9869
2026-01-0989.0666
2026-01-1689.1369
2026-01-2389.1202
2026-01-3089.0438
2026-02-0689.0564
2026-02-1388.8836
2026-02-2089.0268
2026-02-2789.0616
2026-03-0689.0082
2026-03-1389.1304
2026-03-2088.7572
2026-03-2788.9794
2026-04-0389.1438
2026-04-1088.3482
2026-04-1788.4136
2026-04-2488.2300
2026-05-0188.2186
2026-05-0888.4135
2026-05-1689.2683
2026-05-2489.2092
2026-05-3189.2808
2026-06-0988.9135
2026-06-1688.8347
2026-06-2389.1024
2026-06-3088.9810
2026-07-0788.9711
2026-07-1489.1879
2026-07-2189.0245
2026-07-2888.9483
2026-08-0489.0824
2026-08-1189.0516
2026-08-1889.0473
2026-08-2688.9987
2026-09-0289.0543
2026-09-0988.9643
2026-09-1689.0299
2026-09-2389.1077

High

89.2808

Low

88.2186

Average

88.9635

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.