Skip to content

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

SCR/XCD over 1Y: show the values
PointSCR/XCD
2025-09-240.18368
2025-10-010.18502
2025-10-080.18605
2025-10-150.19878
2025-10-220.18750
2025-10-290.18791
2025-11-050.18078
2025-11-120.19101
2025-11-190.19151
2025-11-260.19041
2025-12-030.18837
2025-12-110.19045
2025-12-180.18494
2025-12-250.18723
2026-01-010.17894
2026-01-080.19459
2026-01-150.18911
2026-01-220.18881
2026-01-290.19002
2026-02-050.18470
2026-02-120.19683
2026-02-190.19807
2026-02-260.19618
2026-03-050.18425
2026-03-120.18299
2026-03-190.17827
2026-03-260.19456
2026-04-020.18603
2026-04-090.19022
2026-04-160.18795
2026-04-230.19734
2026-04-300.19622
2026-05-070.19383
2026-05-150.19760
2026-05-230.19639
2026-05-300.18590
2026-06-060.19974
2026-06-150.18867
2026-06-220.18829
2026-06-290.18636
2026-07-060.18943
2026-07-130.18496
2026-07-200.19324
2026-07-270.19193
2026-08-030.18798
2026-08-100.18635
2026-08-170.19037
2026-08-250.18908
2026-09-010.19088
2026-09-080.19012
2026-09-150.19139
2026-09-220.18794

High

0.19974

Low

0.17827

Average

0.18962

For developers

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