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: show the values
| Point | SCR/BIF |
|---|---|
| 2025-09-24 | 202.0202 |
| 2025-10-01 | 201.1360 |
| 2025-10-08 | 202.6396 |
| 2025-10-15 | 215.8592 |
| 2025-10-22 | 204.3632 |
| 2025-10-29 | 204.7369 |
| 2025-11-05 | 197.0669 |
| 2025-11-12 | 208.0723 |
| 2025-11-19 | 209.0172 |
| 2025-11-26 | 207.8973 |
| 2025-12-03 | 205.8891 |
| 2025-12-11 | 206.7482 |
| 2025-12-18 | 202.1743 |
| 2025-12-25 | 204.5716 |
| 2026-01-01 | 195.8340 |
| 2026-01-08 | 212.9433 |
| 2026-01-15 | 207.0220 |
| 2026-01-22 | 206.7364 |
| 2026-01-29 | 208.0254 |
| 2026-02-05 | 201.6823 |
| 2026-02-12 | 216.3529 |
| 2026-02-19 | 217.5949 |
| 2026-02-26 | 213.9464 |
| 2026-03-05 | 202.0030 |
| 2026-03-12 | 200.9680 |
| 2026-03-19 | 196.4538 |
| 2026-03-26 | 213.9906 |
| 2026-04-02 | 204.2574 |
| 2026-04-09 | 209.0797 |
| 2026-04-16 | 206.2469 |
| 2026-04-23 | 217.8784 |
| 2026-04-30 | 216.0764 |
| 2026-05-07 | 214.4078 |
| 2026-05-15 | 218.6840 |
| 2026-05-23 | 216.4795 |
| 2026-05-30 | 205.0381 |
| 2026-06-06 | 220.4543 |
| 2026-06-15 | 207.6351 |
| 2026-06-22 | 207.4040 |
| 2026-06-29 | 204.7542 |
| 2026-07-06 | 208.3310 |
| 2026-07-13 | 203.9076 |
| 2026-07-20 | 212.5600 |
| 2026-07-27 | 211.4736 |
| 2026-08-03 | 205.3904 |
| 2026-08-10 | 205.6903 |
| 2026-08-17 | 209.7759 |
| 2026-08-25 | 208.2150 |
| 2026-09-01 | 211.2013 |
| 2026-09-08 | 210.0887 |
| 2026-09-15 | 211.4133 |
| 2026-09-22 | 208.4609 |
High
220.4543
Low
195.8340
Average
208.1678
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.