Skip to content

KMF to NPR exchange rate API

Comoro Franc to Nepalese Rupee · quoted 2026-09-25

0.35489

▲ +4.68% over 1Y

1 KMF = 0.35489 NPR · 1 NPR = 2.8177 KMF · Get this rate via the API

1 KMF buys 0.35489 NPR as of 2026-09-25, so 1 NPR buys 2.8177 KMF. Over the last year, KMF/NPR traded between 0.33143 and 0.36308, averaged 0.34965 and rose 4.68%. The API holds daily KMF/NPR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/NPR over 1Y

KMF/NPR over 1Y: show the values
PointKMF/NPR
2025-09-250.33904
2025-10-020.33869
2025-10-090.33609
2025-10-160.33296
2025-10-230.33143
2025-10-300.33393
2025-11-060.33182
2025-11-130.33420
2025-11-200.33188
2025-11-270.33688
2025-12-040.34232
2025-12-120.34462
2025-12-190.34432
2025-12-260.34522
2026-01-020.34423
2026-01-090.34069
2026-01-160.34116
2026-01-230.35008
2026-01-300.35616
2026-02-060.34657
2026-02-130.35001
2026-02-200.34818
2026-02-270.34923
2026-03-060.34635
2026-03-130.34587
2026-03-200.34974
2026-03-270.35351
2026-04-030.34797
2026-04-100.35150
2026-04-170.35631
2026-04-240.35656
2026-05-010.36144
2026-05-080.36108
2026-05-160.36308
2026-05-240.36143
2026-05-310.36036
2026-06-090.35904
2026-06-160.35645
2026-06-230.35214
2026-06-300.35074
2026-07-070.35480
2026-07-140.35523
2026-07-210.35808
2026-07-280.35450
2026-08-040.35731
2026-08-110.35842
2026-08-180.36042
2026-08-260.36177
2026-09-020.35772
2026-09-090.35939
2026-09-160.36014
2026-09-230.35554

High

0.36308

Low

0.33143

Average

0.34965

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/NPR API questions

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

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

How far back does KMF/NPR historical data go?

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