Skip to content

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

MNT/KZT over 1Y: show the values
PointMNT/KZT
2025-09-260.15107
2025-10-030.15209
2025-10-100.15060
2025-10-170.14871
2025-10-240.14926
2025-10-31766.12839
2025-11-07640.64964
2025-11-14633.68708
2025-11-210.14548
2025-11-280.14480
2025-12-050.14254
2025-12-130.14699
2025-12-200.14571
2025-12-270.14223
2026-01-030.14244
2026-01-100.14351
2026-01-170.14346
2026-01-240.14184
2026-01-310.14099
2026-02-070.13864
2026-02-140.13875
2026-02-210.13982
2026-02-280.13973
2026-03-070.13844
2026-03-140.13720
2026-03-210.13489
2026-03-280.13505
2026-04-040.13182
2026-04-110.13137
2026-04-180.13113
2026-04-250.12953
2026-05-020.12940
2026-05-090.12912
2026-05-170.13125
2026-05-250.13193
2026-06-010.13571
2026-06-100.13632
2026-06-170.13633
2026-06-240.13582
2026-07-010.13353
2026-07-080.13127
2026-07-150.13067
2026-07-220.13043
2026-07-290.13257
2026-08-050.13095
2026-08-120.12954
2026-08-200.12822
2026-08-270.12836
2026-09-030.12655
2026-09-100.12671
2026-09-170.12416
2026-09-240.12377

High

766.1284

Low

0.12309

Average

38.6281

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=KZT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=KZT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=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&currencies=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.