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: show the values
| Point | KWD/MNT |
|---|---|
| 2026-03-30 | 11621.55 |
| 2026-04-06 | 11585.26 |
| 2026-04-13 | 11577.99 |
| 2026-04-20 | 11592.04 |
| 2026-04-27 | 11623.13 |
| 2026-05-04 | 11643.25 |
| 2026-05-11 | 11625.51 |
| 2026-05-19 | 11626.06 |
| 2026-05-27 | 11581.70 |
| 2026-06-03 | 11583.81 |
| 2026-06-12 | 11596.02 |
| 2026-06-19 | 11613.85 |
| 2026-06-26 | 11592.36 |
| 2026-07-03 | 11604.36 |
| 2026-07-10 | 11582.19 |
| 2026-07-17 | 11600.05 |
| 2026-07-24 | 11592.21 |
| 2026-07-31 | 11600.53 |
| 2026-08-07 | 11632.35 |
| 2026-08-14 | 11657.41 |
| 2026-08-22 | 11669.94 |
| 2026-08-29 | 11644.83 |
| 2026-09-05 | 11632.37 |
| 2026-09-12 | 11666.92 |
| 2026-09-19 | 11674.89 |
| 2026-09-26 | 11655.72 |
High
11674.89
Low
11577.99
Average
11619.71
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.