HRK to MNT exchange rate API
Croatian Kuna to Tugrik · quoted 2026-09-26
543.8509
▼ +0.41% over 6M
1 HRK = 543.8509 MNT · 1 MNT = 0.001839 HRK · Get this rate via the API
1 HRK buys 543.8509 MNT as of 2026-09-26, so 1 MNT buys 0.001839 HRK. Over the last 6 months, HRK/MNT traded between 541.0905 and 558.1712, averaged 549.9718 and fell 0.41%. The API holds daily HRK/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HRK/MNT over 6M: show the values
| Point | HRK/MNT |
|---|---|
| 2026-03-30 | 546.0746 |
| 2026-04-06 | 546.3135 |
| 2026-04-13 | 554.3935 |
| 2026-04-20 | 557.7871 |
| 2026-04-27 | 556.7603 |
| 2026-05-04 | 556.8551 |
| 2026-05-11 | 558.1712 |
| 2026-05-19 | 552.9731 |
| 2026-05-27 | 552.9996 |
| 2026-06-03 | 552.3031 |
| 2026-06-12 | 549.5306 |
| 2026-06-19 | 542.8128 |
| 2026-06-26 | 541.0905 |
| 2026-07-03 | 544.1346 |
| 2026-07-10 | 544.9235 |
| 2026-07-17 | 544.3011 |
| 2026-07-24 | 542.6523 |
| 2026-07-31 | 549.3872 |
| 2026-08-07 | 550.2522 |
| 2026-08-14 | 550.8407 |
| 2026-08-22 | 557.6751 |
| 2026-08-29 | 552.9298 |
| 2026-09-05 | 554.0356 |
| 2026-09-12 | 553.8108 |
| 2026-09-19 | 548.5302 |
| 2026-09-26 | 543.8509 |
High
558.1712
Low
541.0905
Average
549.9718
Get this rate via the API
One GET request returns the HRK/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=HRK¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
HRK/MNT API questions
How do I get the HRK/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HRK/MNT rate in rates.MNT.
How far back does HRK/MNT historical data go?
Daily HRK/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 HRK/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.