Skip to content

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

RSD/BIF over 1Y: show the values
PointRSD/BIF
2025-09-2729.4404
2025-10-0429.4691
2025-10-1129.3478
2025-10-1829.3458
2025-10-2529.2326
2025-11-0129.0825
2025-11-0829.0400
2025-11-1529.1948
2025-11-2229.0518
2025-11-2929.2359
2025-12-0629.3816
2025-12-1429.5560
2025-12-2129.5036
2025-12-2829.6889
2026-01-0429.5782
2026-01-1129.3524
2026-01-1829.2348
2026-01-2529.7673
2026-02-0129.9420
2026-02-0829.7953
2026-02-1529.8794
2026-02-2229.7057
2026-03-0129.7710
2026-03-0829.3696
2026-03-1528.9109
2026-03-2229.1940
2026-03-2929.1273
2026-04-0529.1601
2026-04-1229.6635
2026-04-1929.8850
2026-04-2629.6474
2026-05-0329.7283
2026-05-1029.8330
2026-05-1829.5468
2026-05-2629.4448
2026-06-0229.5553
2026-06-1129.4032
2026-06-1829.3452
2026-06-2528.8541
2026-07-0228.9449
2026-07-0929.0294
2026-07-1629.0546
2026-07-2329.0422
2026-07-3029.0285
2026-08-0629.3496
2026-08-1329.3651
2026-08-2129.6559
2026-08-2829.5995
2026-09-0429.6241
2026-09-1129.5848
2026-09-1829.4464
2026-09-2529.1097

High

29.9420

Low

28.8541

Average

29.3995

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=RSD&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=RSD&currencies=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&currencies=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.