Skip to content

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

BYN/BIF over YTD: show the values
PointBYN/BIF
2025-12-311013.0800
2026-01-071006.7778
2026-01-141018.7407
2026-01-211029.1462
2026-01-281042.8820
2026-02-041031.6187
2026-02-111029.7341
2026-02-181036.6113
2026-02-251035.9145
2026-03-041021.6092
2026-03-111008.3823
2026-03-18979.5335
2026-03-251002.0896
2026-04-01998.9935
2026-04-081006.6700
2026-04-151057.2586
2026-04-221053.0218
2026-04-291054.5168
2026-05-061051.3616
2026-05-141065.1326
2026-05-211086.2213
2026-05-291083.4610
2026-06-051058.9953
2026-06-141076.4072
2026-06-211075.0723
2026-06-281027.6488
2026-07-051027.0194
2026-07-121042.9400
2026-07-191029.6569
2026-07-261040.0511
2026-08-021026.0758
2026-08-091006.7838
2026-08-16983.7929
2026-08-24991.0880
2026-08-31983.6560
2026-09-07970.9495
2026-09-14984.1598
2026-09-21994.5275

High

1086.22

Low

970.9495

Average

1026.27

For developers

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