BYN to BIF exchange rate API
Belarussian Ruble to Burundi Franc · quoted 2026-09-26
992.9935
▼ +1.98% over YTD
1 BYN = 992.9935 BIF · 1 BIF = 0.001007 BYN · Get this rate via the API
1 BYN buys 992.9935 BIF as of 2026-09-26, so 1 BIF buys 0.001007 BYN. Over the year to date, BYN/BIF traded between 970.9495 and 1086.22, averaged 1026.27 and fell 1.98%. The API holds daily BYN/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BYN/BIF over YTD: show the values
| Point | BYN/BIF |
|---|---|
| 2025-12-31 | 1013.0800 |
| 2026-01-07 | 1006.7778 |
| 2026-01-14 | 1018.7407 |
| 2026-01-21 | 1029.1462 |
| 2026-01-28 | 1042.8820 |
| 2026-02-04 | 1031.6187 |
| 2026-02-11 | 1029.7341 |
| 2026-02-18 | 1036.6113 |
| 2026-02-25 | 1035.9145 |
| 2026-03-04 | 1021.6092 |
| 2026-03-11 | 1008.3823 |
| 2026-03-18 | 979.5335 |
| 2026-03-25 | 1002.0896 |
| 2026-04-01 | 998.9935 |
| 2026-04-08 | 1006.6700 |
| 2026-04-15 | 1057.2586 |
| 2026-04-22 | 1053.0218 |
| 2026-04-29 | 1054.5168 |
| 2026-05-06 | 1051.3616 |
| 2026-05-14 | 1065.1326 |
| 2026-05-21 | 1086.2213 |
| 2026-05-29 | 1083.4610 |
| 2026-06-05 | 1058.9953 |
| 2026-06-14 | 1076.4072 |
| 2026-06-21 | 1075.0723 |
| 2026-06-28 | 1027.6488 |
| 2026-07-05 | 1027.0194 |
| 2026-07-12 | 1042.9400 |
| 2026-07-19 | 1029.6569 |
| 2026-07-26 | 1040.0511 |
| 2026-08-02 | 1026.0758 |
| 2026-08-09 | 1006.7838 |
| 2026-08-16 | 983.7929 |
| 2026-08-24 | 991.0880 |
| 2026-08-31 | 983.6560 |
| 2026-09-07 | 970.9495 |
| 2026-09-14 | 984.1598 |
| 2026-09-21 | 994.5275 |
High
1086.22
Low
970.9495
Average
1026.27
Get this rate via the API
One GET request returns the BYN/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=BYN¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
BYN/BIF API questions
How do I get the BYN/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BYN¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BYN/BIF rate in rates.BIF.
How far back does BYN/BIF historical data go?
Daily BYN/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 BYN/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.