Skip to content

RUB to BIF exchange rate API

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

35.3738

▼ +0.81% over 30D

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 30 days, RUB/BIF traded between 34.2441 and 35.8536, averaged 35.1536 and fell 0.81%. 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 30D

RUB/BIF over 30D: show the values
PointRUB/BIF
2026-08-2635.6613
2026-08-2735.0048
2026-08-2834.8921
2026-08-2934.7203
2026-08-3034.7880
2026-08-3134.8989
2026-09-0134.7021
2026-09-0234.4873
2026-09-0334.2441
2026-09-0434.4999
2026-09-0534.8500
2026-09-0634.5627
2026-09-0734.5206
2026-09-0834.6894
2026-09-0934.8378
2026-09-1035.1696
2026-09-1135.6396
2026-09-1235.0404
2026-09-1335.5192
2026-09-1435.3761
2026-09-1535.3847
2026-09-1635.5356
2026-09-1735.6563
2026-09-1835.5990
2026-09-1935.5448
2026-09-2035.6518
2026-09-2135.6522
2026-09-2235.8536
2026-09-2335.6653
2026-09-2435.5189
2026-09-2535.3738

High

35.8536

Low

34.2441

Average

35.1536

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.