Skip to content

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

SCR/CRC over 1Y: show the values
PointSCR/CRC
2025-09-2534.7145
2025-10-0234.2454
2025-10-0934.2176
2025-10-1634.3524
2025-10-2336.2729
2025-10-3035.3260
2025-11-0635.3086
2025-11-1334.0090
2025-11-2035.0987
2025-11-2733.8293
2025-12-0434.2890
2025-12-1233.2055
2025-12-1936.3179
2025-12-2633.3273
2026-01-0232.8155
2026-01-0939.3440
2026-01-1632.7152
2026-01-2333.9227
2026-01-3034.5289
2026-02-0634.5515
2026-02-1333.9441
2026-02-2031.8363
2026-02-2734.6981
2026-03-0631.6047
2026-03-1331.6374
2026-03-2031.0565
2026-03-2732.0820
2026-04-0332.3830
2026-04-1030.5916
2026-04-1733.2837
2026-04-2433.1354
2026-05-0131.0931
2026-05-0833.2276
2026-05-1633.3557
2026-05-2430.3775
2026-05-3130.8889
2026-06-0933.2591
2026-06-1631.9155
2026-06-2331.9258
2026-06-3031.4997
2026-07-0731.1694
2026-07-1431.8387
2026-07-2131.9592
2026-07-2832.4696
2026-08-0431.2958
2026-08-1132.0839
2026-08-1830.8799
2026-08-2632.0034
2026-09-0231.3830
2026-09-0931.7391
2026-09-1631.3034
2026-09-2331.0765

High

39.3440

Low

30.3775

Average

32.9675

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.