Skip to content

MKD to KMF exchange rate API

Denar to Comoro Franc · quoted 2026-09-25

8.0125

▲ +0.15% over 1Y

1 MKD = 8.0125 KMF · 1 KMF = 0.12481 MKD · Get this rate via the API

1 MKD buys 8.0125 KMF as of 2026-09-25, so 1 KMF buys 0.12481 MKD. Over the last year, MKD/KMF traded between 7.9697 and 8.0156, averaged 7.9880 and rose 0.15%. The API holds daily MKD/KMF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MKD/KMF over 1Y

MKD/KMF over 1Y: show the values
PointMKD/KMF
2025-09-258.0004
2025-10-027.9810
2025-10-097.9812
2025-10-167.9726
2025-10-237.9851
2025-10-307.9788
2025-11-067.9859
2025-11-137.9906
2025-11-208.0006
2025-11-277.9734
2025-12-047.9726
2025-12-127.9924
2025-12-197.9932
2025-12-267.9915
2026-01-027.9820
2026-01-097.9949
2026-01-167.9980
2026-01-237.9765
2026-01-307.9924
2026-02-067.9776
2026-02-137.9804
2026-02-207.9894
2026-02-277.9820
2026-03-067.9780
2026-03-137.9803
2026-03-207.9777
2026-03-277.9850
2026-04-037.9866
2026-04-107.9825
2026-04-178.0038
2026-04-247.9936
2026-05-017.9948
2026-05-087.9697
2026-05-167.9822
2026-05-247.9849
2026-05-317.9817
2026-06-097.9819
2026-06-167.9839
2026-06-237.9774
2026-06-307.9810
2026-07-077.9822
2026-07-147.9943
2026-07-217.9932
2026-07-287.9934
2026-08-047.9926
2026-08-117.9969
2026-08-188.0001
2026-08-267.9981
2026-09-028.0000
2026-09-097.9973
2026-09-167.9919
2026-09-238.0156

High

8.0156

Low

7.9697

Average

7.9880

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MKD/KMF API questions

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

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

How far back does MKD/KMF historical data go?

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