Skip to content

SCR to KGS exchange rate API

Seychelles Rupee to Som · quoted 2026-09-25

6.1018

▲ +4.53% over 6M

1 SCR = 6.1018 KGS · 1 KGS = 0.16388 SCR · Get this rate via the API

1 SCR buys 6.1018 KGS as of 2026-09-25, so 1 KGS buys 0.16388 SCR. Over the last 6 months, SCR/KGS traded between 5.7589 and 6.5961, averaged 6.1133 and rose 4.53%. The API holds daily SCR/KGS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/KGS over 6M

SCR/KGS over 6M: show the values
PointSCR/KGS
2026-03-295.8374
2026-04-055.8945
2026-04-125.7589
2026-04-195.8073
2026-04-265.9064
2026-05-036.3596
2026-05-105.8772
2026-05-186.4353
2026-05-266.1359
2026-06-026.2478
2026-06-116.2147
2026-06-185.9753
2026-06-255.9868
2026-07-026.5961
2026-07-095.9936
2026-07-166.2208
2026-07-236.1857
2026-07-306.0623
2026-08-066.1835
2026-08-136.1634
2026-08-216.2345
2026-08-286.2461
2026-09-046.1194
2026-09-116.1090
2026-09-186.3039
2026-09-256.1018

High

6.5961

Low

5.7589

Average

6.1133

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/KGS API questions

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

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

How far back does SCR/KGS historical data go?

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