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: show the values
| Point | KWD/MNT |
|---|---|
| 2025-09-26 | 11771.33 |
| 2025-10-03 | 11768.40 |
| 2025-10-10 | 11720.01 |
| 2025-10-17 | 11764.14 |
| 2025-10-24 | 11726.85 |
| 2025-10-31 | 2.26 |
| 2025-11-07 | 2.68 |
| 2025-11-14 | 2.70 |
| 2025-11-21 | 11603.02 |
| 2025-11-28 | 11612.74 |
| 2025-12-05 | 11553.11 |
| 2025-12-13 | 11557.45 |
| 2025-12-20 | 11567.76 |
| 2025-12-27 | 11577.05 |
| 2026-01-03 | 11576.63 |
| 2026-01-10 | 11573.92 |
| 2026-01-17 | 11573.05 |
| 2026-01-24 | 11629.74 |
| 2026-01-31 | 11635.05 |
| 2026-02-07 | 11616.73 |
| 2026-02-14 | 11648.18 |
| 2026-02-21 | 11646.42 |
| 2026-02-28 | 11634.62 |
| 2026-03-07 | 11642.06 |
| 2026-03-14 | 11630.12 |
| 2026-03-21 | 11639.04 |
| 2026-03-28 | 11626.72 |
| 2026-04-04 | 11552.33 |
| 2026-04-11 | 11647.05 |
| 2026-04-18 | 11595.44 |
| 2026-04-25 | 11633.83 |
| 2026-05-02 | 11656.72 |
| 2026-05-09 | 11632.64 |
| 2026-05-17 | 11637.07 |
| 2026-05-25 | 11580.24 |
| 2026-06-01 | 11562.49 |
| 2026-06-10 | 11576.01 |
| 2026-06-17 | 11614.21 |
| 2026-06-24 | 11605.18 |
| 2026-07-01 | 11573.88 |
| 2026-07-08 | 11569.55 |
| 2026-07-15 | 11587.10 |
| 2026-07-22 | 11584.04 |
| 2026-07-29 | 11579.66 |
| 2026-08-05 | 11624.51 |
| 2026-08-12 | 11648.10 |
| 2026-08-20 | 11670.68 |
| 2026-08-27 | 11654.60 |
| 2026-09-03 | 11636.59 |
| 2026-09-10 | 11649.76 |
| 2026-09-17 | 11650.76 |
| 2026-09-24 | 11643.84 |
High
11771.33
Low
2.2563
Average
10968.37
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.