Skip to content

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

HRK/MNT over 1Y: show the values
PointHRK/MNT
2025-09-26556.9010
2025-10-03559.6537
2025-10-10551.9918
2025-10-17558.5811
2025-10-24554.1433
2025-10-310.1063
2025-11-070.1258
2025-11-140.1277
2025-11-21545.9768
2025-11-28548.1457
2025-12-05548.5931
2025-12-13552.3329
2025-12-20552.2834
2025-12-27555.7406
2026-01-03554.0063
2026-01-10549.8501
2026-01-17548.4729
2026-01-24559.3328
2026-01-31561.3189
2026-02-07559.3509
2026-02-14562.1406
2026-02-21558.3741
2026-02-28558.8184
2026-03-07550.5644
2026-03-14542.4870
2026-03-21548.8602
2026-03-28546.9637
2026-04-04546.1260
2026-04-11559.5067
2026-04-18558.2723
2026-04-25556.8760
2026-05-02556.9924
2026-05-09559.7892
2026-05-17552.0291
2026-05-25552.8731
2026-06-01553.0292
2026-06-10548.6386
2026-06-17551.6024
2026-06-24540.6846
2026-07-01542.2707
2026-07-08543.0445
2026-07-15544.7565
2026-07-22543.4318
2026-07-29543.9635
2026-08-05550.7616
2026-08-12550.8615
2026-08-20557.7386
2026-08-27556.3064
2026-09-03553.5157
2026-09-10555.3975
2026-09-17547.3375
2026-09-24543.6121

High

562.1406

Low

0.10627

Average

520.7267

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.