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: show the values
| Point | RUB/BIF |
|---|---|
| 2026-03-29 | 36.4458 |
| 2026-04-05 | 37.1356 |
| 2026-04-12 | 38.4930 |
| 2026-04-19 | 39.0714 |
| 2026-04-26 | 39.4515 |
| 2026-05-03 | 39.6945 |
| 2026-05-10 | 39.9852 |
| 2026-05-18 | 40.9749 |
| 2026-05-26 | 41.4899 |
| 2026-06-02 | 41.4164 |
| 2026-06-11 | 41.3665 |
| 2026-06-18 | 40.9617 |
| 2026-06-25 | 39.7746 |
| 2026-07-02 | 38.5156 |
| 2026-07-09 | 38.8017 |
| 2026-07-16 | 38.3845 |
| 2026-07-23 | 38.0170 |
| 2026-07-30 | 37.3233 |
| 2026-08-06 | 36.8161 |
| 2026-08-13 | 36.0543 |
| 2026-08-21 | 35.9496 |
| 2026-08-28 | 34.8921 |
| 2026-09-04 | 34.4999 |
| 2026-09-11 | 35.6396 |
| 2026-09-18 | 35.5990 |
| 2026-09-25 | 35.3738 |
High
41.4899
Low
34.4999
Average
38.0556
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RUB¤cies=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¤cies=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.