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: show the values
| Point | CZK/MNT |
|---|---|
| 2025-12-31 | 172.6005 |
| 2026-01-07 | 171.3101 |
| 2026-01-14 | 171.1232 |
| 2026-01-21 | 171.8854 |
| 2026-01-28 | 175.9088 |
| 2026-02-04 | 173.1704 |
| 2026-02-11 | 175.1424 |
| 2026-02-18 | 174.3277 |
| 2026-02-25 | 173.6727 |
| 2026-03-04 | 170.7222 |
| 2026-03-11 | 169.5931 |
| 2026-03-18 | 167.7519 |
| 2026-03-25 | 169.3435 |
| 2026-04-01 | 169.1405 |
| 2026-04-08 | 171.5986 |
| 2026-04-15 | 172.9071 |
| 2026-04-22 | 172.3848 |
| 2026-04-29 | 172.6640 |
| 2026-05-06 | 172.9318 |
| 2026-05-14 | 172.3137 |
| 2026-05-21 | 170.8584 |
| 2026-05-29 | 171.6215 |
| 2026-06-05 | 172.3924 |
| 2026-06-14 | 171.7840 |
| 2026-06-21 | 169.5457 |
| 2026-06-28 | 168.0070 |
| 2026-07-05 | 169.4093 |
| 2026-07-12 | 168.5219 |
| 2026-07-19 | 169.1696 |
| 2026-07-26 | 169.2251 |
| 2026-08-02 | 171.2896 |
| 2026-08-09 | 171.2696 |
| 2026-08-16 | 171.8245 |
| 2026-08-24 | 174.1228 |
| 2026-08-31 | 172.8879 |
| 2026-09-07 | 172.8615 |
| 2026-09-14 | 171.0916 |
| 2026-09-21 | 169.8677 |
High
175.9088
Low
167.7519
Average
171.3959
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CZK¤cies=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¤cies=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.