Skip to content

BBD to BIF exchange rate API

Barbados Dollar to Burundi Franc · quoted 2026-09-27

1498.64

▲ +0.50% over 6M

1 BBD = 1498.64 BIF · 1 BIF = 0.000667 BBD · Get this rate via the API

1 BBD buys 1498.64 BIF as of 2026-09-27, so 1 BIF buys 0.000667 BBD. Over the last 6 months, BBD/BIF traded between 1475.61 and 1498.89, averaged 1489.61 and rose 0.50%. The API holds daily BBD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BBD/BIF over 6M

BBD/BIF over 6M: show the values
PointBBD/BIF
2026-03-311491.17
2026-04-071485.28
2026-04-141485.99
2026-04-211478.85
2026-04-281475.61
2026-05-051476.90
2026-05-121488.56
2026-05-201487.19
2026-05-281489.39
2026-06-041489.74
2026-06-131483.61
2026-06-201492.34
2026-06-271491.44
2026-07-041489.15
2026-07-111492.08
2026-07-181485.06
2026-07-251493.27
2026-08-011478.79
2026-08-081494.91
2026-08-151493.20
2026-08-231491.88
2026-08-301496.22
2026-09-061495.85
2026-09-131496.86
2026-09-201498.89
2026-09-271498.64

High

1498.89

Low

1475.61

Average

1489.61

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

BBD/BIF API questions

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

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

How far back does BBD/BIF historical data go?

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