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: show the values
| Point | SCR/KES |
|---|---|
| 2025-09-25 | 8.8871 |
| 2025-10-02 | 8.8035 |
| 2025-10-09 | 8.7952 |
| 2025-10-16 | 8.8273 |
| 2025-10-23 | 9.3235 |
| 2025-10-30 | 9.0931 |
| 2025-11-06 | 9.0766 |
| 2025-11-13 | 8.7451 |
| 2025-11-20 | 9.1221 |
| 2025-11-27 | 8.7952 |
| 2025-12-04 | 9.0044 |
| 2025-12-12 | 8.5618 |
| 2025-12-19 | 9.3857 |
| 2025-12-26 | 8.6809 |
| 2026-01-02 | 8.5078 |
| 2026-01-09 | 10.2214 |
| 2026-01-16 | 8.5442 |
| 2026-01-23 | 8.8651 |
| 2026-01-30 | 9.0026 |
| 2026-02-06 | 8.9922 |
| 2026-02-13 | 8.9843 |
| 2026-02-20 | 8.5351 |
| 2026-02-27 | 9.4447 |
| 2026-03-06 | 8.6387 |
| 2026-03-13 | 8.6638 |
| 2026-03-20 | 8.5648 |
| 2026-03-27 | 8.9728 |
| 2026-04-03 | 9.0564 |
| 2026-04-10 | 8.5156 |
| 2026-04-17 | 9.3939 |
| 2026-04-24 | 9.4093 |
| 2026-05-01 | 8.8329 |
| 2026-05-08 | 9.3515 |
| 2026-05-16 | 9.5110 |
| 2026-05-24 | 8.7089 |
| 2026-05-31 | 8.7623 |
| 2026-06-09 | 9.3299 |
| 2026-06-16 | 9.0597 |
| 2026-06-23 | 9.0921 |
| 2026-06-30 | 8.9596 |
| 2026-07-07 | 8.8517 |
| 2026-07-14 | 9.0345 |
| 2026-07-21 | 9.1029 |
| 2026-07-28 | 9.2376 |
| 2026-08-04 | 8.9201 |
| 2026-08-11 | 9.1459 |
| 2026-08-18 | 8.8889 |
| 2026-08-26 | 9.1219 |
| 2026-09-02 | 8.9518 |
| 2026-09-09 | 9.0588 |
| 2026-09-16 | 9.0607 |
| 2026-09-23 | 8.9053 |
High
10.2214
Low
8.5078
Average
8.9891
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KES"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KES");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.