Skip to content

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

HRK/MNT over YTD: show the values
PointHRK/MNT
2025-12-31554.8040
2026-01-07553.0853
2026-01-14550.4613
2026-01-21555.1417
2026-01-28568.0672
2026-02-04560.0501
2026-02-11564.3342
2026-02-18561.2355
2026-02-25558.5637
2026-03-04549.5815
2026-03-11550.5659
2026-03-18546.4222
2026-03-25549.9276
2026-04-01548.5400
2026-04-08553.5875
2026-04-15559.1540
2026-04-22557.6466
2026-04-29558.9349
2026-05-06556.6089
2026-05-14556.3665
2026-05-21551.8871
2026-05-29552.8623
2026-06-05551.7141
2026-06-14549.4704
2026-06-21544.8987
2026-06-28541.0320
2026-07-05543.9506
2026-07-12543.0869
2026-07-19544.1115
2026-07-26542.0938
2026-08-02550.1716
2026-08-09551.4756
2026-08-16552.1570
2026-08-24557.6110
2026-08-31553.2717
2026-09-07554.5874
2026-09-14552.4612
2026-09-21548.4235

High

568.0672

Low

541.0320

Average

552.3640

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.