Skip to content

HRK to MNT exchange rate API

Croatian Kuna to Tugrik · quoted 2026-09-26

543.8509

▼ +2.24% over 30D

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 30 days, HRK/MNT traded between 542.9336 and 556.5250, averaged 551.3079 and fell 2.24%. 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 30D

HRK/MNT over 30D: show the values
PointHRK/MNT
2026-08-27556.3064
2026-08-28556.5250
2026-08-29552.9298
2026-08-30552.8759
2026-08-31553.2717
2026-09-01554.0721
2026-09-02552.8918
2026-09-03553.5157
2026-09-04555.2449
2026-09-05554.0356
2026-09-06554.4750
2026-09-07554.5874
2026-09-08555.1387
2026-09-09555.4203
2026-09-10555.3975
2026-09-11554.0851
2026-09-12553.8108
2026-09-13553.6902
2026-09-14552.4612
2026-09-15550.6654
2026-09-16551.3597
2026-09-17547.3375
2026-09-18548.7676
2026-09-19548.5302
2026-09-20548.1545
2026-09-21548.4235
2026-09-22548.0328
2026-09-23545.5996
2026-09-24543.6121
2026-09-25542.9336
2026-09-26543.8509

High

556.5250

Low

542.9336

Average

551.3079

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=MNT");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=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&currencies=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.