Skip to content

KWD to MNT exchange rate API

Kuwaiti Dinar to Tugrik · quoted 2026-09-26

11655.72

▼ +0.98% over 1Y

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 year, KWD/MNT traded between 2.2563 and 11771.33, averaged 10968.37 and fell 0.98%. 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 1Y

KWD/MNT over 1Y: show the values
PointKWD/MNT
2025-09-2611771.33
2025-10-0311768.40
2025-10-1011720.01
2025-10-1711764.14
2025-10-2411726.85
2025-10-312.26
2025-11-072.68
2025-11-142.70
2025-11-2111603.02
2025-11-2811612.74
2025-12-0511553.11
2025-12-1311557.45
2025-12-2011567.76
2025-12-2711577.05
2026-01-0311576.63
2026-01-1011573.92
2026-01-1711573.05
2026-01-2411629.74
2026-01-3111635.05
2026-02-0711616.73
2026-02-1411648.18
2026-02-2111646.42
2026-02-2811634.62
2026-03-0711642.06
2026-03-1411630.12
2026-03-2111639.04
2026-03-2811626.72
2026-04-0411552.33
2026-04-1111647.05
2026-04-1811595.44
2026-04-2511633.83
2026-05-0211656.72
2026-05-0911632.64
2026-05-1711637.07
2026-05-2511580.24
2026-06-0111562.49
2026-06-1011576.01
2026-06-1711614.21
2026-06-2411605.18
2026-07-0111573.88
2026-07-0811569.55
2026-07-1511587.10
2026-07-2211584.04
2026-07-2911579.66
2026-08-0511624.51
2026-08-1211648.10
2026-08-2011670.68
2026-08-2711654.60
2026-09-0311636.59
2026-09-1011649.76
2026-09-1711650.76
2026-09-2411643.84

High

11771.33

Low

2.2563

Average

10968.37

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.