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: show the values
| Point | SCR/KRW |
|---|---|
| 2025-12-31 | 98.8292 |
| 2026-01-07 | 103.2546 |
| 2026-01-14 | 101.6224 |
| 2026-01-21 | 103.3380 |
| 2026-01-28 | 97.4953 |
| 2026-02-04 | 97.4389 |
| 2026-02-11 | 97.6367 |
| 2026-02-18 | 100.3452 |
| 2026-02-25 | 95.0180 |
| 2026-03-04 | 106.7757 |
| 2026-03-11 | 108.8657 |
| 2026-03-18 | 105.4693 |
| 2026-03-25 | 103.0303 |
| 2026-04-01 | 101.2889 |
| 2026-04-08 | 105.5016 |
| 2026-04-15 | 104.6677 |
| 2026-04-22 | 100.4111 |
| 2026-04-29 | 108.1867 |
| 2026-05-06 | 104.7681 |
| 2026-05-14 | 104.3835 |
| 2026-05-21 | 104.9655 |
| 2026-05-29 | 105.7445 |
| 2026-06-05 | 110.1368 |
| 2026-06-14 | 104.7221 |
| 2026-06-21 | 104.4887 |
| 2026-06-28 | 103.4095 |
| 2026-07-05 | 106.0095 |
| 2026-07-12 | 101.7252 |
| 2026-07-19 | 102.2326 |
| 2026-07-26 | 100.9298 |
| 2026-08-02 | 98.0824 |
| 2026-08-09 | 96.0140 |
| 2026-08-16 | 96.4923 |
| 2026-08-24 | 95.2575 |
| 2026-08-31 | 95.3050 |
| 2026-09-07 | 94.8795 |
| 2026-09-14 | 94.9426 |
| 2026-09-21 | 94.9901 |
High
110.1368
Low
94.8795
Average
101.3915
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KRW"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=KRW");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=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¤cies=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.