SCR to ISK exchange rate API
Seychelles Rupee to Iceland Krona · quoted 2026-09-25
8.5438
▲ +2.46% over 1Y
1 SCR = 8.5438 ISK · 1 ISK = 0.11704 SCR · Get this rate via the API
1 SCR buys 8.5438 ISK as of 2026-09-25, so 1 ISK buys 0.11704 SCR. Over the last year, SCR/ISK traded between 8.0613 and 10.0120, averaged 8.6136 and rose 2.46%. The API holds daily SCR/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SCR/ISK over 1Y: show the values
| Point | SCR/ISK |
|---|---|
| 2025-09-25 | 8.3388 |
| 2025-10-02 | 8.2212 |
| 2025-10-09 | 8.3051 |
| 2025-10-16 | 8.3051 |
| 2025-10-23 | 8.8614 |
| 2025-10-30 | 8.7744 |
| 2025-11-06 | 8.9030 |
| 2025-11-13 | 8.5626 |
| 2025-11-20 | 8.9468 |
| 2025-11-27 | 8.6250 |
| 2025-12-04 | 8.8874 |
| 2025-12-12 | 8.4098 |
| 2025-12-19 | 9.1473 |
| 2025-12-26 | 8.4533 |
| 2026-01-02 | 8.2926 |
| 2026-01-09 | 10.0120 |
| 2026-01-16 | 8.3388 |
| 2026-01-23 | 8.5449 |
| 2026-01-30 | 8.4935 |
| 2026-02-06 | 8.5775 |
| 2026-02-13 | 8.5017 |
| 2026-02-20 | 8.1386 |
| 2026-02-27 | 8.8994 |
| 2026-03-06 | 8.3789 |
| 2026-03-13 | 8.4126 |
| 2026-03-20 | 8.2676 |
| 2026-03-27 | 8.6257 |
| 2026-04-03 | 8.7246 |
| 2026-04-10 | 8.0613 |
| 2026-04-17 | 8.8723 |
| 2026-04-24 | 8.9346 |
| 2026-05-01 | 8.3802 |
| 2026-05-08 | 8.8279 |
| 2026-05-16 | 9.0820 |
| 2026-05-24 | 8.3068 |
| 2026-05-31 | 8.3221 |
| 2026-06-09 | 8.9497 |
| 2026-06-16 | 8.7179 |
| 2026-06-23 | 8.8820 |
| 2026-06-30 | 8.7453 |
| 2026-07-07 | 8.6099 |
| 2026-07-14 | 8.7786 |
| 2026-07-21 | 8.8186 |
| 2026-07-28 | 8.9330 |
| 2026-08-04 | 8.5020 |
| 2026-08-11 | 8.7114 |
| 2026-08-18 | 8.4411 |
| 2026-08-26 | 8.5287 |
| 2026-09-02 | 8.3984 |
| 2026-09-09 | 8.4336 |
| 2026-09-16 | 8.4687 |
| 2026-09-23 | 8.3190 |
High
10.0120
Low
8.0613
Average
8.6136
Get this rate via the API
One GET request returns the SCR/ISK 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=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=ISK").json()Replace YOUR_API_KEY with the key from your dashboard.
SCR/ISK API questions
How do I get the SCR/ISK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR¤cies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SCR/ISK rate in rates.ISK.
How far back does SCR/ISK historical data go?
Daily SCR/ISK 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/ISK 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.