Skip to content

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

BOB/BIF over 1Y: show the values
PointBOB/BIF
2025-09-26434.4508
2025-10-03425.9536
2025-10-10425.3170
2025-10-17425.1140
2025-10-24426.7159
2025-10-31426.6215
2025-11-07427.1568
2025-11-14425.8912
2025-11-21427.0570
2025-11-28427.3809
2025-12-05427.8653
2025-12-13428.6419
2025-12-20428.3960
2025-12-27427.5931
2026-01-03427.8433
2026-01-10427.8756
2026-01-17427.7014
2026-01-24427.9574
2026-01-31429.2200
2026-02-07429.3936
2026-02-14428.9778
2026-02-21429.3422
2026-02-28429.7518
2026-03-07429.5024
2026-03-14429.1049
2026-03-21430.4691
2026-03-28427.9832
2026-04-04429.0063
2026-04-11429.9968
2026-04-18430.3140
2026-04-25429.8591
2026-05-02430.5972
2026-05-09430.5479
2026-05-17429.8062
2026-05-25431.3940
2026-06-01430.0130
2026-06-10432.5223
2026-06-17431.3614
2026-06-24430.8554
2026-07-01430.0242
2026-07-08301.3326
2026-07-15287.5731
2026-07-22275.5994
2026-07-29262.4730
2026-08-05246.1703
2026-08-12249.8954
2026-08-20258.9540
2026-08-27258.4917
2026-09-03246.0655
2026-09-10238.8983
2026-09-17258.0511
2026-09-24261.3867

High

434.4508

Low

238.8983

Average

387.6560

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BOB&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=BOB&currencies=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&currencies=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.