BOB to BIF exchange rate API
Boliviano to Burundi Franc · quoted 2026-09-26
245.3024
▼ +43.54% over 1Y
1 BOB = 245.3024 BIF · 1 BIF = 0.004077 BOB · Get this rate via the API
1 BOB buys 245.3024 BIF as of 2026-09-26, so 1 BIF buys 0.004077 BOB. Over the last year, BOB/BIF traded between 238.8983 and 434.4508, averaged 387.6560 and fell 43.54%. The API holds daily BOB/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BOB/BIF over 1Y: show the values
| Point | BOB/BIF |
|---|---|
| 2025-09-26 | 434.4508 |
| 2025-10-03 | 425.9536 |
| 2025-10-10 | 425.3170 |
| 2025-10-17 | 425.1140 |
| 2025-10-24 | 426.7159 |
| 2025-10-31 | 426.6215 |
| 2025-11-07 | 427.1568 |
| 2025-11-14 | 425.8912 |
| 2025-11-21 | 427.0570 |
| 2025-11-28 | 427.3809 |
| 2025-12-05 | 427.8653 |
| 2025-12-13 | 428.6419 |
| 2025-12-20 | 428.3960 |
| 2025-12-27 | 427.5931 |
| 2026-01-03 | 427.8433 |
| 2026-01-10 | 427.8756 |
| 2026-01-17 | 427.7014 |
| 2026-01-24 | 427.9574 |
| 2026-01-31 | 429.2200 |
| 2026-02-07 | 429.3936 |
| 2026-02-14 | 428.9778 |
| 2026-02-21 | 429.3422 |
| 2026-02-28 | 429.7518 |
| 2026-03-07 | 429.5024 |
| 2026-03-14 | 429.1049 |
| 2026-03-21 | 430.4691 |
| 2026-03-28 | 427.9832 |
| 2026-04-04 | 429.0063 |
| 2026-04-11 | 429.9968 |
| 2026-04-18 | 430.3140 |
| 2026-04-25 | 429.8591 |
| 2026-05-02 | 430.5972 |
| 2026-05-09 | 430.5479 |
| 2026-05-17 | 429.8062 |
| 2026-05-25 | 431.3940 |
| 2026-06-01 | 430.0130 |
| 2026-06-10 | 432.5223 |
| 2026-06-17 | 431.3614 |
| 2026-06-24 | 430.8554 |
| 2026-07-01 | 430.0242 |
| 2026-07-08 | 301.3326 |
| 2026-07-15 | 287.5731 |
| 2026-07-22 | 275.5994 |
| 2026-07-29 | 262.4730 |
| 2026-08-05 | 246.1703 |
| 2026-08-12 | 249.8954 |
| 2026-08-20 | 258.9540 |
| 2026-08-27 | 258.4917 |
| 2026-09-03 | 246.0655 |
| 2026-09-10 | 238.8983 |
| 2026-09-17 | 258.0511 |
| 2026-09-24 | 261.3867 |
High
434.4508
Low
238.8983
Average
387.6560
Get this rate via the API
One GET request returns the BOB/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=BOB¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
BOB/BIF API questions
How do I get the BOB/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BOB/BIF rate in rates.BIF.
How far back does BOB/BIF historical data go?
Daily BOB/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 BOB/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.