Skip to content

SCR to KES exchange rate API

Seychelles Rupee to Kenyan Shilling · quoted 2026-09-25

9.1215

▲ +3.13% over YTD

1 SCR = 9.1215 KES · 1 KES = 0.10963 SCR · Get this rate via the API

1 SCR buys 9.1215 KES as of 2026-09-25, so 1 KES buys 0.10963 SCR. Over the year to date, SCR/KES traded between 8.5848 and 9.5282, averaged 8.9797 and rose 3.13%. The API holds daily SCR/KES rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/KES over YTD

SCR/KES over YTD: show the values
PointSCR/KES
2025-12-318.8446
2026-01-079.2087
2026-01-148.8918
2026-01-219.1054
2026-01-288.8073
2026-02-048.6119
2026-02-118.6134
2026-02-188.9455
2026-02-258.5848
2026-03-049.4169
2026-03-119.5282
2026-03-189.0768
2026-03-258.9052
2026-04-018.7493
2026-04-089.3079
2026-04-159.1707
2026-04-228.7812
2026-04-299.4471
2026-05-069.3242
2026-05-149.0395
2026-05-219.0053
2026-05-299.0652
2026-06-059.2486
2026-06-148.8938
2026-06-218.8199
2026-06-288.6956
2026-07-058.9453
2026-07-128.7351
2026-07-198.8542
2026-07-268.9289
2026-08-028.7761
2026-08-098.7931
2026-08-168.8139
2026-08-248.9078
2026-08-319.0410
2026-09-079.1104
2026-09-149.1289
2026-09-218.9633

High

9.5282

Low

8.5848

Average

8.9797

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/KES API questions

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

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

How far back does SCR/KES historical data go?

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