Skip to content

MNT to KZT exchange rate API

Tugrik to Tenge · quoted 2026-09-26

0.12309

▼ +12.82% over YTD

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 year to date, MNT/KZT traded between 0.12309 and 0.14307, averaged 0.13367 and fell 12.82%. 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 YTD

MNT/KZT over YTD: show the values
PointMNT/KZT
2025-12-310.14120
2026-01-070.14307
2026-01-140.14301
2026-01-210.14252
2026-01-280.14059
2026-02-040.14080
2026-02-110.13781
2026-02-180.13730
2026-02-250.13977
2026-03-040.14009
2026-03-110.13687
2026-03-180.13468
2026-03-250.13492
2026-04-010.13383
2026-04-080.12939
2026-04-150.13295
2026-04-220.12997
2026-04-290.12743
2026-05-060.12958
2026-05-140.13121
2026-05-210.13179
2026-05-290.13503
2026-06-050.13569
2026-06-140.13683
2026-06-210.13644
2026-06-280.13578
2026-07-050.13194
2026-07-120.13149
2026-07-190.13128
2026-07-260.13218
2026-08-020.13192
2026-08-090.13047
2026-08-160.12890
2026-08-240.12765
2026-08-310.12913
2026-09-070.12667
2026-09-140.12567
2026-09-210.12410

High

0.14307

Low

0.12309

Average

0.13367

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.