Skip to content

CHF to ISK exchange rate API

Swiss Franc to Iceland Krona · quoted 2026-09-24

146.5192

▲ +5.91% over 5Y

1 CHF = 146.5192 ISK · 1 ISK = 0.006825 CHF · Get this rate via the API

1 CHF buys 146.5192 ISK as of 2026-09-24, so 1 ISK buys 0.006825 CHF. Over the last 5 years, CHF/ISK traded between 132.4623 and 162.1823, averaged 151.9312 and rose 5.91%. The API holds daily CHF/ISK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CHF/ISK over 5Y

CHF/ISK over 5Y: show the values
PointCHF/ISK
2021-09-27138.3412
2021-11-08142.0074
2021-12-20140.8533
2022-01-31137.6394
2022-03-14141.5749
2022-04-27135.1061
2022-06-08132.4623
2022-07-20140.9661
2022-08-31144.6509
2022-10-12144.9711
2022-11-23149.7703
2023-01-05154.7923
2023-02-16156.2849
2023-03-30148.6500
2023-05-16155.0555
2023-06-27152.1097
2023-08-08150.9377
2023-09-19151.0163
2023-10-31153.5339
2023-12-12160.0127
2024-01-26157.8333
2024-03-08155.7155
2024-04-23154.5661
2024-06-05154.0602
2024-07-17154.0288
2024-08-27162.1823
2024-10-07158.1807
2024-11-06158.3049
2024-12-06156.9368
2025-01-05153.9893
2025-02-04156.2368
2025-03-06153.5808
2025-04-05153.5836
2025-05-05157.1338
2025-06-04154.3223
2025-07-04152.3647
2025-08-03153.8053
2025-09-02153.0105
2025-10-02152.0857
2025-11-01155.8295
2025-12-01159.1763
2025-12-31158.0418
2026-01-30158.5672
2026-03-01158.1282
2026-03-31156.1889
2026-04-30156.6922
2026-05-30157.4268
2026-06-30156.1147
2026-07-30152.9387
2026-08-29150.2112

High

162.1823

Low

132.4623

Average

151.9312

For developers

Get this rate via the API

One GET request returns the CHF/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=CHF&currencies=ISK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=ISK").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/ISK API questions

How do I get the CHF/ISK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ISK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/ISK rate in rates.ISK.

How far back does CHF/ISK historical data go?

Daily CHF/ISK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/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.