SCR to ISK exchange rate API
Seychelles Rupee to Iceland Krona · quoted 2026-09-25
8.5438
▼ +13.69% over 5Y
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 5 years, SCR/ISK traded between 8.2039 and 10.0897, averaged 8.8807 and fell 13.69%. 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 5Y: show the values
| Point | SCR/ISK |
|---|---|
| 2024-08-24 | 9.8995 |
| 2024-10-07 | 9.3653 |
| 2024-11-06 | 10.0897 |
| 2024-12-06 | 10.0453 |
| 2025-01-05 | 9.3853 |
| 2025-02-04 | 9.8046 |
| 2025-03-06 | 9.4675 |
| 2025-04-06 | 8.9341 |
| 2025-05-06 | 9.0439 |
| 2025-06-05 | 8.8849 |
| 2025-07-05 | 8.3315 |
| 2025-08-04 | 8.5205 |
| 2025-09-03 | 8.3078 |
| 2025-10-03 | 8.3634 |
| 2025-11-02 | 8.5195 |
| 2025-12-02 | 8.9037 |
| 2026-01-02 | 8.2926 |
| 2026-02-01 | 8.2039 |
| 2026-03-03 | 8.8810 |
| 2026-04-02 | 8.6135 |
| 2026-05-02 | 8.3739 |
| 2026-06-03 | 8.4420 |
| 2026-07-05 | 8.7099 |
| 2026-08-04 | 8.5020 |
| 2026-09-04 | 8.4684 |
High
10.0897
Low
8.2039
Average
8.8807
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.