SCR to CRC exchange rate API
Seychelles Rupee to Costa Rican Colon · quoted 2026-09-25
31.8897
▼ +6.22% over YTD
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 year to date, SCR/CRC traded between 30.4379 and 35.4658, averaged 32.2249 and fell 6.22%. 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 YTD: show the values
| Point | SCR/CRC |
|---|---|
| 2025-12-31 | 34.0053 |
| 2026-01-07 | 35.4658 |
| 2026-01-14 | 34.2582 |
| 2026-01-21 | 34.4069 |
| 2026-01-28 | 33.9172 |
| 2026-02-04 | 33.1651 |
| 2026-02-11 | 33.0465 |
| 2026-02-18 | 33.2940 |
| 2026-02-25 | 31.6036 |
| 2026-03-04 | 34.2739 |
| 2026-03-11 | 34.7826 |
| 2026-03-18 | 32.8449 |
| 2026-03-25 | 32.0776 |
| 2026-04-01 | 31.3000 |
| 2026-04-08 | 33.0389 |
| 2026-04-15 | 32.6394 |
| 2026-04-22 | 30.9427 |
| 2026-04-29 | 33.2802 |
| 2026-05-06 | 32.8452 |
| 2026-05-14 | 31.8643 |
| 2026-05-21 | 31.4641 |
| 2026-05-29 | 31.7527 |
| 2026-06-05 | 32.8016 |
| 2026-06-14 | 31.2877 |
| 2026-06-21 | 30.8799 |
| 2026-06-28 | 30.4379 |
| 2026-07-05 | 31.3695 |
| 2026-07-12 | 30.5583 |
| 2026-07-19 | 30.7954 |
| 2026-07-26 | 31.2149 |
| 2026-08-02 | 30.6136 |
| 2026-08-09 | 30.6488 |
| 2026-08-16 | 30.5737 |
| 2026-08-24 | 31.2208 |
| 2026-08-31 | 31.5241 |
| 2026-09-07 | 31.9410 |
| 2026-09-14 | 31.7930 |
| 2026-09-21 | 30.9505 |
High
35.4658
Low
30.4379
Average
32.2249
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.