Skip to content

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

SCR/CRC over YTD: show the values
PointSCR/CRC
2025-12-3134.0053
2026-01-0735.4658
2026-01-1434.2582
2026-01-2134.4069
2026-01-2833.9172
2026-02-0433.1651
2026-02-1133.0465
2026-02-1833.2940
2026-02-2531.6036
2026-03-0434.2739
2026-03-1134.7826
2026-03-1832.8449
2026-03-2532.0776
2026-04-0131.3000
2026-04-0833.0389
2026-04-1532.6394
2026-04-2230.9427
2026-04-2933.2802
2026-05-0632.8452
2026-05-1431.8643
2026-05-2131.4641
2026-05-2931.7527
2026-06-0532.8016
2026-06-1431.2877
2026-06-2130.8799
2026-06-2830.4379
2026-07-0531.3695
2026-07-1230.5583
2026-07-1930.7954
2026-07-2631.2149
2026-08-0230.6136
2026-08-0930.6488
2026-08-1630.5737
2026-08-2431.2208
2026-08-3131.5241
2026-09-0731.9410
2026-09-1431.7930
2026-09-2130.9505

High

35.4658

Low

30.4379

Average

32.2249

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=CRC"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=CRC");
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=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&currencies=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.