SCR to ISK exchange rate API
Seychelles Rupee to Iceland Krona · quoted 2026-09-25
8.5438
▼ +0.34% over YTD
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 year to date, SCR/ISK traded between 8.1034 and 9.2279, averaged 8.5721 and fell 0.34%. 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 YTD: show the values
| Point | SCR/ISK |
|---|---|
| 2025-12-31 | 8.5729 |
| 2026-01-07 | 8.9857 |
| 2026-01-14 | 8.6548 |
| 2026-01-21 | 8.7872 |
| 2026-01-28 | 8.2629 |
| 2026-02-04 | 8.2110 |
| 2026-02-11 | 8.1323 |
| 2026-02-18 | 8.4897 |
| 2026-02-25 | 8.1034 |
| 2026-03-04 | 9.0547 |
| 2026-03-11 | 9.2279 |
| 2026-03-18 | 8.7592 |
| 2026-03-25 | 8.5110 |
| 2026-04-01 | 8.3521 |
| 2026-04-08 | 8.7911 |
| 2026-04-15 | 8.6621 |
| 2026-04-22 | 8.3261 |
| 2026-04-29 | 8.9771 |
| 2026-05-06 | 8.8329 |
| 2026-05-14 | 8.5869 |
| 2026-05-21 | 8.6012 |
| 2026-05-29 | 8.6457 |
| 2026-06-05 | 8.8299 |
| 2026-06-14 | 8.5609 |
| 2026-06-21 | 8.5550 |
| 2026-06-28 | 8.4934 |
| 2026-07-05 | 8.7099 |
| 2026-07-12 | 8.4926 |
| 2026-07-19 | 8.5871 |
| 2026-07-26 | 8.6714 |
| 2026-08-02 | 8.3613 |
| 2026-08-09 | 8.3850 |
| 2026-08-16 | 8.3781 |
| 2026-08-24 | 8.3305 |
| 2026-08-31 | 8.4589 |
| 2026-09-07 | 8.5276 |
| 2026-09-14 | 8.5355 |
| 2026-09-21 | 8.3625 |
High
9.2279
Low
8.1034
Average
8.5721
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.