Skip to content

RUB to BIF exchange rate API

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

35.3738

▼ +5.10% over YTD

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 year to date, RUB/BIF traded between 34.5206 and 41.8692, averaged 38.0464 and fell 5.10%. 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 YTD

RUB/BIF over YTD: show the values
PointRUB/BIF
2025-12-3137.2749
2026-01-0736.7742
2026-01-1437.6545
2026-01-2137.9481
2026-01-2838.7576
2026-02-0438.3842
2026-02-1138.3753
2026-02-1838.7602
2026-02-2538.7244
2026-03-0438.2676
2026-03-1137.5654
2026-03-1835.9939
2026-03-2536.8485
2026-04-0136.5180
2026-04-0837.5975
2026-04-1540.0198
2026-04-2239.6333
2026-04-2939.4967
2026-05-0639.3332
2026-05-1440.4282
2026-05-2141.7403
2026-05-2941.8692
2026-06-0540.6564
2026-06-1441.0967
2026-06-2140.8499
2026-06-2837.8040
2026-07-0538.7167
2026-07-1238.9425
2026-07-1938.0132
2026-07-2638.1718
2026-08-0237.5445
2026-08-0936.6301
2026-08-1635.5818
2026-08-2436.0155
2026-08-3134.8989
2026-09-0734.5206
2026-09-1435.3761
2026-09-2135.6522

High

41.8692

Low

34.5206

Average

38.0464

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.