RUB to BIF exchange rate API
Russian Ruble to Burundi Franc · quoted 2026-09-25
35.3738
▼ +0.39% over 1Y
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 year, RUB/BIF traded between 34.4594 and 41.8514, averaged 37.6822 and fell 0.39%. 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 1Y: show the values
| Point | RUB/BIF |
|---|---|
| 2025-09-25 | 35.5118 |
| 2025-10-02 | 35.6295 |
| 2025-10-09 | 36.1627 |
| 2025-10-16 | 37.4507 |
| 2025-10-23 | 36.1246 |
| 2025-10-30 | 36.9091 |
| 2025-11-06 | 36.2579 |
| 2025-11-13 | 36.3030 |
| 2025-11-20 | 36.7060 |
| 2025-11-27 | 37.7723 |
| 2025-12-04 | 38.1209 |
| 2025-12-12 | 36.7864 |
| 2025-12-19 | 37.0413 |
| 2025-12-26 | 37.5781 |
| 2026-01-02 | 37.5594 |
| 2026-01-09 | 36.9078 |
| 2026-01-16 | 37.8387 |
| 2026-01-23 | 38.8647 |
| 2026-01-30 | 39.0443 |
| 2026-02-06 | 38.6131 |
| 2026-02-13 | 38.4292 |
| 2026-02-20 | 38.6637 |
| 2026-02-27 | 38.6153 |
| 2026-03-06 | 37.7323 |
| 2026-03-13 | 37.4832 |
| 2026-03-20 | 34.4594 |
| 2026-03-27 | 36.4432 |
| 2026-04-03 | 36.9705 |
| 2026-04-10 | 38.2617 |
| 2026-04-17 | 38.9317 |
| 2026-04-24 | 39.0758 |
| 2026-05-01 | 39.7042 |
| 2026-05-08 | 39.9986 |
| 2026-05-16 | 40.8673 |
| 2026-05-24 | 41.6413 |
| 2026-05-31 | 41.8514 |
| 2026-06-09 | 40.8634 |
| 2026-06-16 | 41.2821 |
| 2026-06-23 | 40.2468 |
| 2026-06-30 | 38.6626 |
| 2026-07-07 | 38.5723 |
| 2026-07-14 | 39.0342 |
| 2026-07-21 | 37.9728 |
| 2026-07-28 | 38.3816 |
| 2026-08-04 | 36.8936 |
| 2026-08-11 | 36.2301 |
| 2026-08-18 | 35.1440 |
| 2026-08-26 | 35.6613 |
| 2026-09-02 | 34.4873 |
| 2026-09-09 | 34.8378 |
| 2026-09-16 | 35.5356 |
| 2026-09-23 | 35.6653 |
High
41.8514
Low
34.4594
Average
37.6822
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.