SCR to CRC exchange rate API
Seychelles Rupee to Costa Rican Colon · quoted 2026-09-25
31.8897
▼ +8.14% over 1Y
1 SCR = 31.8897 CRC · 1 CRC = 0.03136 SCR · Get this rate via the API
1 SCR buys 31.8897 CRC as of 2026-09-25, so 1 CRC buys 0.03136 SCR. Over the last year, SCR/CRC traded between 30.3775 and 39.3440, averaged 32.9675 and fell 8.14%. The API holds daily SCR/CRC rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/CRC over 1Y: show the values
| Point | SCR/CRC |
|---|---|
| 2025-09-25 | 34.7145 |
| 2025-10-02 | 34.2454 |
| 2025-10-09 | 34.2176 |
| 2025-10-16 | 34.3524 |
| 2025-10-23 | 36.2729 |
| 2025-10-30 | 35.3260 |
| 2025-11-06 | 35.3086 |
| 2025-11-13 | 34.0090 |
| 2025-11-20 | 35.0987 |
| 2025-11-27 | 33.8293 |
| 2025-12-04 | 34.2890 |
| 2025-12-12 | 33.2055 |
| 2025-12-19 | 36.3179 |
| 2025-12-26 | 33.3273 |
| 2026-01-02 | 32.8155 |
| 2026-01-09 | 39.3440 |
| 2026-01-16 | 32.7152 |
| 2026-01-23 | 33.9227 |
| 2026-01-30 | 34.5289 |
| 2026-02-06 | 34.5515 |
| 2026-02-13 | 33.9441 |
| 2026-02-20 | 31.8363 |
| 2026-02-27 | 34.6981 |
| 2026-03-06 | 31.6047 |
| 2026-03-13 | 31.6374 |
| 2026-03-20 | 31.0565 |
| 2026-03-27 | 32.0820 |
| 2026-04-03 | 32.3830 |
| 2026-04-10 | 30.5916 |
| 2026-04-17 | 33.2837 |
| 2026-04-24 | 33.1354 |
| 2026-05-01 | 31.0931 |
| 2026-05-08 | 33.2276 |
| 2026-05-16 | 33.3557 |
| 2026-05-24 | 30.3775 |
| 2026-05-31 | 30.8889 |
| 2026-06-09 | 33.2591 |
| 2026-06-16 | 31.9155 |
| 2026-06-23 | 31.9258 |
| 2026-06-30 | 31.4997 |
| 2026-07-07 | 31.1694 |
| 2026-07-14 | 31.8387 |
| 2026-07-21 | 31.9592 |
| 2026-07-28 | 32.4696 |
| 2026-08-04 | 31.2958 |
| 2026-08-11 | 32.0839 |
| 2026-08-18 | 30.8799 |
| 2026-08-26 | 32.0034 |
| 2026-09-02 | 31.3830 |
| 2026-09-09 | 31.7391 |
| 2026-09-16 | 31.3034 |
| 2026-09-23 | 31.0765 |
High
39.3440
Low
30.3775
Average
32.9675
Get this rate via the API
One GET request returns the SCR/CRC 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=CRC"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CRC");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CRC").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/CRC API questions
How do I get the SCR/CRC exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CRC, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/CRC rate in rates.CRC.
How far back does SCR/CRC historical data go?
Daily SCR/CRC 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/CRC 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.