Skip to content

CZK to MNT exchange rate API

Czech Koruna to Tugrik · quoted 2026-09-26

168.1959

▼ +2.55% over YTD

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 year to date, CZK/MNT traded between 167.7519 and 175.9088, averaged 171.3959 and fell 2.55%. 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 YTD

CZK/MNT over YTD: show the values
PointCZK/MNT
2025-12-31172.6005
2026-01-07171.3101
2026-01-14171.1232
2026-01-21171.8854
2026-01-28175.9088
2026-02-04173.1704
2026-02-11175.1424
2026-02-18174.3277
2026-02-25173.6727
2026-03-04170.7222
2026-03-11169.5931
2026-03-18167.7519
2026-03-25169.3435
2026-04-01169.1405
2026-04-08171.5986
2026-04-15172.9071
2026-04-22172.3848
2026-04-29172.6640
2026-05-06172.9318
2026-05-14172.3137
2026-05-21170.8584
2026-05-29171.6215
2026-06-05172.3924
2026-06-14171.7840
2026-06-21169.5457
2026-06-28168.0070
2026-07-05169.4093
2026-07-12168.5219
2026-07-19169.1696
2026-07-26169.2251
2026-08-02171.2896
2026-08-09171.2696
2026-08-16171.8245
2026-08-24174.1228
2026-08-31172.8879
2026-09-07172.8615
2026-09-14171.0916
2026-09-21169.8677

High

175.9088

Low

167.7519

Average

171.3959

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.