Skip to content

BGN to BIF exchange rate API

Bulgarian Lev to Burundi Franc · quoted 2026-09-27

1745.82

▼ +0.89% over 1Y

1 BGN = 1745.82 BIF · 1 BIF = 0.000573 BGN · Get this rate via the API

1 BGN buys 1745.82 BIF as of 2026-09-27, so 1 BIF buys 0.000573 BGN. Over the last year, BGN/BIF traded between 1730.92 and 1796.53, averaged 1763.98 and fell 0.89%. The API holds daily BGN/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BGN/BIF over 1Y

BGN/BIF over 1Y: show the values
PointBGN/BIF
2025-09-271761.45
2025-10-041767.65
2025-10-111755.96
2025-10-181758.80
2025-10-251751.81
2025-11-011744.00
2025-11-081741.29
2025-11-151750.78
2025-11-221741.29
2025-11-291754.84
2025-12-061764.32
2025-12-141772.68
2025-12-211770.98
2025-12-281780.62
2026-01-041775.37
2026-01-111761.04
2026-01-181755.27
2026-01-251788.68
2026-02-011796.53
2026-02-081788.68
2026-02-151794.27
2026-02-221783.25
2026-03-011788.25
2026-03-081762.48
2026-03-151740.74
2026-03-221756.81
2026-03-291751.23
2026-04-051749.61
2026-04-161777.88
2026-04-231788.77
2026-04-301784.06
2026-05-071792.12
2026-05-151791.07
2026-05-231767.17
2026-05-301775.29
2026-06-061757.10
2026-06-151769.15
2026-06-221746.19
2026-06-291730.92
2026-07-061740.19
2026-07-131739.06
2026-07-201741.82
2026-07-271738.85
2026-08-031743.37
2026-08-101764.82
2026-08-171766.00
2026-08-251777.86
2026-09-011777.12
2026-09-081778.06
2026-09-151763.78
2026-09-221761.85

High

1796.53

Low

1730.92

Average

1763.98

For developers

Get this rate via the API

One GET request returns the BGN/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=BGN&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&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=BGN&currencies=BIF").json()

Replace YOUR_API_KEY with the key from your dashboard.

BGN/BIF API questions

How do I get the BGN/BIF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN&currencies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BGN/BIF rate in rates.BIF.

How far back does BGN/BIF historical data go?

Daily BGN/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 BGN/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.