Skip to content

BBD to BIF exchange rate API

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

1498.64

▲ +0.50% over 30D

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 30 days, BBD/BIF traded between 1475.05 and 1506.72, averaged 1496.88 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 30D

BBD/BIF over 30D: show the values
PointBBD/BIF
2026-08-281491.13
2026-08-291496.09
2026-08-301496.22
2026-08-311500.14
2026-09-011497.73
2026-09-021497.18
2026-09-031494.71
2026-09-041494.85
2026-09-051495.47
2026-09-061495.85
2026-09-071494.95
2026-09-081495.76
2026-09-091495.37
2026-09-101494.63
2026-09-111496.15
2026-09-121475.05
2026-09-131496.86
2026-09-141495.24
2026-09-151495.21
2026-09-161496.01
2026-09-171501.65
2026-09-181493.71
2026-09-191499.93
2026-09-201498.89
2026-09-211500.33
2026-09-221501.52
2026-09-231503.25
2026-09-241506.72
2026-09-251503.62
2026-09-261498.74
2026-09-271498.64

High

1506.72

Low

1475.05

Average

1496.88

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.