Skip to content

KWD to MNT exchange rate API

Kuwaiti Dinar to Tugrik · quoted 2026-09-26

11655.72

▲ +0.29% over 6M

1 KWD = 11655.72 MNT · 1 MNT = 0.000086 KWD · Get this rate via the API

1 KWD buys 11655.72 MNT as of 2026-09-26, so 1 MNT buys 0.000086 KWD. Over the last 6 months, KWD/MNT traded between 11577.99 and 11674.89, averaged 11619.71 and rose 0.29%. The API holds daily KWD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

KWD/MNT over 6M

KWD/MNT over 6M: show the values
PointKWD/MNT
2026-03-3011621.55
2026-04-0611585.26
2026-04-1311577.99
2026-04-2011592.04
2026-04-2711623.13
2026-05-0411643.25
2026-05-1111625.51
2026-05-1911626.06
2026-05-2711581.70
2026-06-0311583.81
2026-06-1211596.02
2026-06-1911613.85
2026-06-2611592.36
2026-07-0311604.36
2026-07-1011582.19
2026-07-1711600.05
2026-07-2411592.21
2026-07-3111600.53
2026-08-0711632.35
2026-08-1411657.41
2026-08-2211669.94
2026-08-2911644.83
2026-09-0511632.37
2026-09-1211666.92
2026-09-1911674.89
2026-09-2611655.72

High

11674.89

Low

11577.99

Average

11619.71

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

KWD/MNT API questions

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

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

How far back does KWD/MNT historical data go?

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