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: show the values
| Point | SCR/BIF |
|---|---|
| 2025-12-31 | 202.7735 |
| 2026-01-07 | 211.1458 |
| 2026-01-14 | 204.1476 |
| 2026-01-21 | 208.9772 |
| 2026-01-28 | 202.0411 |
| 2026-02-04 | 197.8245 |
| 2026-02-11 | 198.0664 |
| 2026-02-18 | 205.3873 |
| 2026-02-25 | 197.4145 |
| 2026-03-04 | 216.5643 |
| 2026-03-11 | 218.8390 |
| 2026-03-18 | 207.9817 |
| 2026-03-25 | 204.1312 |
| 2026-04-01 | 199.8448 |
| 2026-04-08 | 211.0528 |
| 2026-04-15 | 213.7516 |
| 2026-04-22 | 202.2730 |
| 2026-04-29 | 217.7083 |
| 2026-05-06 | 214.8457 |
| 2026-05-14 | 208.3165 |
| 2026-05-21 | 207.1296 |
| 2026-05-29 | 208.2931 |
| 2026-06-05 | 213.3091 |
| 2026-06-14 | 204.5444 |
| 2026-06-21 | 203.3402 |
| 2026-06-28 | 200.3971 |
| 2026-07-05 | 206.2451 |
| 2026-07-12 | 201.7969 |
| 2026-07-19 | 203.8889 |
| 2026-07-26 | 205.8116 |
| 2026-08-02 | 201.9616 |
| 2026-08-09 | 203.1855 |
| 2026-08-16 | 203.7384 |
| 2026-08-24 | 205.0889 |
| 2026-08-31 | 209.0164 |
| 2026-09-07 | 210.4563 |
| 2026-09-14 | 210.9018 |
| 2026-09-21 | 207.7238 |
High
218.8390
Low
197.4145
Average
206.7221
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=BIF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=BIF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.