SCR to XPF exchange rate API
Seychelles Rupee to CFP Franc · quoted 2026-09-25
7.3931
▲ +7.13% over 1Y
1 SCR = 7.3931 XPF · 1 XPF = 0.13526 SCR · Get this rate via the API
1 SCR buys 7.3931 XPF as of 2026-09-25, so 1 XPF buys 0.13526 SCR. Over the last year, SCR/XPF traded between 6.6869 and 8.0895, averaged 7.1408 and rose 7.13%. The API holds daily SCR/XPF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/XPF over 1Y: show the values
| Point | SCR/XPF |
|---|---|
| 2025-09-25 | 6.9011 |
| 2025-10-02 | 6.9156 |
| 2025-10-09 | 6.9722 |
| 2025-10-16 | 7.0104 |
| 2025-10-23 | 7.4407 |
| 2025-10-30 | 7.2508 |
| 2025-11-06 | 7.2746 |
| 2025-11-13 | 6.9707 |
| 2025-11-20 | 7.2620 |
| 2025-11-27 | 6.9820 |
| 2025-12-04 | 7.1360 |
| 2025-12-12 | 6.7638 |
| 2025-12-19 | 7.4116 |
| 2025-12-26 | 6.8297 |
| 2026-01-02 | 6.6980 |
| 2026-01-09 | 8.0895 |
| 2026-01-16 | 6.8009 |
| 2026-01-23 | 6.9955 |
| 2026-01-30 | 6.9839 |
| 2026-02-06 | 7.0329 |
| 2026-02-13 | 6.9961 |
| 2026-02-20 | 6.6869 |
| 2026-02-27 | 7.4031 |
| 2026-03-06 | 6.8526 |
| 2026-03-13 | 6.9543 |
| 2026-03-20 | 6.8661 |
| 2026-03-27 | 7.1603 |
| 2026-04-03 | 7.2391 |
| 2026-04-10 | 6.7541 |
| 2026-04-17 | 7.3748 |
| 2026-04-24 | 7.4291 |
| 2026-05-01 | 6.9644 |
| 2026-05-08 | 7.3468 |
| 2026-05-16 | 7.5463 |
| 2026-05-24 | 6.8867 |
| 2026-05-31 | 6.9319 |
| 2026-06-09 | 7.4463 |
| 2026-06-16 | 7.2259 |
| 2026-06-23 | 7.3354 |
| 2026-06-30 | 7.2352 |
| 2026-07-07 | 7.1463 |
| 2026-07-14 | 7.3016 |
| 2026-07-21 | 7.3599 |
| 2026-07-28 | 7.4633 |
| 2026-08-04 | 7.1455 |
| 2026-08-11 | 7.3032 |
| 2026-08-18 | 7.0760 |
| 2026-08-26 | 7.2112 |
| 2026-09-02 | 7.1265 |
| 2026-09-09 | 7.1678 |
| 2026-09-16 | 7.2292 |
| 2026-09-23 | 7.1806 |
High
8.0895
Low
6.6869
Average
7.1408
Get this rate via the API
One GET request returns the SCR/XPF 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=XPF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XPF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XPF").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/XPF API questions
How do I get the SCR/XPF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XPF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/XPF rate in rates.XPF.
How far back does SCR/XPF historical data go?
Daily SCR/XPF 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/XPF 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.