BBD to BIF exchange rate API
Barbados Dollar to Burundi Franc · quoted 2026-09-27
1498.64
▲ +1.15% over YTD
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 year to date, BBD/BIF traded between 1474.57 and 1500.33, averaged 1487.14 and rose 1.15%. 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 YTD: show the values
| Point | BBD/BIF |
|---|---|
| 2025-12-31 | 1481.58 |
| 2026-01-07 | 1480.18 |
| 2026-01-14 | 1481.96 |
| 2026-01-21 | 1480.93 |
| 2026-01-28 | 1480.49 |
| 2026-02-04 | 1477.76 |
| 2026-02-11 | 1482.72 |
| 2026-02-18 | 1479.73 |
| 2026-02-25 | 1483.34 |
| 2026-03-04 | 1485.46 |
| 2026-03-11 | 1484.62 |
| 2026-03-18 | 1482.47 |
| 2026-03-25 | 1483.51 |
| 2026-04-01 | 1484.51 |
| 2026-04-08 | 1474.57 |
| 2026-04-15 | 1496.94 |
| 2026-04-22 | 1476.40 |
| 2026-04-29 | 1477.38 |
| 2026-05-06 | 1477.48 |
| 2026-05-14 | 1488.51 |
| 2026-05-21 | 1488.61 |
| 2026-05-29 | 1483.51 |
| 2026-06-05 | 1492.21 |
| 2026-06-14 | 1489.04 |
| 2026-06-21 | 1492.22 |
| 2026-06-28 | 1492.14 |
| 2026-07-05 | 1490.53 |
| 2026-07-12 | 1492.37 |
| 2026-07-19 | 1488.20 |
| 2026-07-26 | 1492.44 |
| 2026-08-02 | 1488.37 |
| 2026-08-09 | 1494.61 |
| 2026-08-16 | 1494.17 |
| 2026-08-24 | 1490.15 |
| 2026-08-31 | 1500.14 |
| 2026-09-07 | 1494.95 |
| 2026-09-14 | 1495.24 |
| 2026-09-21 | 1500.33 |
High
1500.33
Low
1474.57
Average
1487.14
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BBD¤cies=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¤cies=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.