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: show the values
| Point | SCR/CVE |
|---|---|
| 2025-09-24 | 6.3395 |
| 2025-10-01 | 6.4182 |
| 2025-10-08 | 6.5178 |
| 2025-10-15 | 6.9693 |
| 2025-10-22 | 6.5813 |
| 2025-10-29 | 6.5719 |
| 2025-11-05 | 6.4095 |
| 2025-11-12 | 6.7211 |
| 2025-11-19 | 6.7380 |
| 2025-11-26 | 6.6978 |
| 2025-12-03 | 6.5934 |
| 2025-12-11 | 6.6376 |
| 2025-12-18 | 6.4182 |
| 2025-12-25 | 6.4763 |
| 2026-01-01 | 6.2056 |
| 2026-01-08 | 6.7916 |
| 2026-01-15 | 6.6213 |
| 2026-01-22 | 6.5807 |
| 2026-01-29 | 6.4662 |
| 2026-02-05 | 6.3759 |
| 2026-02-12 | 6.7590 |
| 2026-02-19 | 6.8405 |
| 2026-02-26 | 6.7601 |
| 2026-03-05 | 6.4560 |
| 2026-03-12 | 6.4579 |
| 2026-03-19 | 6.3213 |
| 2026-03-26 | 6.8566 |
| 2026-04-02 | 6.5645 |
| 2026-04-09 | 6.6760 |
| 2026-04-16 | 6.4947 |
| 2026-04-23 | 6.8750 |
| 2026-04-30 | 6.8885 |
| 2026-05-07 | 6.7383 |
| 2026-05-15 | 6.9239 |
| 2026-05-23 | 6.9066 |
| 2026-05-30 | 6.5117 |
| 2026-06-06 | 7.0737 |
| 2026-06-15 | 6.6170 |
| 2026-06-22 | 6.6966 |
| 2026-06-29 | 6.6693 |
| 2026-07-06 | 6.7497 |
| 2026-07-13 | 6.6107 |
| 2026-07-20 | 6.8803 |
| 2026-07-27 | 6.8568 |
| 2026-08-03 | 6.6423 |
| 2026-08-10 | 6.5711 |
| 2026-08-17 | 6.6972 |
| 2026-08-25 | 6.6030 |
| 2026-09-01 | 6.7005 |
| 2026-09-08 | 6.6617 |
| 2026-09-15 | 6.7580 |
| 2026-09-22 | 6.6709 |
High
7.0737
Low
6.2056
Average
6.6499
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.