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: show the values
| Point | BGN/BIF |
|---|---|
| 2025-09-27 | 1761.45 |
| 2025-10-04 | 1767.65 |
| 2025-10-11 | 1755.96 |
| 2025-10-18 | 1758.80 |
| 2025-10-25 | 1751.81 |
| 2025-11-01 | 1744.00 |
| 2025-11-08 | 1741.29 |
| 2025-11-15 | 1750.78 |
| 2025-11-22 | 1741.29 |
| 2025-11-29 | 1754.84 |
| 2025-12-06 | 1764.32 |
| 2025-12-14 | 1772.68 |
| 2025-12-21 | 1770.98 |
| 2025-12-28 | 1780.62 |
| 2026-01-04 | 1775.37 |
| 2026-01-11 | 1761.04 |
| 2026-01-18 | 1755.27 |
| 2026-01-25 | 1788.68 |
| 2026-02-01 | 1796.53 |
| 2026-02-08 | 1788.68 |
| 2026-02-15 | 1794.27 |
| 2026-02-22 | 1783.25 |
| 2026-03-01 | 1788.25 |
| 2026-03-08 | 1762.48 |
| 2026-03-15 | 1740.74 |
| 2026-03-22 | 1756.81 |
| 2026-03-29 | 1751.23 |
| 2026-04-05 | 1749.61 |
| 2026-04-16 | 1777.88 |
| 2026-04-23 | 1788.77 |
| 2026-04-30 | 1784.06 |
| 2026-05-07 | 1792.12 |
| 2026-05-15 | 1791.07 |
| 2026-05-23 | 1767.17 |
| 2026-05-30 | 1775.29 |
| 2026-06-06 | 1757.10 |
| 2026-06-15 | 1769.15 |
| 2026-06-22 | 1746.19 |
| 2026-06-29 | 1730.92 |
| 2026-07-06 | 1740.19 |
| 2026-07-13 | 1739.06 |
| 2026-07-20 | 1741.82 |
| 2026-07-27 | 1738.85 |
| 2026-08-03 | 1743.37 |
| 2026-08-10 | 1764.82 |
| 2026-08-17 | 1766.00 |
| 2026-08-25 | 1777.86 |
| 2026-09-01 | 1777.12 |
| 2026-09-08 | 1778.06 |
| 2026-09-15 | 1763.78 |
| 2026-09-22 | 1761.85 |
High
1796.53
Low
1730.92
Average
1763.98
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BGN¤cies=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¤cies=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.