SCR to XAF exchange rate API
Seychelles Rupee to CFA Franc BEAC · quoted 2026-09-24
40.6098
▲ +6.22% over YTD
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 year to date, SCR/XAF traded between 36.7880 and 41.6038, averaged 39.1905 and rose 6.22%. 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 YTD: show the values
| Point | SCR/XAF |
|---|---|
| 2025-12-31 | 38.2315 |
| 2026-01-07 | 39.9838 |
| 2026-01-14 | 38.8189 |
| 2026-01-21 | 39.4608 |
| 2026-01-28 | 37.3226 |
| 2026-02-04 | 37.1295 |
| 2026-02-11 | 36.7880 |
| 2026-02-18 | 38.4315 |
| 2026-02-25 | 37.0319 |
| 2026-03-04 | 41.2252 |
| 2026-03-11 | 41.6038 |
| 2026-03-18 | 39.8889 |
| 2026-03-25 | 38.8832 |
| 2026-04-01 | 38.1720 |
| 2026-04-08 | 40.2224 |
| 2026-04-15 | 39.4219 |
| 2026-04-22 | 37.9384 |
| 2026-04-29 | 41.0423 |
| 2026-05-06 | 40.5133 |
| 2026-05-14 | 39.1835 |
| 2026-05-21 | 39.2718 |
| 2026-05-29 | 39.5652 |
| 2026-06-05 | 40.3654 |
| 2026-06-14 | 38.9251 |
| 2026-06-21 | 38.9429 |
| 2026-06-28 | 38.6758 |
| 2026-07-05 | 39.6650 |
| 2026-07-12 | 38.8453 |
| 2026-07-19 | 39.2852 |
| 2026-07-26 | 39.7685 |
| 2026-08-02 | 38.5875 |
| 2026-08-09 | 38.5691 |
| 2026-08-16 | 38.6568 |
| 2026-08-24 | 38.6542 |
| 2026-08-31 | 39.4250 |
| 2026-09-07 | 39.7682 |
| 2026-09-14 | 39.9914 |
| 2026-09-21 | 39.5639 |
High
41.6038
Low
36.7880
Average
39.1905
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.