Skip to content

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

SCR/XAF over 1Y: show the values
PointSCR/XAF
2025-09-2437.7113
2025-10-0138.1796
2025-10-0838.7723
2025-10-1541.4581
2025-10-2239.1499
2025-10-2939.0939
2025-11-0538.1277
2025-11-1239.9815
2025-11-1940.0821
2025-11-2639.8430
2025-12-0339.2217
2025-12-1139.4847
2025-12-1838.1798
2025-12-2538.5252
2026-01-0136.9147
2026-01-0840.4011
2026-01-1539.3880
2026-01-2239.1464
2026-01-2938.4650
2026-02-0537.9281
2026-02-1240.2093
2026-02-1940.6917
2026-02-2640.2137
2026-03-0538.4046
2026-03-1238.4156
2026-03-1937.6030
2026-03-2640.7873
2026-04-0239.0498
2026-04-0939.4676
2026-04-1638.6376
2026-04-2340.8989
2026-04-3040.6869
2026-05-0740.0462
2026-05-1541.1488
2026-05-2341.0850
2026-05-3038.7355
2026-06-0642.0791
2026-06-1539.3623
2026-06-2239.8355
2026-06-2939.6735
2026-07-0640.1515
2026-07-1339.3246
2026-07-2040.9283
2026-07-2740.7885
2026-08-0339.5125
2026-08-1039.0893
2026-08-1739.8391
2026-08-2539.2788
2026-09-0139.8588
2026-09-0839.6279
2026-09-1540.2007
2026-09-2239.6826

High

42.0791

Low

36.9147

Average

39.5468

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=XAF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=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&currencies=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.