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: show the values
| Point | NOK/KMF |
|---|---|
| 2025-09-25 | 42.0764 |
| 2025-10-02 | 42.1967 |
| 2025-10-09 | 42.2196 |
| 2025-10-16 | 41.8376 |
| 2025-10-23 | 42.4400 |
| 2025-10-30 | 41.9414 |
| 2025-11-06 | 42.0433 |
| 2025-11-13 | 42.2504 |
| 2025-11-20 | 41.8642 |
| 2025-11-27 | 41.5905 |
| 2025-12-04 | 41.7656 |
| 2025-12-12 | 41.4888 |
| 2025-12-19 | 41.2365 |
| 2025-12-26 | 41.7069 |
| 2026-01-02 | 41.5473 |
| 2026-01-09 | 41.7494 |
| 2026-01-16 | 42.0058 |
| 2026-01-23 | 42.6052 |
| 2026-01-30 | 43.2413 |
| 2026-02-06 | 42.9069 |
| 2026-02-13 | 43.4088 |
| 2026-02-20 | 43.7552 |
| 2026-02-27 | 43.9199 |
| 2026-03-06 | 43.8118 |
| 2026-03-13 | 43.9249 |
| 2026-03-20 | 44.5648 |
| 2026-03-27 | 43.8862 |
| 2026-04-03 | 43.5985 |
| 2026-04-10 | 44.3515 |
| 2026-04-17 | 44.8666 |
| 2026-04-24 | 45.1264 |
| 2026-05-01 | 45.3103 |
| 2026-05-08 | 45.5377 |
| 2026-05-16 | 45.4583 |
| 2026-05-24 | 45.7777 |
| 2026-05-31 | 45.6108 |
| 2026-06-09 | 45.1294 |
| 2026-06-16 | 44.5873 |
| 2026-06-23 | 44.0049 |
| 2026-06-30 | 43.4772 |
| 2026-07-07 | 43.8552 |
| 2026-07-14 | 44.4644 |
| 2026-07-21 | 44.8060 |
| 2026-07-28 | 44.6562 |
| 2026-08-04 | 44.7740 |
| 2026-08-11 | 44.8228 |
| 2026-08-18 | 45.1173 |
| 2026-08-26 | 45.1958 |
| 2026-09-02 | 45.5108 |
| 2026-09-09 | 46.0715 |
| 2026-09-16 | 45.5792 |
| 2026-09-23 | 45.4959 |
High
46.0715
Low
41.2365
Average
43.7112
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=KMF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=KMF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NOK¤cies=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¤cies=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.