SCR to XAF exchange rate API
Seychelles Rupee to CFA Franc BEAC · quoted 2026-09-24
40.6098
▲ +7.69% over 1Y
1 SCR = 40.6098 XAF · 1 XAF = 0.02462 SCR · Get this rate via the API
1 SCR buys 40.6098 XAF as of 2026-09-24, so 1 XAF buys 0.02462 SCR. Over the last year, SCR/XAF traded between 36.9147 and 42.0791, averaged 39.5468 and rose 7.69%. The API holds daily SCR/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/XAF over 1Y: show the values
| Point | SCR/XAF |
|---|---|
| 2025-09-24 | 37.7113 |
| 2025-10-01 | 38.1796 |
| 2025-10-08 | 38.7723 |
| 2025-10-15 | 41.4581 |
| 2025-10-22 | 39.1499 |
| 2025-10-29 | 39.0939 |
| 2025-11-05 | 38.1277 |
| 2025-11-12 | 39.9815 |
| 2025-11-19 | 40.0821 |
| 2025-11-26 | 39.8430 |
| 2025-12-03 | 39.2217 |
| 2025-12-11 | 39.4847 |
| 2025-12-18 | 38.1798 |
| 2025-12-25 | 38.5252 |
| 2026-01-01 | 36.9147 |
| 2026-01-08 | 40.4011 |
| 2026-01-15 | 39.3880 |
| 2026-01-22 | 39.1464 |
| 2026-01-29 | 38.4650 |
| 2026-02-05 | 37.9281 |
| 2026-02-12 | 40.2093 |
| 2026-02-19 | 40.6917 |
| 2026-02-26 | 40.2137 |
| 2026-03-05 | 38.4046 |
| 2026-03-12 | 38.4156 |
| 2026-03-19 | 37.6030 |
| 2026-03-26 | 40.7873 |
| 2026-04-02 | 39.0498 |
| 2026-04-09 | 39.4676 |
| 2026-04-16 | 38.6376 |
| 2026-04-23 | 40.8989 |
| 2026-04-30 | 40.6869 |
| 2026-05-07 | 40.0462 |
| 2026-05-15 | 41.1488 |
| 2026-05-23 | 41.0850 |
| 2026-05-30 | 38.7355 |
| 2026-06-06 | 42.0791 |
| 2026-06-15 | 39.3623 |
| 2026-06-22 | 39.8355 |
| 2026-06-29 | 39.6735 |
| 2026-07-06 | 40.1515 |
| 2026-07-13 | 39.3246 |
| 2026-07-20 | 40.9283 |
| 2026-07-27 | 40.7885 |
| 2026-08-03 | 39.5125 |
| 2026-08-10 | 39.0893 |
| 2026-08-17 | 39.8391 |
| 2026-08-25 | 39.2788 |
| 2026-09-01 | 39.8588 |
| 2026-09-08 | 39.6279 |
| 2026-09-15 | 40.2007 |
| 2026-09-22 | 39.6826 |
High
42.0791
Low
36.9147
Average
39.5468
Get this rate via the API
One GET request returns the SCR/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/XAF API questions
How do I get the SCR/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/XAF rate in rates.XAF.
How far back does SCR/XAF historical data go?
Daily SCR/XAF 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/XAF 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.