Skip to content

RUB to BIF exchange rate API

Russian Ruble to Burundi Franc · quoted 2026-09-25

35.3738

▼ +2.94% over 6M

1 RUB = 35.3738 BIF · 1 BIF = 0.02827 RUB · Get this rate via the API

1 RUB buys 35.3738 BIF as of 2026-09-25, so 1 BIF buys 0.02827 RUB. Over the last 6 months, RUB/BIF traded between 34.4999 and 41.4899, averaged 38.0556 and fell 2.94%. The API holds daily RUB/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

RUB/BIF over 6M

RUB/BIF over 6M: show the values
PointRUB/BIF
2026-03-2936.4458
2026-04-0537.1356
2026-04-1238.4930
2026-04-1939.0714
2026-04-2639.4515
2026-05-0339.6945
2026-05-1039.9852
2026-05-1840.9749
2026-05-2641.4899
2026-06-0241.4164
2026-06-1141.3665
2026-06-1840.9617
2026-06-2539.7746
2026-07-0238.5156
2026-07-0938.8017
2026-07-1638.3845
2026-07-2338.0170
2026-07-3037.3233
2026-08-0636.8161
2026-08-1336.0543
2026-08-2135.9496
2026-08-2834.8921
2026-09-0434.4999
2026-09-1135.6396
2026-09-1835.5990
2026-09-2535.3738

High

41.4899

Low

34.4999

Average

38.0556

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

RUB/BIF API questions

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

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

How far back does RUB/BIF historical data go?

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