Skip to content

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

SCR/XOF over 1Y: show the values
PointSCR/XOF
2025-09-2437.2203
2025-10-0137.5877
2025-10-0838.0785
2025-10-1541.4252
2025-10-2239.1236
2025-10-2939.1347
2025-11-0538.1453
2025-11-1239.9640
2025-11-1940.1171
2025-11-2639.8312
2025-12-0339.1702
2025-12-1139.3759
2025-12-1838.1937
2025-12-2538.5162
2026-01-0136.9128
2026-01-0840.4167
2026-01-1539.4348
2026-01-2239.0848
2026-01-2938.4790
2026-02-0537.9416
2026-02-1240.2385
2026-02-1940.7384
2026-02-2640.2574
2026-03-0538.4626
2026-03-1238.4134
2026-03-1937.5570
2026-03-2640.8295
2026-04-0239.0807
2026-04-0939.5363
2026-04-1638.6891
2026-04-2340.9492
2026-04-3040.7025
2026-05-0740.0221
2026-05-1541.2181
2026-05-2341.0850
2026-05-3038.7355
2026-06-0642.0791
2026-06-1539.3981
2026-06-2239.8626
2026-06-2939.6017
2026-07-0640.1626
2026-07-1339.3020
2026-07-2040.9788
2026-07-2740.8290
2026-08-0339.5312
2026-08-1039.1004
2026-08-1739.8176
2026-08-2539.2730
2026-09-0139.8717
2026-09-0839.6351
2026-09-1540.1854
2026-09-2239.7343

High

42.0791

Low

36.9128

Average

39.5219

For developers

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