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: show the values
| Point | RUB/BIF |
|---|---|
| 2025-12-31 | 37.2749 |
| 2026-01-07 | 36.7742 |
| 2026-01-14 | 37.6545 |
| 2026-01-21 | 37.9481 |
| 2026-01-28 | 38.7576 |
| 2026-02-04 | 38.3842 |
| 2026-02-11 | 38.3753 |
| 2026-02-18 | 38.7602 |
| 2026-02-25 | 38.7244 |
| 2026-03-04 | 38.2676 |
| 2026-03-11 | 37.5654 |
| 2026-03-18 | 35.9939 |
| 2026-03-25 | 36.8485 |
| 2026-04-01 | 36.5180 |
| 2026-04-08 | 37.5975 |
| 2026-04-15 | 40.0198 |
| 2026-04-22 | 39.6333 |
| 2026-04-29 | 39.4967 |
| 2026-05-06 | 39.3332 |
| 2026-05-14 | 40.4282 |
| 2026-05-21 | 41.7403 |
| 2026-05-29 | 41.8692 |
| 2026-06-05 | 40.6564 |
| 2026-06-14 | 41.0967 |
| 2026-06-21 | 40.8499 |
| 2026-06-28 | 37.8040 |
| 2026-07-05 | 38.7167 |
| 2026-07-12 | 38.9425 |
| 2026-07-19 | 38.0132 |
| 2026-07-26 | 38.1718 |
| 2026-08-02 | 37.5445 |
| 2026-08-09 | 36.6301 |
| 2026-08-16 | 35.5818 |
| 2026-08-24 | 36.0155 |
| 2026-08-31 | 34.8989 |
| 2026-09-07 | 34.5206 |
| 2026-09-14 | 35.3761 |
| 2026-09-21 | 35.6522 |
High
41.8692
Low
34.5206
Average
38.0464
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.