Skip to content

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

HRK/MNT over 6M: show the values
PointHRK/MNT
2026-03-30546.0746
2026-04-06546.3135
2026-04-13554.3935
2026-04-20557.7871
2026-04-27556.7603
2026-05-04556.8551
2026-05-11558.1712
2026-05-19552.9731
2026-05-27552.9996
2026-06-03552.3031
2026-06-12549.5306
2026-06-19542.8128
2026-06-26541.0905
2026-07-03544.1346
2026-07-10544.9235
2026-07-17544.3011
2026-07-24542.6523
2026-07-31549.3872
2026-08-07550.2522
2026-08-14550.8407
2026-08-22557.6751
2026-08-29552.9298
2026-09-05554.0356
2026-09-12553.8108
2026-09-19548.5302
2026-09-26543.8509

High

558.1712

Low

541.0905

Average

549.9718

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.