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: show the values
| Point | CZK/MNT |
|---|---|
| 2026-08-27 | 173.5751 |
| 2026-08-28 | 173.5990 |
| 2026-08-29 | 172.6220 |
| 2026-08-30 | 172.5627 |
| 2026-08-31 | 172.8879 |
| 2026-09-01 | 172.6005 |
| 2026-09-02 | 172.1885 |
| 2026-09-03 | 172.4419 |
| 2026-09-04 | 172.9275 |
| 2026-09-05 | 172.4783 |
| 2026-09-06 | 172.5618 |
| 2026-09-07 | 172.8615 |
| 2026-09-08 | 172.7781 |
| 2026-09-09 | 172.9003 |
| 2026-09-10 | 172.2289 |
| 2026-09-11 | 171.9154 |
| 2026-09-12 | 172.1207 |
| 2026-09-13 | 172.1173 |
| 2026-09-14 | 171.0916 |
| 2026-09-15 | 170.8457 |
| 2026-09-16 | 170.7821 |
| 2026-09-17 | 169.9168 |
| 2026-09-18 | 169.4756 |
| 2026-09-19 | 169.7597 |
| 2026-09-20 | 169.6539 |
| 2026-09-21 | 169.8677 |
| 2026-09-22 | 169.4448 |
| 2026-09-23 | 168.3682 |
| 2026-09-24 | 167.7252 |
| 2026-09-25 | 168.5246 |
| 2026-09-26 | 168.1959 |
High
173.5990
Low
167.7252
Average
171.2255
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.