Skip to content

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

SCR/COP over 1Y: show the values
PointSCR/COP
2025-09-24262.0429
2025-10-01268.1075
2025-10-08266.5014
2025-10-15288.1893
2025-10-22269.1244
2025-10-29270.1223
2025-11-05257.9925
2025-11-12264.3897
2025-11-19263.1883
2025-11-26267.7629
2025-12-03265.6862
2025-12-11270.1410
2025-12-18264.1121
2025-12-25258.1808
2026-01-01248.9913
2026-01-08269.6561
2026-01-15256.8126
2026-01-22256.3345
2026-01-29257.6146
2026-02-05248.5838
2026-02-12267.5192
2026-02-19268.9933
2026-02-26268.0495
2026-03-05255.9813
2026-03-12250.1285
2026-03-19243.9656
2026-03-26265.9217
2026-04-02252.0655
2026-04-09256.8911
2026-04-16251.6299
2026-04-23260.7853
2026-04-30263.9682
2026-05-07267.2940
2026-05-15277.0872
2026-05-23267.8779
2026-05-30252.7059
2026-06-06265.7375
2026-06-15242.9484
2026-06-22239.8746
2026-06-29237.8742
2026-07-06233.9103
2026-07-13221.7330
2026-07-20231.7628
2026-07-27228.1790
2026-08-03219.2596
2026-08-10217.3456
2026-08-17221.1873
2026-08-25213.8546
2026-09-01227.2198
2026-09-08219.8119
2026-09-15219.7102
2026-09-22222.1555

High

288.1893

Low

213.8546

Average

251.6615

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=COP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=COP");
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=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&currencies=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.