Skip to content

SCR to CLP exchange rate API

Seychelles Rupee to Chilean Peso · quoted 2026-09-24

67.8462

▲ +5.42% over 1Y

1 SCR = 67.8462 CLP · 1 CLP = 0.01474 SCR · Get this rate via the API

1 SCR buys 67.8462 CLP as of 2026-09-24, so 1 CLP buys 0.01474 SCR. Over the last year, SCR/CLP traded between 58.7452 and 70.5984, averaged 64.0601 and rose 5.42%. The API holds daily SCR/CLP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/CLP over 1Y

SCR/CLP over 1Y: show the values
PointSCR/CLP
2025-09-2464.3592
2025-10-0165.7200
2025-10-0865.9678
2025-10-1570.5984
2025-10-2265.9196
2025-10-2965.3696
2025-11-0563.2534
2025-11-1266.0237
2025-11-1965.9648
2025-11-2665.7994
2025-12-0364.2690
2025-12-1164.8163
2025-12-1862.7092
2025-12-2562.5810
2026-01-0159.4831
2026-01-0864.3941
2026-01-1561.6289
2026-01-2261.0363
2026-01-2960.5914
2026-02-0558.7452
2026-02-1262.2460
2026-02-1963.0810
2026-02-2662.0507
2026-03-0560.9074
2026-03-1260.6117
2026-03-1960.3116
2026-03-2665.9594
2026-04-0262.7689
2026-04-0963.1525
2026-04-1661.5470
2026-04-2365.0037
2026-04-3065.7066
2026-05-0764.3123
2026-05-1565.3638
2026-05-2365.5062
2026-05-3061.2926
2026-06-0667.5423
2026-06-1562.6900
2026-06-2262.7236
2026-06-2963.5214
2026-07-0664.4656
2026-07-1363.3451
2026-07-2066.6545
2026-07-2767.2478
2026-08-0364.3300
2026-08-1062.8523
2026-08-1764.3002
2026-08-2563.7664
2026-09-0165.8988
2026-09-0865.6134
2026-09-1567.5376
2026-09-2265.7982

High

70.5984

Low

58.7452

Average

64.0601

For developers

Get this rate via the API

One GET request returns the SCR/CLP 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=CLP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=CLP");
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=CLP").json()

Replace YOUR_API_KEY with the key from your dashboard.

SCR/CLP API questions

How do I get the SCR/CLP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=CLP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/CLP rate in rates.CLP.

How far back does SCR/CLP historical data go?

Daily SCR/CLP 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/CLP 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.