Skip to content

KMF to MNT exchange rate API

Comoro Franc to Tugrik · quoted 2026-09-25

8.3150

▼ +3.13% over 1Y

1 KMF = 8.3150 MNT · 1 MNT = 0.12026 KMF · Get this rate via the API

1 KMF buys 8.3150 MNT as of 2026-09-25, so 1 MNT buys 0.12026 KMF. Over the last year, KMF/MNT traded between 0.001477 and 8.6335, averaged 7.9753 and fell 3.13%. The API holds daily KMF/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KMF/MNT over 1Y

KMF/MNT over 1Y: show the values
PointKMF/MNT
2025-09-258.5835
2025-10-028.5798
2025-10-098.5084
2025-10-168.5367
2025-10-238.4778
2025-10-300.0015
2025-11-060.0019
2025-11-130.0018
2025-11-208.3661
2025-11-278.4092
2025-12-048.4205
2025-12-128.4635
2025-12-198.4674
2025-12-268.5227
2026-01-028.5115
2026-01-098.4314
2026-01-168.4065
2026-01-238.5352
2026-01-308.6335
2026-02-068.5549
2026-02-138.6143
2026-02-208.5270
2026-02-278.5596
2026-03-068.4336
2026-03-138.3623
2026-03-208.3954
2026-03-278.3725
2026-04-038.3796
2026-04-108.4923
2026-04-178.5710
2026-04-248.4813
2026-05-018.5193
2026-05-088.5452
2026-05-168.4533
2026-05-248.4381
2026-05-318.4761
2026-06-098.3950
2026-06-168.4327
2026-06-238.3121
2026-06-308.2988
2026-07-078.3284
2026-07-148.3044
2026-07-218.3198
2026-07-288.3170
2026-08-048.4186
2026-08-118.4388
2026-08-188.4666
2026-08-268.5355
2026-09-028.4676
2026-09-098.5063
2026-09-168.4441
2026-09-238.3559

High

8.6335

Low

0.001477

Average

7.9753

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KMF/MNT API questions

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

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

How far back does KMF/MNT historical data go?

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