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: show the values
| Point | SCR/CLP |
|---|---|
| 2025-09-24 | 64.3592 |
| 2025-10-01 | 65.7200 |
| 2025-10-08 | 65.9678 |
| 2025-10-15 | 70.5984 |
| 2025-10-22 | 65.9196 |
| 2025-10-29 | 65.3696 |
| 2025-11-05 | 63.2534 |
| 2025-11-12 | 66.0237 |
| 2025-11-19 | 65.9648 |
| 2025-11-26 | 65.7994 |
| 2025-12-03 | 64.2690 |
| 2025-12-11 | 64.8163 |
| 2025-12-18 | 62.7092 |
| 2025-12-25 | 62.5810 |
| 2026-01-01 | 59.4831 |
| 2026-01-08 | 64.3941 |
| 2026-01-15 | 61.6289 |
| 2026-01-22 | 61.0363 |
| 2026-01-29 | 60.5914 |
| 2026-02-05 | 58.7452 |
| 2026-02-12 | 62.2460 |
| 2026-02-19 | 63.0810 |
| 2026-02-26 | 62.0507 |
| 2026-03-05 | 60.9074 |
| 2026-03-12 | 60.6117 |
| 2026-03-19 | 60.3116 |
| 2026-03-26 | 65.9594 |
| 2026-04-02 | 62.7689 |
| 2026-04-09 | 63.1525 |
| 2026-04-16 | 61.5470 |
| 2026-04-23 | 65.0037 |
| 2026-04-30 | 65.7066 |
| 2026-05-07 | 64.3123 |
| 2026-05-15 | 65.3638 |
| 2026-05-23 | 65.5062 |
| 2026-05-30 | 61.2926 |
| 2026-06-06 | 67.5423 |
| 2026-06-15 | 62.6900 |
| 2026-06-22 | 62.7236 |
| 2026-06-29 | 63.5214 |
| 2026-07-06 | 64.4656 |
| 2026-07-13 | 63.3451 |
| 2026-07-20 | 66.6545 |
| 2026-07-27 | 67.2478 |
| 2026-08-03 | 64.3300 |
| 2026-08-10 | 62.8523 |
| 2026-08-17 | 64.3002 |
| 2026-08-25 | 63.7664 |
| 2026-09-01 | 65.8988 |
| 2026-09-08 | 65.6134 |
| 2026-09-15 | 67.5376 |
| 2026-09-22 | 65.7982 |
High
70.5984
Low
58.7452
Average
64.0601
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CLP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=CLP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.