Skip to content

KMF to NGN exchange rate API

Comoro Franc to Naira · quoted 2026-09-25

3.0665

▼ +13.75% over 1Y

1 KMF = 3.0665 NGN · 1 NGN = 0.32611 KMF · Get this rate via the API

1 KMF buys 3.0665 NGN as of 2026-09-25, so 1 NGN buys 0.32611 KMF. Over the last year, KMF/NGN traded between 3.0665 and 3.5553, averaged 3.2867 and fell 13.75%. The API holds daily KMF/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/NGN over 1Y

KMF/NGN over 1Y: show the values
PointKMF/NGN
2025-09-253.5553
2025-10-023.5425
2025-10-093.4821
2025-10-163.4736
2025-10-233.4508
2025-10-303.4266
2025-11-063.3727
2025-11-133.3964
2025-11-203.4008
2025-11-273.4172
2025-12-043.4316
2025-12-123.4570
2025-12-193.4716
2025-12-263.4762
2026-01-023.4552
2026-01-093.3762
2026-01-163.3550
2026-01-233.3900
2026-01-303.3642
2026-02-063.2780
2026-02-133.2705
2026-02-203.2122
2026-02-273.2470
2026-03-063.2721
2026-03-133.2623
2026-03-203.1829
2026-03-273.2489
2026-04-033.2326
2026-04-103.2346
2026-04-173.2002
2026-04-243.2022
2026-05-013.2731
2026-05-083.2495
2026-05-163.2430
2026-05-243.2333
2026-05-313.2594
2026-06-093.1931
2026-06-163.1974
2026-06-233.1778
2026-06-303.1969
2026-07-073.1800
2026-07-143.1993
2026-07-213.2025
2026-07-283.1606
2026-08-043.1905
2026-08-113.2018
2026-08-183.1839
2026-08-263.1950
2026-09-023.1371
2026-09-093.1230
2026-09-163.1159
2026-09-233.0772

High

3.5553

Low

3.0665

Average

3.2867

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/NGN API questions

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

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

How far back does KMF/NGN historical data go?

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