Skip to content

SCR to KRW exchange rate API

Seychelles Rupee to Won · quoted 2026-09-25

96.5426

▲ +0.03% over 1Y

1 SCR = 96.5426 KRW · 1 KRW = 0.01036 SCR · Get this rate via the API

1 SCR buys 96.5426 KRW as of 2026-09-25, so 1 KRW buys 0.01036 SCR. Over the last year, SCR/KRW traded between 93.5224 and 115.4407, averaged 101.3329 and rose 0.03%. 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 1Y

SCR/KRW over 1Y: show the values
PointSCR/KRW
2025-09-2596.5094
2025-10-0295.2326
2025-10-0996.5096
2025-10-1696.8742
2025-10-23104.0619
2025-10-30100.9910
2025-11-06101.5380
2025-11-1399.0483
2025-11-20103.1085
2025-11-2799.1317
2025-12-04102.3951
2025-12-1298.1978
2025-12-19107.6224
2025-12-2697.7408
2026-01-0295.2764
2026-01-09115.4407
2026-01-1697.4627
2026-01-23100.8538
2026-01-30100.5805
2026-02-06102.2380
2026-02-13100.6005
2026-02-2095.8106
2026-02-27105.5681
2026-03-0699.2869
2026-03-1399.8703
2026-03-2099.7040
2026-03-27104.5653
2026-04-03105.9102
2026-04-1097.7244
2026-04-17107.5008
2026-04-24107.4828
2026-05-01101.3670
2026-05-08105.9030
2026-05-16110.1189
2026-05-24102.2784
2026-05-31102.4037
2026-06-09110.0286
2026-06-16105.6141
2026-06-23107.9403
2026-06-30107.3174
2026-07-07103.6708
2026-07-14104.5593
2026-07-21104.0987
2026-07-28104.0692
2026-08-0498.3905
2026-08-1199.8340
2026-08-1896.8945
2026-08-2697.5117
2026-09-0294.2318
2026-09-0993.5224
2026-09-1695.5925
2026-09-2393.9199

High

115.4407

Low

93.5224

Average

101.3329

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.