RSD to BIF exchange rate API
Serbian Dinar to Burundi Franc · quoted 2026-09-27
29.0712
▼ +1.25% over 1Y
1 RSD = 29.0712 BIF · 1 BIF = 0.03440 RSD · Get this rate via the API
1 RSD buys 29.0712 BIF as of 2026-09-27, so 1 BIF buys 0.03440 RSD. Over the last year, RSD/BIF traded between 28.8541 and 29.9420, averaged 29.3995 and fell 1.25%. The API holds daily RSD/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
RSD/BIF over 1Y: show the values
| Point | RSD/BIF |
|---|---|
| 2025-09-27 | 29.4404 |
| 2025-10-04 | 29.4691 |
| 2025-10-11 | 29.3478 |
| 2025-10-18 | 29.3458 |
| 2025-10-25 | 29.2326 |
| 2025-11-01 | 29.0825 |
| 2025-11-08 | 29.0400 |
| 2025-11-15 | 29.1948 |
| 2025-11-22 | 29.0518 |
| 2025-11-29 | 29.2359 |
| 2025-12-06 | 29.3816 |
| 2025-12-14 | 29.5560 |
| 2025-12-21 | 29.5036 |
| 2025-12-28 | 29.6889 |
| 2026-01-04 | 29.5782 |
| 2026-01-11 | 29.3524 |
| 2026-01-18 | 29.2348 |
| 2026-01-25 | 29.7673 |
| 2026-02-01 | 29.9420 |
| 2026-02-08 | 29.7953 |
| 2026-02-15 | 29.8794 |
| 2026-02-22 | 29.7057 |
| 2026-03-01 | 29.7710 |
| 2026-03-08 | 29.3696 |
| 2026-03-15 | 28.9109 |
| 2026-03-22 | 29.1940 |
| 2026-03-29 | 29.1273 |
| 2026-04-05 | 29.1601 |
| 2026-04-12 | 29.6635 |
| 2026-04-19 | 29.8850 |
| 2026-04-26 | 29.6474 |
| 2026-05-03 | 29.7283 |
| 2026-05-10 | 29.8330 |
| 2026-05-18 | 29.5468 |
| 2026-05-26 | 29.4448 |
| 2026-06-02 | 29.5553 |
| 2026-06-11 | 29.4032 |
| 2026-06-18 | 29.3452 |
| 2026-06-25 | 28.8541 |
| 2026-07-02 | 28.9449 |
| 2026-07-09 | 29.0294 |
| 2026-07-16 | 29.0546 |
| 2026-07-23 | 29.0422 |
| 2026-07-30 | 29.0285 |
| 2026-08-06 | 29.3496 |
| 2026-08-13 | 29.3651 |
| 2026-08-21 | 29.6559 |
| 2026-08-28 | 29.5995 |
| 2026-09-04 | 29.6241 |
| 2026-09-11 | 29.5848 |
| 2026-09-18 | 29.4464 |
| 2026-09-25 | 29.1097 |
High
29.9420
Low
28.8541
Average
29.3995
Get this rate via the API
One GET request returns the RSD/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=RSD¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=BIF").json()Replace YOUR_API_KEY with the key from your dashboard.
RSD/BIF API questions
How do I get the RSD/BIF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD¤cies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest RSD/BIF rate in rates.BIF.
How far back does RSD/BIF historical data go?
Daily RSD/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 RSD/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.