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: show the values
| Point | CZK/MNT |
|---|---|
| 2025-09-26 | 172.5445 |
| 2025-10-03 | 173.8519 |
| 2025-10-10 | 171.1631 |
| 2025-10-17 | 172.8227 |
| 2025-10-24 | 171.5781 |
| 2025-10-31 | 0.0329 |
| 2025-11-07 | 0.0390 |
| 2025-11-14 | 0.0398 |
| 2025-11-21 | 169.5068 |
| 2025-11-28 | 170.5540 |
| 2025-12-05 | 170.6011 |
| 2025-12-13 | 171.5572 |
| 2025-12-20 | 170.9487 |
| 2025-12-27 | 172.7018 |
| 2026-01-03 | 172.7365 |
| 2026-01-10 | 170.5077 |
| 2026-01-17 | 170.3987 |
| 2026-01-24 | 173.7064 |
| 2026-01-31 | 173.7596 |
| 2026-02-07 | 174.0460 |
| 2026-02-14 | 174.6645 |
| 2026-02-21 | 173.6664 |
| 2026-02-28 | 173.8072 |
| 2026-03-07 | 170.0988 |
| 2026-03-14 | 166.5865 |
| 2026-03-21 | 168.6810 |
| 2026-03-28 | 168.0012 |
| 2026-04-04 | 167.8619 |
| 2026-04-11 | 172.9491 |
| 2026-04-18 | 173.2811 |
| 2026-04-25 | 172.3228 |
| 2026-05-02 | 172.2433 |
| 2026-05-09 | 173.4241 |
| 2026-05-17 | 170.9806 |
| 2026-05-25 | 171.8052 |
| 2026-06-01 | 171.5603 |
| 2026-06-10 | 170.7253 |
| 2026-06-17 | 171.8031 |
| 2026-06-24 | 167.6862 |
| 2026-07-01 | 168.1409 |
| 2026-07-08 | 168.5135 |
| 2026-07-15 | 168.8551 |
| 2026-07-22 | 169.4512 |
| 2026-07-29 | 169.1852 |
| 2026-08-05 | 171.7595 |
| 2026-08-12 | 171.2537 |
| 2026-08-20 | 173.9802 |
| 2026-08-27 | 173.5751 |
| 2026-09-03 | 172.4419 |
| 2026-09-10 | 172.2289 |
| 2026-09-17 | 169.9168 |
| 2026-09-24 | 167.7252 |
High
174.6645
Low
0.03286
Average
161.5183
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.