SCR to XCD exchange rate API
Seychelles Rupee to East Caribbean Dollar · quoted 2026-09-24
0.19069
▲ +3.81% over 1Y
1 SCR = 0.19069 XCD · 1 XCD = 5.2442 SCR · Get this rate via the API
1 SCR buys 0.19069 XCD as of 2026-09-24, so 1 XCD buys 5.2442 SCR. Over the last year, SCR/XCD traded between 0.17827 and 0.19974, averaged 0.18962 and rose 3.81%. The API holds daily SCR/XCD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/XCD over 1Y: show the values
| Point | SCR/XCD |
|---|---|
| 2025-09-24 | 0.18368 |
| 2025-10-01 | 0.18502 |
| 2025-10-08 | 0.18605 |
| 2025-10-15 | 0.19878 |
| 2025-10-22 | 0.18750 |
| 2025-10-29 | 0.18791 |
| 2025-11-05 | 0.18078 |
| 2025-11-12 | 0.19101 |
| 2025-11-19 | 0.19151 |
| 2025-11-26 | 0.19041 |
| 2025-12-03 | 0.18837 |
| 2025-12-11 | 0.19045 |
| 2025-12-18 | 0.18494 |
| 2025-12-25 | 0.18723 |
| 2026-01-01 | 0.17894 |
| 2026-01-08 | 0.19459 |
| 2026-01-15 | 0.18911 |
| 2026-01-22 | 0.18881 |
| 2026-01-29 | 0.19002 |
| 2026-02-05 | 0.18470 |
| 2026-02-12 | 0.19683 |
| 2026-02-19 | 0.19807 |
| 2026-02-26 | 0.19618 |
| 2026-03-05 | 0.18425 |
| 2026-03-12 | 0.18299 |
| 2026-03-19 | 0.17827 |
| 2026-03-26 | 0.19456 |
| 2026-04-02 | 0.18603 |
| 2026-04-09 | 0.19022 |
| 2026-04-16 | 0.18795 |
| 2026-04-23 | 0.19734 |
| 2026-04-30 | 0.19622 |
| 2026-05-07 | 0.19383 |
| 2026-05-15 | 0.19760 |
| 2026-05-23 | 0.19639 |
| 2026-05-30 | 0.18590 |
| 2026-06-06 | 0.19974 |
| 2026-06-15 | 0.18867 |
| 2026-06-22 | 0.18829 |
| 2026-06-29 | 0.18636 |
| 2026-07-06 | 0.18943 |
| 2026-07-13 | 0.18496 |
| 2026-07-20 | 0.19324 |
| 2026-07-27 | 0.19193 |
| 2026-08-03 | 0.18798 |
| 2026-08-10 | 0.18635 |
| 2026-08-17 | 0.19037 |
| 2026-08-25 | 0.18908 |
| 2026-09-01 | 0.19088 |
| 2026-09-08 | 0.19012 |
| 2026-09-15 | 0.19139 |
| 2026-09-22 | 0.18794 |
High
0.19974
Low
0.17827
Average
0.18962
Get this rate via the API
One GET request returns the SCR/XCD 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=XCD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XCD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XCD").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/XCD API questions
How do I get the SCR/XCD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=XCD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/XCD rate in rates.XCD.
How far back does SCR/XCD historical data go?
Daily SCR/XCD 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/XCD 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.