SCR to XOF exchange rate API
Seychelles Rupee to CFA Franc BCEAO · quoted 2026-09-24
40.6306
▲ +9.16% over 1Y
1 SCR = 40.6306 XOF · 1 XOF = 0.02461 SCR · Get this rate via the API
1 SCR buys 40.6306 XOF as of 2026-09-24, so 1 XOF buys 0.02461 SCR. Over the last year, SCR/XOF traded between 36.9128 and 42.0791, averaged 39.5219 and rose 9.16%. The API holds daily SCR/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/XOF over 1Y: show the values
| Point | SCR/XOF |
|---|---|
| 2025-09-24 | 37.2203 |
| 2025-10-01 | 37.5877 |
| 2025-10-08 | 38.0785 |
| 2025-10-15 | 41.4252 |
| 2025-10-22 | 39.1236 |
| 2025-10-29 | 39.1347 |
| 2025-11-05 | 38.1453 |
| 2025-11-12 | 39.9640 |
| 2025-11-19 | 40.1171 |
| 2025-11-26 | 39.8312 |
| 2025-12-03 | 39.1702 |
| 2025-12-11 | 39.3759 |
| 2025-12-18 | 38.1937 |
| 2025-12-25 | 38.5162 |
| 2026-01-01 | 36.9128 |
| 2026-01-08 | 40.4167 |
| 2026-01-15 | 39.4348 |
| 2026-01-22 | 39.0848 |
| 2026-01-29 | 38.4790 |
| 2026-02-05 | 37.9416 |
| 2026-02-12 | 40.2385 |
| 2026-02-19 | 40.7384 |
| 2026-02-26 | 40.2574 |
| 2026-03-05 | 38.4626 |
| 2026-03-12 | 38.4134 |
| 2026-03-19 | 37.5570 |
| 2026-03-26 | 40.8295 |
| 2026-04-02 | 39.0807 |
| 2026-04-09 | 39.5363 |
| 2026-04-16 | 38.6891 |
| 2026-04-23 | 40.9492 |
| 2026-04-30 | 40.7025 |
| 2026-05-07 | 40.0221 |
| 2026-05-15 | 41.2181 |
| 2026-05-23 | 41.0850 |
| 2026-05-30 | 38.7355 |
| 2026-06-06 | 42.0791 |
| 2026-06-15 | 39.3981 |
| 2026-06-22 | 39.8626 |
| 2026-06-29 | 39.6017 |
| 2026-07-06 | 40.1626 |
| 2026-07-13 | 39.3020 |
| 2026-07-20 | 40.9788 |
| 2026-07-27 | 40.8290 |
| 2026-08-03 | 39.5312 |
| 2026-08-10 | 39.1004 |
| 2026-08-17 | 39.8176 |
| 2026-08-25 | 39.2730 |
| 2026-09-01 | 39.8717 |
| 2026-09-08 | 39.6351 |
| 2026-09-15 | 40.1854 |
| 2026-09-22 | 39.7343 |
High
42.0791
Low
36.9128
Average
39.5219
Get this rate via the API
One GET request returns the SCR/XOF 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=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/XOF API questions
How do I get the SCR/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/XOF rate in rates.XOF.
How far back does SCR/XOF historical data go?
Daily SCR/XOF 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/XOF 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.