SCR to ISK exchange rate API
Seychelles Rupee to Iceland Krona · quoted 2026-09-25
8.5438
▲ +0.18% over 30D
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 30 days, SCR/ISK traded between 8.1444 and 8.7944, averaged 8.4771 and rose 0.18%. 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 30D: show the values
| Point | SCR/ISK |
|---|---|
| 2026-08-26 | 8.5287 |
| 2026-08-27 | 8.4748 |
| 2026-08-28 | 8.6278 |
| 2026-08-29 | 8.6252 |
| 2026-08-30 | 8.2685 |
| 2026-08-31 | 8.4589 |
| 2026-09-01 | 8.5655 |
| 2026-09-02 | 8.3984 |
| 2026-09-03 | 8.4345 |
| 2026-09-04 | 8.4684 |
| 2026-09-05 | 8.7944 |
| 2026-09-06 | 8.2721 |
| 2026-09-07 | 8.5276 |
| 2026-09-08 | 8.4898 |
| 2026-09-09 | 8.4336 |
| 2026-09-10 | 8.4602 |
| 2026-09-11 | 8.4035 |
| 2026-09-12 | 8.7405 |
| 2026-09-13 | 8.1444 |
| 2026-09-14 | 8.5355 |
| 2026-09-15 | 8.5775 |
| 2026-09-16 | 8.4687 |
| 2026-09-17 | 8.4348 |
| 2026-09-18 | 8.7685 |
| 2026-09-19 | 8.5076 |
| 2026-09-20 | 8.2229 |
| 2026-09-21 | 8.3625 |
| 2026-09-22 | 8.3811 |
| 2026-09-23 | 8.3190 |
| 2026-09-24 | 8.5508 |
High
8.7944
Low
8.1444
Average
8.4771
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.