MNT to KZT exchange rate API
Tugrik to Tenge · quoted 2026-09-26
0.12309
▼ +18.52% over 1Y
1 MNT = 0.12309 KZT · 1 KZT = 8.1239 MNT · Get this rate via the API
1 MNT buys 0.12309 KZT as of 2026-09-26, so 1 KZT buys 8.1239 MNT. Over the last year, MNT/KZT traded between 0.12309 and 766.1284, averaged 38.6281 and fell 18.52%. The API holds daily MNT/KZT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
MNT/KZT over 1Y: show the values
| Point | MNT/KZT |
|---|---|
| 2025-09-26 | 0.15107 |
| 2025-10-03 | 0.15209 |
| 2025-10-10 | 0.15060 |
| 2025-10-17 | 0.14871 |
| 2025-10-24 | 0.14926 |
| 2025-10-31 | 766.12839 |
| 2025-11-07 | 640.64964 |
| 2025-11-14 | 633.68708 |
| 2025-11-21 | 0.14548 |
| 2025-11-28 | 0.14480 |
| 2025-12-05 | 0.14254 |
| 2025-12-13 | 0.14699 |
| 2025-12-20 | 0.14571 |
| 2025-12-27 | 0.14223 |
| 2026-01-03 | 0.14244 |
| 2026-01-10 | 0.14351 |
| 2026-01-17 | 0.14346 |
| 2026-01-24 | 0.14184 |
| 2026-01-31 | 0.14099 |
| 2026-02-07 | 0.13864 |
| 2026-02-14 | 0.13875 |
| 2026-02-21 | 0.13982 |
| 2026-02-28 | 0.13973 |
| 2026-03-07 | 0.13844 |
| 2026-03-14 | 0.13720 |
| 2026-03-21 | 0.13489 |
| 2026-03-28 | 0.13505 |
| 2026-04-04 | 0.13182 |
| 2026-04-11 | 0.13137 |
| 2026-04-18 | 0.13113 |
| 2026-04-25 | 0.12953 |
| 2026-05-02 | 0.12940 |
| 2026-05-09 | 0.12912 |
| 2026-05-17 | 0.13125 |
| 2026-05-25 | 0.13193 |
| 2026-06-01 | 0.13571 |
| 2026-06-10 | 0.13632 |
| 2026-06-17 | 0.13633 |
| 2026-06-24 | 0.13582 |
| 2026-07-01 | 0.13353 |
| 2026-07-08 | 0.13127 |
| 2026-07-15 | 0.13067 |
| 2026-07-22 | 0.13043 |
| 2026-07-29 | 0.13257 |
| 2026-08-05 | 0.13095 |
| 2026-08-12 | 0.12954 |
| 2026-08-20 | 0.12822 |
| 2026-08-27 | 0.12836 |
| 2026-09-03 | 0.12655 |
| 2026-09-10 | 0.12671 |
| 2026-09-17 | 0.12416 |
| 2026-09-24 | 0.12377 |
High
766.1284
Low
0.12309
Average
38.6281
Get this rate via the API
One GET request returns the MNT/KZT 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=MNT¤cies=KZT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=KZT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=KZT").json()Replace YOUR_API_KEY with the key from your dashboard.
MNT/KZT API questions
How do I get the MNT/KZT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT¤cies=KZT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MNT/KZT rate in rates.KZT.
How far back does MNT/KZT historical data go?
Daily MNT/KZT 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 MNT/KZT 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.