Skip to content

SCR to KES exchange rate API

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

9.1215

▲ +2.64% over 1Y

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 last year, SCR/KES traded between 8.5078 and 10.2214, averaged 8.9891 and rose 2.64%. 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 1Y

SCR/KES over 1Y: show the values
PointSCR/KES
2025-09-258.8871
2025-10-028.8035
2025-10-098.7952
2025-10-168.8273
2025-10-239.3235
2025-10-309.0931
2025-11-069.0766
2025-11-138.7451
2025-11-209.1221
2025-11-278.7952
2025-12-049.0044
2025-12-128.5618
2025-12-199.3857
2025-12-268.6809
2026-01-028.5078
2026-01-0910.2214
2026-01-168.5442
2026-01-238.8651
2026-01-309.0026
2026-02-068.9922
2026-02-138.9843
2026-02-208.5351
2026-02-279.4447
2026-03-068.6387
2026-03-138.6638
2026-03-208.5648
2026-03-278.9728
2026-04-039.0564
2026-04-108.5156
2026-04-179.3939
2026-04-249.4093
2026-05-018.8329
2026-05-089.3515
2026-05-169.5110
2026-05-248.7089
2026-05-318.7623
2026-06-099.3299
2026-06-169.0597
2026-06-239.0921
2026-06-308.9596
2026-07-078.8517
2026-07-149.0345
2026-07-219.1029
2026-07-289.2376
2026-08-048.9201
2026-08-119.1459
2026-08-188.8889
2026-08-269.1219
2026-09-028.9518
2026-09-099.0588
2026-09-169.0607
2026-09-238.9053

High

10.2214

Low

8.5078

Average

8.9891

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.