Skip to content

BBD to BIF exchange rate API

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

1498.64

▲ +1.82% over 1Y

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 year, BBD/BIF traded between 1471.85 and 1503.62, averaged 1483.40 and rose 1.82%. 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 1Y

BBD/BIF over 1Y: show the values
PointBBD/BIF
2025-09-271471.85
2025-10-041472.35
2025-10-111479.84
2025-10-181475.48
2025-10-251473.72
2025-11-011477.83
2025-11-081471.85
2025-11-151473.73
2025-11-221478.91
2025-11-291480.28
2025-12-061481.74
2025-12-141477.90
2025-12-211478.63
2025-12-281478.92
2026-01-041480.10
2026-01-111480.17
2026-01-181479.00
2026-01-251479.30
2026-02-011481.94
2026-02-081480.00
2026-02-151478.15
2026-02-221479.93
2026-03-011479.94
2026-03-081483.34
2026-03-151484.41
2026-03-221482.09
2026-03-291484.34
2026-04-051485.31
2026-04-121475.82
2026-04-191476.32
2026-04-261476.84
2026-05-031477.26
2026-05-101477.80
2026-05-181478.28
2026-05-261485.42
2026-06-021490.85
2026-06-111494.21
2026-06-181494.35
2026-06-251489.52
2026-07-021481.59
2026-07-091490.43
2026-07-161487.00
2026-07-231491.68
2026-07-301489.74
2026-08-061490.69
2026-08-131494.93
2026-08-211488.20
2026-08-281491.13
2026-09-041494.85
2026-09-111496.15
2026-09-181493.71
2026-09-251503.62

High

1503.62

Low

1471.85

Average

1483.40

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.