Skip to content

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

RUB/BIF over 1Y: show the values
PointRUB/BIF
2025-09-2535.5118
2025-10-0235.6295
2025-10-0936.1627
2025-10-1637.4507
2025-10-2336.1246
2025-10-3036.9091
2025-11-0636.2579
2025-11-1336.3030
2025-11-2036.7060
2025-11-2737.7723
2025-12-0438.1209
2025-12-1236.7864
2025-12-1937.0413
2025-12-2637.5781
2026-01-0237.5594
2026-01-0936.9078
2026-01-1637.8387
2026-01-2338.8647
2026-01-3039.0443
2026-02-0638.6131
2026-02-1338.4292
2026-02-2038.6637
2026-02-2738.6153
2026-03-0637.7323
2026-03-1337.4832
2026-03-2034.4594
2026-03-2736.4432
2026-04-0336.9705
2026-04-1038.2617
2026-04-1738.9317
2026-04-2439.0758
2026-05-0139.7042
2026-05-0839.9986
2026-05-1640.8673
2026-05-2441.6413
2026-05-3141.8514
2026-06-0940.8634
2026-06-1641.2821
2026-06-2340.2468
2026-06-3038.6626
2026-07-0738.5723
2026-07-1439.0342
2026-07-2137.9728
2026-07-2838.3816
2026-08-0436.8936
2026-08-1136.2301
2026-08-1835.1440
2026-08-2635.6613
2026-09-0234.4873
2026-09-0934.8378
2026-09-1635.5356
2026-09-2335.6653

High

41.8514

Low

34.4594

Average

37.6822

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.