Skip to content

SCR to ISK exchange rate API

Seychelles Rupee to Iceland Krona · quoted 2026-09-25

8.5438

▲ +2.61% over 6M

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 6 months, SCR/ISK traded between 8.0467 and 9.5284, averaged 8.6273 and rose 2.61%. 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 6M

SCR/ISK over 6M: show the values
PointSCR/ISK
2026-03-298.3263
2026-04-058.4460
2026-04-128.0467
2026-04-198.1062
2026-04-268.2883
2026-05-038.9246
2026-05-108.2027
2026-05-189.0596
2026-05-268.6601
2026-06-028.8062
2026-06-118.8571
2026-06-188.6084
2026-06-258.6895
2026-07-029.5284
2026-07-098.5937
2026-07-168.8701
2026-07-238.9048
2026-07-308.6111
2026-08-068.6618
2026-08-138.6882
2026-08-218.6192
2026-08-288.6278
2026-09-048.4684
2026-09-118.4035
2026-09-188.7685

High

9.5284

Low

8.0467

Average

8.6273

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=ISK");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SCR&currencies=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&currencies=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.