Skip to content

SCR to CVE exchange rate API

Seychelles Rupee to Cape Verde Escudo · quoted 2026-09-24

6.8267

▲ +7.69% over 1Y

1 SCR = 6.8267 CVE · 1 CVE = 0.14648 SCR · Get this rate via the API

1 SCR buys 6.8267 CVE as of 2026-09-24, so 1 CVE buys 0.14648 SCR. Over the last year, SCR/CVE traded between 6.2056 and 7.0737, averaged 6.6499 and rose 7.69%. The API holds daily SCR/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/CVE over 1Y

SCR/CVE over 1Y: show the values
PointSCR/CVE
2025-09-246.3395
2025-10-016.4182
2025-10-086.5178
2025-10-156.9693
2025-10-226.5813
2025-10-296.5719
2025-11-056.4095
2025-11-126.7211
2025-11-196.7380
2025-11-266.6978
2025-12-036.5934
2025-12-116.6376
2025-12-186.4182
2025-12-256.4763
2026-01-016.2056
2026-01-086.7916
2026-01-156.6213
2026-01-226.5807
2026-01-296.4662
2026-02-056.3759
2026-02-126.7590
2026-02-196.8405
2026-02-266.7601
2026-03-056.4560
2026-03-126.4579
2026-03-196.3213
2026-03-266.8566
2026-04-026.5645
2026-04-096.6760
2026-04-166.4947
2026-04-236.8750
2026-04-306.8885
2026-05-076.7383
2026-05-156.9239
2026-05-236.9066
2026-05-306.5117
2026-06-067.0737
2026-06-156.6170
2026-06-226.6966
2026-06-296.6693
2026-07-066.7497
2026-07-136.6107
2026-07-206.8803
2026-07-276.8568
2026-08-036.6423
2026-08-106.5711
2026-08-176.6972
2026-08-256.6030
2026-09-016.7005
2026-09-086.6617
2026-09-156.7580
2026-09-226.6709

High

7.0737

Low

6.2056

Average

6.6499

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/CVE API questions

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

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

How far back does SCR/CVE historical data go?

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