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: show the values
| Point | RUB/BIF |
|---|---|
| 2026-08-26 | 35.6613 |
| 2026-08-27 | 35.0048 |
| 2026-08-28 | 34.8921 |
| 2026-08-29 | 34.7203 |
| 2026-08-30 | 34.7880 |
| 2026-08-31 | 34.8989 |
| 2026-09-01 | 34.7021 |
| 2026-09-02 | 34.4873 |
| 2026-09-03 | 34.2441 |
| 2026-09-04 | 34.4999 |
| 2026-09-05 | 34.8500 |
| 2026-09-06 | 34.5627 |
| 2026-09-07 | 34.5206 |
| 2026-09-08 | 34.6894 |
| 2026-09-09 | 34.8378 |
| 2026-09-10 | 35.1696 |
| 2026-09-11 | 35.6396 |
| 2026-09-12 | 35.0404 |
| 2026-09-13 | 35.5192 |
| 2026-09-14 | 35.3761 |
| 2026-09-15 | 35.3847 |
| 2026-09-16 | 35.5356 |
| 2026-09-17 | 35.6563 |
| 2026-09-18 | 35.5990 |
| 2026-09-19 | 35.5448 |
| 2026-09-20 | 35.6518 |
| 2026-09-21 | 35.6522 |
| 2026-09-22 | 35.8536 |
| 2026-09-23 | 35.6653 |
| 2026-09-24 | 35.5189 |
| 2026-09-25 | 35.3738 |
High
35.8536
Low
34.2441
Average
35.1536
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.