HRK to MNT exchange rate API
Croatian Kuna to Tugrik · quoted 2026-09-26
543.8509
▼ +2.34% over 1Y
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 year, HRK/MNT traded between 0.10627 and 562.1406, averaged 520.7267 and fell 2.34%. 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 1Y: show the values
| Point | HRK/MNT |
|---|---|
| 2025-09-26 | 556.9010 |
| 2025-10-03 | 559.6537 |
| 2025-10-10 | 551.9918 |
| 2025-10-17 | 558.5811 |
| 2025-10-24 | 554.1433 |
| 2025-10-31 | 0.1063 |
| 2025-11-07 | 0.1258 |
| 2025-11-14 | 0.1277 |
| 2025-11-21 | 545.9768 |
| 2025-11-28 | 548.1457 |
| 2025-12-05 | 548.5931 |
| 2025-12-13 | 552.3329 |
| 2025-12-20 | 552.2834 |
| 2025-12-27 | 555.7406 |
| 2026-01-03 | 554.0063 |
| 2026-01-10 | 549.8501 |
| 2026-01-17 | 548.4729 |
| 2026-01-24 | 559.3328 |
| 2026-01-31 | 561.3189 |
| 2026-02-07 | 559.3509 |
| 2026-02-14 | 562.1406 |
| 2026-02-21 | 558.3741 |
| 2026-02-28 | 558.8184 |
| 2026-03-07 | 550.5644 |
| 2026-03-14 | 542.4870 |
| 2026-03-21 | 548.8602 |
| 2026-03-28 | 546.9637 |
| 2026-04-04 | 546.1260 |
| 2026-04-11 | 559.5067 |
| 2026-04-18 | 558.2723 |
| 2026-04-25 | 556.8760 |
| 2026-05-02 | 556.9924 |
| 2026-05-09 | 559.7892 |
| 2026-05-17 | 552.0291 |
| 2026-05-25 | 552.8731 |
| 2026-06-01 | 553.0292 |
| 2026-06-10 | 548.6386 |
| 2026-06-17 | 551.6024 |
| 2026-06-24 | 540.6846 |
| 2026-07-01 | 542.2707 |
| 2026-07-08 | 543.0445 |
| 2026-07-15 | 544.7565 |
| 2026-07-22 | 543.4318 |
| 2026-07-29 | 543.9635 |
| 2026-08-05 | 550.7616 |
| 2026-08-12 | 550.8615 |
| 2026-08-20 | 557.7386 |
| 2026-08-27 | 556.3064 |
| 2026-09-03 | 553.5157 |
| 2026-09-10 | 555.3975 |
| 2026-09-17 | 547.3375 |
| 2026-09-24 | 543.6121 |
High
562.1406
Low
0.10627
Average
520.7267
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.