Skip to content

SCR to CUP exchange rate API

Seychelles Rupee to Cuban Peso · quoted 2026-09-24

1.8673

▲ +14.68% over 1Y

1 SCR = 1.8673 CUP · 1 CUP = 0.53552 SCR · Get this rate via the API

1 SCR buys 1.8673 CUP as of 2026-09-24, so 1 CUP buys 0.53552 SCR. Over the last year, SCR/CUP traded between 1.5860 and 1.9589, averaged 1.7648 and rose 14.68%. The API holds daily SCR/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/CUP over 1Y

SCR/CUP over 1Y: show the values
PointSCR/CUP
2025-09-241.6284
2025-10-011.6399
2025-10-081.6493
2025-10-151.7573
2025-10-221.6634
2025-10-291.6666
2025-11-051.6018
2025-11-121.6901
2025-11-191.6969
2025-11-261.6850
2025-12-031.6697
2025-12-111.6787
2025-12-181.6390
2025-12-251.6590
2026-01-011.5873
2026-01-081.7250
2026-01-151.6784
2026-01-221.6742
2026-01-291.6837
2026-02-051.6379
2026-02-121.9301
2026-02-191.7616
2026-02-261.7312
2026-03-051.6342
2026-03-121.6238
2026-03-191.5860
2026-03-261.7304
2026-04-021.6501
2026-04-091.8652
2026-04-161.8429
2026-04-231.9350
2026-04-301.9241
2026-05-071.9006
2026-05-151.9376
2026-05-231.7436
2026-05-301.8245
2026-06-061.9589
2026-06-151.8459
2026-06-221.8445
2026-06-291.8247
2026-07-061.8546
2026-07-131.8103
2026-07-201.8916
2026-07-271.8798
2026-08-031.8404
2026-08-101.8248
2026-08-171.8637
2026-08-251.8518
2026-09-011.8688
2026-09-081.8610
2026-09-151.8737
2026-09-221.8397

High

1.9589

Low

1.5860

Average

1.7648

For developers

Get this rate via the API

One GET request returns the SCR/CUP 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=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=CUP");
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=CUP").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/CUP API questions

How do I get the SCR/CUP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/CUP rate in rates.CUP.

How far back does SCR/CUP historical data go?

Daily SCR/CUP 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/CUP 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.