Skip to content

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

SCR/ISK over 1Y: show the values
PointSCR/ISK
2025-09-258.3388
2025-10-028.2212
2025-10-098.3051
2025-10-168.3051
2025-10-238.8614
2025-10-308.7744
2025-11-068.9030
2025-11-138.5626
2025-11-208.9468
2025-11-278.6250
2025-12-048.8874
2025-12-128.4098
2025-12-199.1473
2025-12-268.4533
2026-01-028.2926
2026-01-0910.0120
2026-01-168.3388
2026-01-238.5449
2026-01-308.4935
2026-02-068.5775
2026-02-138.5017
2026-02-208.1386
2026-02-278.8994
2026-03-068.3789
2026-03-138.4126
2026-03-208.2676
2026-03-278.6257
2026-04-038.7246
2026-04-108.0613
2026-04-178.8723
2026-04-248.9346
2026-05-018.3802
2026-05-088.8279
2026-05-169.0820
2026-05-248.3068
2026-05-318.3221
2026-06-098.9497
2026-06-168.7179
2026-06-238.8820
2026-06-308.7453
2026-07-078.6099
2026-07-148.7786
2026-07-218.8186
2026-07-288.9330
2026-08-048.5020
2026-08-118.7114
2026-08-188.4411
2026-08-268.5287
2026-09-028.3984
2026-09-098.4336
2026-09-168.4687
2026-09-238.3190

High

10.0120

Low

8.0613

Average

8.6136

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.