Skip to content

SCR to KWD exchange rate API

Seychelles Rupee to Kuwaiti Dinar · quoted 2026-09-25

0.02178

▲ +3.34% over YTD

1 SCR = 0.02178 KWD · 1 KWD = 45.9200 SCR · Get this rate via the API

1 SCR buys 0.02178 KWD as of 2026-09-25, so 1 KWD buys 45.9200 SCR. Over the year to date, SCR/KWD traded between 0.02040 and 0.02260, averaged 0.02140 and rose 3.34%. The API holds daily SCR/KWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/KWD over YTD

SCR/KWD over YTD: show the values
PointSCR/KWD
2025-12-310.02107
2026-01-070.02191
2026-01-140.02120
2026-01-210.02169
2026-01-280.02090
2026-02-040.02055
2026-02-110.02049
2026-02-180.02127
2026-02-250.02040
2026-03-040.02240
2026-03-110.02260
2026-03-180.02151
2026-03-250.02110
2026-04-010.02077
2026-04-080.02209
2026-04-150.02189
2026-04-220.02093
2026-04-290.02251
2026-05-060.02228
2026-05-140.02153
2026-05-210.02150
2026-05-290.02172
2026-06-050.02208
2026-06-140.02116
2026-06-210.02098
2026-06-280.02076
2026-07-050.02144
2026-07-120.02087
2026-07-190.02111
2026-07-260.02138
2026-08-020.02100
2026-08-090.02099
2026-08-160.02104
2026-08-240.02122
2026-08-310.02152
2026-09-070.02175
2026-09-140.02176
2026-09-210.02134

High

0.02260

Low

0.02040

Average

0.02140

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/KWD API questions

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

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

How far back does SCR/KWD historical data go?

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