SCR to COP exchange rate API
Seychelles Rupee to Colombian Peso · quoted 2026-09-24
231.0975
▼ +11.81% over 1Y
1 SCR = 231.0975 COP · 1 COP = 0.004327 SCR · Get this rate via the API
1 SCR buys 231.0975 COP as of 2026-09-24, so 1 COP buys 0.004327 SCR. Over the last year, SCR/COP traded between 213.8546 and 288.1893, averaged 251.6615 and fell 11.81%. The API holds daily SCR/COP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/COP over 1Y: show the values
| Point | SCR/COP |
|---|---|
| 2025-09-24 | 262.0429 |
| 2025-10-01 | 268.1075 |
| 2025-10-08 | 266.5014 |
| 2025-10-15 | 288.1893 |
| 2025-10-22 | 269.1244 |
| 2025-10-29 | 270.1223 |
| 2025-11-05 | 257.9925 |
| 2025-11-12 | 264.3897 |
| 2025-11-19 | 263.1883 |
| 2025-11-26 | 267.7629 |
| 2025-12-03 | 265.6862 |
| 2025-12-11 | 270.1410 |
| 2025-12-18 | 264.1121 |
| 2025-12-25 | 258.1808 |
| 2026-01-01 | 248.9913 |
| 2026-01-08 | 269.6561 |
| 2026-01-15 | 256.8126 |
| 2026-01-22 | 256.3345 |
| 2026-01-29 | 257.6146 |
| 2026-02-05 | 248.5838 |
| 2026-02-12 | 267.5192 |
| 2026-02-19 | 268.9933 |
| 2026-02-26 | 268.0495 |
| 2026-03-05 | 255.9813 |
| 2026-03-12 | 250.1285 |
| 2026-03-19 | 243.9656 |
| 2026-03-26 | 265.9217 |
| 2026-04-02 | 252.0655 |
| 2026-04-09 | 256.8911 |
| 2026-04-16 | 251.6299 |
| 2026-04-23 | 260.7853 |
| 2026-04-30 | 263.9682 |
| 2026-05-07 | 267.2940 |
| 2026-05-15 | 277.0872 |
| 2026-05-23 | 267.8779 |
| 2026-05-30 | 252.7059 |
| 2026-06-06 | 265.7375 |
| 2026-06-15 | 242.9484 |
| 2026-06-22 | 239.8746 |
| 2026-06-29 | 237.8742 |
| 2026-07-06 | 233.9103 |
| 2026-07-13 | 221.7330 |
| 2026-07-20 | 231.7628 |
| 2026-07-27 | 228.1790 |
| 2026-08-03 | 219.2596 |
| 2026-08-10 | 217.3456 |
| 2026-08-17 | 221.1873 |
| 2026-08-25 | 213.8546 |
| 2026-09-01 | 227.2198 |
| 2026-09-08 | 219.8119 |
| 2026-09-15 | 219.7102 |
| 2026-09-22 | 222.1555 |
High
288.1893
Low
213.8546
Average
251.6615
Get this rate via the API
One GET request returns the SCR/COP 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=COP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=COP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=COP").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/COP API questions
How do I get the SCR/COP exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=COP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/COP rate in rates.COP.
How far back does SCR/COP historical data go?
Daily SCR/COP 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/COP 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.