HRK to MNT exchange rate API
Croatian Kuna to Tugrik · quoted 2026-09-26
543.8509
▼ +1.97% over YTD
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 year to date, HRK/MNT traded between 541.0320 and 568.0672, averaged 552.3640 and fell 1.97%. 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 YTD: show the values
| Point | HRK/MNT |
|---|---|
| 2025-12-31 | 554.8040 |
| 2026-01-07 | 553.0853 |
| 2026-01-14 | 550.4613 |
| 2026-01-21 | 555.1417 |
| 2026-01-28 | 568.0672 |
| 2026-02-04 | 560.0501 |
| 2026-02-11 | 564.3342 |
| 2026-02-18 | 561.2355 |
| 2026-02-25 | 558.5637 |
| 2026-03-04 | 549.5815 |
| 2026-03-11 | 550.5659 |
| 2026-03-18 | 546.4222 |
| 2026-03-25 | 549.9276 |
| 2026-04-01 | 548.5400 |
| 2026-04-08 | 553.5875 |
| 2026-04-15 | 559.1540 |
| 2026-04-22 | 557.6466 |
| 2026-04-29 | 558.9349 |
| 2026-05-06 | 556.6089 |
| 2026-05-14 | 556.3665 |
| 2026-05-21 | 551.8871 |
| 2026-05-29 | 552.8623 |
| 2026-06-05 | 551.7141 |
| 2026-06-14 | 549.4704 |
| 2026-06-21 | 544.8987 |
| 2026-06-28 | 541.0320 |
| 2026-07-05 | 543.9506 |
| 2026-07-12 | 543.0869 |
| 2026-07-19 | 544.1115 |
| 2026-07-26 | 542.0938 |
| 2026-08-02 | 550.1716 |
| 2026-08-09 | 551.4756 |
| 2026-08-16 | 552.1570 |
| 2026-08-24 | 557.6110 |
| 2026-08-31 | 553.2717 |
| 2026-09-07 | 554.5874 |
| 2026-09-14 | 552.4612 |
| 2026-09-21 | 548.4235 |
High
568.0672
Low
541.0320
Average
552.3640
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.