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: show the values
| Point | KWD/MNT |
|---|---|
| 2025-12-31 | 11560.60 |
| 2026-01-07 | 11595.01 |
| 2026-01-14 | 11576.76 |
| 2026-01-21 | 11599.95 |
| 2026-01-28 | 11653.14 |
| 2026-02-04 | 11625.26 |
| 2026-02-11 | 11638.28 |
| 2026-02-18 | 11647.76 |
| 2026-02-25 | 11646.26 |
| 2026-03-04 | 11615.67 |
| 2026-03-11 | 11640.56 |
| 2026-03-18 | 11637.34 |
| 2026-03-25 | 11640.38 |
| 2026-04-01 | 11580.36 |
| 2026-04-08 | 11576.81 |
| 2026-04-15 | 11575.92 |
| 2026-04-22 | 11610.67 |
| 2026-04-29 | 11692.41 |
| 2026-05-06 | 11619.60 |
| 2026-05-14 | 11627.52 |
| 2026-05-21 | 11579.61 |
| 2026-05-29 | 11565.64 |
| 2026-06-05 | 11586.16 |
| 2026-06-14 | 11610.13 |
| 2026-06-21 | 11617.84 |
| 2026-06-28 | 11576.35 |
| 2026-07-05 | 11558.54 |
| 2026-07-12 | 11609.19 |
| 2026-07-19 | 11631.95 |
| 2026-07-26 | 11580.75 |
| 2026-08-02 | 11612.29 |
| 2026-08-09 | 11640.50 |
| 2026-08-16 | 11652.09 |
| 2026-08-24 | 11665.78 |
| 2026-08-31 | 11643.14 |
| 2026-09-07 | 11646.28 |
| 2026-09-14 | 11660.22 |
| 2026-09-21 | 11679.51 |
High
11692.41
Low
11558.54
Average
11618.77
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=KWD¤cies=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¤cies=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.