Skip to content

SCR to BIF exchange rate API

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

212.2448

▲ +4.67% over YTD

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 year to date, SCR/BIF traded between 197.4145 and 218.8390, averaged 206.7221 and rose 4.67%. 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 YTD

SCR/BIF over YTD: show the values
PointSCR/BIF
2025-12-31202.7735
2026-01-07211.1458
2026-01-14204.1476
2026-01-21208.9772
2026-01-28202.0411
2026-02-04197.8245
2026-02-11198.0664
2026-02-18205.3873
2026-02-25197.4145
2026-03-04216.5643
2026-03-11218.8390
2026-03-18207.9817
2026-03-25204.1312
2026-04-01199.8448
2026-04-08211.0528
2026-04-15213.7516
2026-04-22202.2730
2026-04-29217.7083
2026-05-06214.8457
2026-05-14208.3165
2026-05-21207.1296
2026-05-29208.2931
2026-06-05213.3091
2026-06-14204.5444
2026-06-21203.3402
2026-06-28200.3971
2026-07-05206.2451
2026-07-12201.7969
2026-07-19203.8889
2026-07-26205.8116
2026-08-02201.9616
2026-08-09203.1855
2026-08-16203.7384
2026-08-24205.0889
2026-08-31209.0164
2026-09-07210.4563
2026-09-14210.9018
2026-09-21207.7238

High

218.8390

Low

197.4145

Average

206.7221

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.