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: show the values
| Point | CHF/ISK |
|---|---|
| 2021-09-27 | 138.3412 |
| 2021-11-08 | 142.0074 |
| 2021-12-20 | 140.8533 |
| 2022-01-31 | 137.6394 |
| 2022-03-14 | 141.5749 |
| 2022-04-27 | 135.1061 |
| 2022-06-08 | 132.4623 |
| 2022-07-20 | 140.9661 |
| 2022-08-31 | 144.6509 |
| 2022-10-12 | 144.9711 |
| 2022-11-23 | 149.7703 |
| 2023-01-05 | 154.7923 |
| 2023-02-16 | 156.2849 |
| 2023-03-30 | 148.6500 |
| 2023-05-16 | 155.0555 |
| 2023-06-27 | 152.1097 |
| 2023-08-08 | 150.9377 |
| 2023-09-19 | 151.0163 |
| 2023-10-31 | 153.5339 |
| 2023-12-12 | 160.0127 |
| 2024-01-26 | 157.8333 |
| 2024-03-08 | 155.7155 |
| 2024-04-23 | 154.5661 |
| 2024-06-05 | 154.0602 |
| 2024-07-17 | 154.0288 |
| 2024-08-27 | 162.1823 |
| 2024-10-07 | 158.1807 |
| 2024-11-06 | 158.3049 |
| 2024-12-06 | 156.9368 |
| 2025-01-05 | 153.9893 |
| 2025-02-04 | 156.2368 |
| 2025-03-06 | 153.5808 |
| 2025-04-05 | 153.5836 |
| 2025-05-05 | 157.1338 |
| 2025-06-04 | 154.3223 |
| 2025-07-04 | 152.3647 |
| 2025-08-03 | 153.8053 |
| 2025-09-02 | 153.0105 |
| 2025-10-02 | 152.0857 |
| 2025-11-01 | 155.8295 |
| 2025-12-01 | 159.1763 |
| 2025-12-31 | 158.0418 |
| 2026-01-30 | 158.5672 |
| 2026-03-01 | 158.1282 |
| 2026-03-31 | 156.1889 |
| 2026-04-30 | 156.6922 |
| 2026-05-30 | 157.4268 |
| 2026-06-30 | 156.1147 |
| 2026-07-30 | 152.9387 |
| 2026-08-29 | 150.2112 |
High
162.1823
Low
132.4623
Average
151.9312
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ISK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ISK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.