Skip to content

SCR to CRC exchange rate API

Seychelles Rupee to Costa Rican Colon · quoted 2026-09-25

31.8897

▼ +0.36% over 30D

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 30 days, SCR/CRC traded between 30.2580 and 32.7481, averaged 31.5927 and fell 0.36%. 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 30D

SCR/CRC over 30D: show the values
PointSCR/CRC
2026-08-2632.0034
2026-08-2731.9499
2026-08-2832.3501
2026-08-2932.1426
2026-08-3030.6359
2026-08-3131.5241
2026-09-0131.8661
2026-09-0231.3830
2026-09-0331.5695
2026-09-0431.6674
2026-09-0532.7481
2026-09-0630.7805
2026-09-0731.9410
2026-09-0831.8704
2026-09-0931.7391
2026-09-1031.8709
2026-09-1131.6032
2026-09-1232.6372
2026-09-1330.3129
2026-09-1431.7930
2026-09-1531.8049
2026-09-1631.3034
2026-09-1731.1440
2026-09-1832.2439
2026-09-1931.3749
2026-09-2030.2580
2026-09-2130.9505
2026-09-2231.0496
2026-09-2331.0765
2026-09-2431.8897

High

32.7481

Low

30.2580

Average

31.5927

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.