Skip to content

SCR to BIF exchange rate API

Seychelles Rupee to Burundi Franc · quoted 2026-09-24

212.2448

▲ +5.06% over 1Y

1 SCR = 212.2448 BIF · 1 BIF = 0.004712 SCR · Get this rate via the API

1 SCR buys 212.2448 BIF as of 2026-09-24, so 1 BIF buys 0.004712 SCR. Over the last year, SCR/BIF traded between 195.8340 and 220.4543, averaged 208.1678 and rose 5.06%. The API holds daily SCR/BIF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/BIF over 1Y

SCR/BIF over 1Y: show the values
PointSCR/BIF
2025-09-24202.0202
2025-10-01201.1360
2025-10-08202.6396
2025-10-15215.8592
2025-10-22204.3632
2025-10-29204.7369
2025-11-05197.0669
2025-11-12208.0723
2025-11-19209.0172
2025-11-26207.8973
2025-12-03205.8891
2025-12-11206.7482
2025-12-18202.1743
2025-12-25204.5716
2026-01-01195.8340
2026-01-08212.9433
2026-01-15207.0220
2026-01-22206.7364
2026-01-29208.0254
2026-02-05201.6823
2026-02-12216.3529
2026-02-19217.5949
2026-02-26213.9464
2026-03-05202.0030
2026-03-12200.9680
2026-03-19196.4538
2026-03-26213.9906
2026-04-02204.2574
2026-04-09209.0797
2026-04-16206.2469
2026-04-23217.8784
2026-04-30216.0764
2026-05-07214.4078
2026-05-15218.6840
2026-05-23216.4795
2026-05-30205.0381
2026-06-06220.4543
2026-06-15207.6351
2026-06-22207.4040
2026-06-29204.7542
2026-07-06208.3310
2026-07-13203.9076
2026-07-20212.5600
2026-07-27211.4736
2026-08-03205.3904
2026-08-10205.6903
2026-08-17209.7759
2026-08-25208.2150
2026-09-01211.2013
2026-09-08210.0887
2026-09-15211.4133
2026-09-22208.4609

High

220.4543

Low

195.8340

Average

208.1678

For developers

Get this rate via the API

One GET request returns the SCR/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=SCR&currencies=BIF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&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=SCR&currencies=BIF").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/BIF API questions

How do I get the SCR/BIF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=BIF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/BIF rate in rates.BIF.

How far back does SCR/BIF historical data go?

Daily SCR/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 SCR/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.