Skip to content

KMF to ISK exchange rate API

Comoro Franc to Iceland Krona · quoted 2026-09-25

0.27890

▼ +3.67% over 1Y

1 KMF = 0.27890 ISK · 1 ISK = 3.5856 KMF · Get this rate via the API

1 KMF buys 0.27890 ISK as of 2026-09-25, so 1 ISK buys 3.5856 KMF. Over the last year, KMF/ISK traded between 0.27890 and 0.30279, averaged 0.29257 and fell 3.67%. The API holds daily KMF/ISK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/ISK over 1Y

KMF/ISK over 1Y: show the values
PointKMF/ISK
2025-09-250.28953
2025-10-020.28864
2025-10-090.28894
2025-10-160.28844
2025-10-230.28927
2025-10-300.29434
2025-11-060.29654
2025-11-130.29803
2025-11-200.29867
2025-11-270.30027
2025-12-040.30279
2025-12-120.30169
2025-12-190.29959
2025-12-260.30084
2026-01-020.30070
2026-01-090.29980
2026-01-160.29737
2026-01-230.29690
2026-01-300.29485
2026-02-060.29505
2026-02-130.29493
2026-02-200.29426
2026-02-270.29150
2026-03-060.29602
2026-03-130.29419
2026-03-200.29257
2026-03-270.29245
2026-04-030.29352
2026-04-100.29063
2026-04-170.29132
2026-04-240.29095
2026-05-010.29181
2026-05-080.29181
2026-05-160.29192
2026-05-240.29191
2026-05-310.29139
2026-06-090.29100
2026-06-160.29318
2026-06-230.29367
2026-06-300.29283
2026-07-070.29240
2026-07-140.29074
2026-07-210.29048
2026-07-280.28975
2026-08-040.28851
2026-08-110.28918
2026-08-180.28909
2026-08-260.28703
2026-09-020.28581
2026-09-090.28487
2026-09-160.28430
2026-09-230.28088

High

0.30279

Low

0.27890

Average

0.29257

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/ISK API questions

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

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

How far back does KMF/ISK historical data go?

Daily KMF/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 KMF/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.