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: show the values
| Point | SCR/KRW |
|---|---|
| 2025-09-25 | 96.5094 |
| 2025-10-02 | 95.2326 |
| 2025-10-09 | 96.5096 |
| 2025-10-16 | 96.8742 |
| 2025-10-23 | 104.0619 |
| 2025-10-30 | 100.9910 |
| 2025-11-06 | 101.5380 |
| 2025-11-13 | 99.0483 |
| 2025-11-20 | 103.1085 |
| 2025-11-27 | 99.1317 |
| 2025-12-04 | 102.3951 |
| 2025-12-12 | 98.1978 |
| 2025-12-19 | 107.6224 |
| 2025-12-26 | 97.7408 |
| 2026-01-02 | 95.2764 |
| 2026-01-09 | 115.4407 |
| 2026-01-16 | 97.4627 |
| 2026-01-23 | 100.8538 |
| 2026-01-30 | 100.5805 |
| 2026-02-06 | 102.2380 |
| 2026-02-13 | 100.6005 |
| 2026-02-20 | 95.8106 |
| 2026-02-27 | 105.5681 |
| 2026-03-06 | 99.2869 |
| 2026-03-13 | 99.8703 |
| 2026-03-20 | 99.7040 |
| 2026-03-27 | 104.5653 |
| 2026-04-03 | 105.9102 |
| 2026-04-10 | 97.7244 |
| 2026-04-17 | 107.5008 |
| 2026-04-24 | 107.4828 |
| 2026-05-01 | 101.3670 |
| 2026-05-08 | 105.9030 |
| 2026-05-16 | 110.1189 |
| 2026-05-24 | 102.2784 |
| 2026-05-31 | 102.4037 |
| 2026-06-09 | 110.0286 |
| 2026-06-16 | 105.6141 |
| 2026-06-23 | 107.9403 |
| 2026-06-30 | 107.3174 |
| 2026-07-07 | 103.6708 |
| 2026-07-14 | 104.5593 |
| 2026-07-21 | 104.0987 |
| 2026-07-28 | 104.0692 |
| 2026-08-04 | 98.3905 |
| 2026-08-11 | 99.8340 |
| 2026-08-18 | 96.8945 |
| 2026-08-26 | 97.5117 |
| 2026-09-02 | 94.2318 |
| 2026-09-09 | 93.5224 |
| 2026-09-16 | 95.5925 |
| 2026-09-23 | 93.9199 |
High
115.4407
Low
93.5224
Average
101.3329
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.