Skip to content

CZK to MNT exchange rate API

Czech Koruna to Tugrik · quoted 2026-09-26

168.1959

▼ +2.52% over 1Y

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 year, CZK/MNT traded between 0.03286 and 174.6645, averaged 161.5183 and fell 2.52%. 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 1Y

CZK/MNT over 1Y: show the values
PointCZK/MNT
2025-09-26172.5445
2025-10-03173.8519
2025-10-10171.1631
2025-10-17172.8227
2025-10-24171.5781
2025-10-310.0329
2025-11-070.0390
2025-11-140.0398
2025-11-21169.5068
2025-11-28170.5540
2025-12-05170.6011
2025-12-13171.5572
2025-12-20170.9487
2025-12-27172.7018
2026-01-03172.7365
2026-01-10170.5077
2026-01-17170.3987
2026-01-24173.7064
2026-01-31173.7596
2026-02-07174.0460
2026-02-14174.6645
2026-02-21173.6664
2026-02-28173.8072
2026-03-07170.0988
2026-03-14166.5865
2026-03-21168.6810
2026-03-28168.0012
2026-04-04167.8619
2026-04-11172.9491
2026-04-18173.2811
2026-04-25172.3228
2026-05-02172.2433
2026-05-09173.4241
2026-05-17170.9806
2026-05-25171.8052
2026-06-01171.5603
2026-06-10170.7253
2026-06-17171.8031
2026-06-24167.6862
2026-07-01168.1409
2026-07-08168.5135
2026-07-15168.8551
2026-07-22169.4512
2026-07-29169.1852
2026-08-05171.7595
2026-08-12171.2537
2026-08-20173.9802
2026-08-27173.5751
2026-09-03172.4419
2026-09-10172.2289
2026-09-17169.9168
2026-09-24167.7252

High

174.6645

Low

0.03286

Average

161.5183

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.