Skip to content

SCR to KRW exchange rate API

Seychelles Rupee to Won · quoted 2026-09-25

95.6146

▼ +3.25% over YTD

1 SCR = 95.6146 KRW · 1 KRW = 0.01046 SCR · Get this rate via the API

1 SCR buys 95.6146 KRW as of 2026-09-25, so 1 KRW buys 0.01046 SCR. Over the year to date, SCR/KRW traded between 94.8795 and 110.1368, averaged 101.3915 and fell 3.25%. The API holds daily SCR/KRW rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SCR/KRW over YTD

SCR/KRW over YTD: show the values
PointSCR/KRW
2025-12-3198.8292
2026-01-07103.2546
2026-01-14101.6224
2026-01-21103.3380
2026-01-2897.4953
2026-02-0497.4389
2026-02-1197.6367
2026-02-18100.3452
2026-02-2595.0180
2026-03-04106.7757
2026-03-11108.8657
2026-03-18105.4693
2026-03-25103.0303
2026-04-01101.2889
2026-04-08105.5016
2026-04-15104.6677
2026-04-22100.4111
2026-04-29108.1867
2026-05-06104.7681
2026-05-14104.3835
2026-05-21104.9655
2026-05-29105.7445
2026-06-05110.1368
2026-06-14104.7221
2026-06-21104.4887
2026-06-28103.4095
2026-07-05106.0095
2026-07-12101.7252
2026-07-19102.2326
2026-07-26100.9298
2026-08-0298.0824
2026-08-0996.0140
2026-08-1696.4923
2026-08-2495.2575
2026-08-3195.3050
2026-09-0794.8795
2026-09-1494.9426
2026-09-2194.9901

High

110.1368

Low

94.8795

Average

101.3915

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SCR/KRW API questions

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

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

How far back does SCR/KRW historical data go?

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