Skip to content

NOK to KMF exchange rate API

Norwegian Krone to Comoro Franc · quoted 2026-09-25

45.5245

▲ +8.20% over 1Y

1 NOK = 45.5245 KMF · 1 KMF = 0.02197 NOK · Get this rate via the API

1 NOK buys 45.5245 KMF as of 2026-09-25, so 1 KMF buys 0.02197 NOK. Over the last year, NOK/KMF traded between 41.2365 and 46.0715, averaged 43.7112 and rose 8.20%. The API holds daily NOK/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

NOK/KMF over 1Y

NOK/KMF over 1Y: show the values
PointNOK/KMF
2025-09-2542.0764
2025-10-0242.1967
2025-10-0942.2196
2025-10-1641.8376
2025-10-2342.4400
2025-10-3041.9414
2025-11-0642.0433
2025-11-1342.2504
2025-11-2041.8642
2025-11-2741.5905
2025-12-0441.7656
2025-12-1241.4888
2025-12-1941.2365
2025-12-2641.7069
2026-01-0241.5473
2026-01-0941.7494
2026-01-1642.0058
2026-01-2342.6052
2026-01-3043.2413
2026-02-0642.9069
2026-02-1343.4088
2026-02-2043.7552
2026-02-2743.9199
2026-03-0643.8118
2026-03-1343.9249
2026-03-2044.5648
2026-03-2743.8862
2026-04-0343.5985
2026-04-1044.3515
2026-04-1744.8666
2026-04-2445.1264
2026-05-0145.3103
2026-05-0845.5377
2026-05-1645.4583
2026-05-2445.7777
2026-05-3145.6108
2026-06-0945.1294
2026-06-1644.5873
2026-06-2344.0049
2026-06-3043.4772
2026-07-0743.8552
2026-07-1444.4644
2026-07-2144.8060
2026-07-2844.6562
2026-08-0444.7740
2026-08-1144.8228
2026-08-1845.1173
2026-08-2645.1958
2026-09-0245.5108
2026-09-0946.0715
2026-09-1645.5792
2026-09-2345.4959

High

46.0715

Low

41.2365

Average

43.7112

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK&currencies=KMF").json()

Replace YOUR_API_KEY with the key from your dashboard.

NOK/KMF API questions

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

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

How far back does NOK/KMF historical data go?

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