Skip to content

CZK to MNT exchange rate API

Czech Koruna to Tugrik · quoted 2026-09-26

168.1959

▼ +3.10% over 30D

1 CZK = 168.1959 MNT · 1 MNT = 0.005945 CZK · Get this rate via the API

1 CZK buys 168.1959 MNT as of 2026-09-26, so 1 MNT buys 0.005945 CZK. Over the last 30 days, CZK/MNT traded between 167.7252 and 173.5990, averaged 171.2255 and fell 3.10%. The API holds daily CZK/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CZK/MNT over 30D

CZK/MNT over 30D: show the values
PointCZK/MNT
2026-08-27173.5751
2026-08-28173.5990
2026-08-29172.6220
2026-08-30172.5627
2026-08-31172.8879
2026-09-01172.6005
2026-09-02172.1885
2026-09-03172.4419
2026-09-04172.9275
2026-09-05172.4783
2026-09-06172.5618
2026-09-07172.8615
2026-09-08172.7781
2026-09-09172.9003
2026-09-10172.2289
2026-09-11171.9154
2026-09-12172.1207
2026-09-13172.1173
2026-09-14171.0916
2026-09-15170.8457
2026-09-16170.7821
2026-09-17169.9168
2026-09-18169.4756
2026-09-19169.7597
2026-09-20169.6539
2026-09-21169.8677
2026-09-22169.4448
2026-09-23168.3682
2026-09-24167.7252
2026-09-25168.5246
2026-09-26168.1959

High

173.5990

Low

167.7252

Average

171.2255

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

CZK/MNT API questions

How do I get the CZK/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CZK/MNT rate in rates.MNT.

How far back does CZK/MNT historical data go?

Daily CZK/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 CZK/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.