Skip to content

KWD to MNT exchange rate API

Kuwaiti Dinar to Tugrik · quoted 2026-09-26

11655.72

▲ +0.82% over YTD

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 year to date, KWD/MNT traded between 11558.54 and 11692.41, averaged 11618.77 and rose 0.82%. 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 YTD

KWD/MNT over YTD: show the values
PointKWD/MNT
2025-12-3111560.60
2026-01-0711595.01
2026-01-1411576.76
2026-01-2111599.95
2026-01-2811653.14
2026-02-0411625.26
2026-02-1111638.28
2026-02-1811647.76
2026-02-2511646.26
2026-03-0411615.67
2026-03-1111640.56
2026-03-1811637.34
2026-03-2511640.38
2026-04-0111580.36
2026-04-0811576.81
2026-04-1511575.92
2026-04-2211610.67
2026-04-2911692.41
2026-05-0611619.60
2026-05-1411627.52
2026-05-2111579.61
2026-05-2911565.64
2026-06-0511586.16
2026-06-1411610.13
2026-06-2111617.84
2026-06-2811576.35
2026-07-0511558.54
2026-07-1211609.19
2026-07-1911631.95
2026-07-2611580.75
2026-08-0211612.29
2026-08-0911640.50
2026-08-1611652.09
2026-08-2411665.78
2026-08-3111643.14
2026-09-0711646.28
2026-09-1411660.22
2026-09-2111679.51

High

11692.41

Low

11558.54

Average

11618.77

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.