Skip to content

HRK to MNT exchange rate API

Croatian Kuna to Tugrik · quoted 2026-09-26

543.8509

▲ +7.99% over 5Y

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 5 years, HRK/MNT traded between 0.12528 and 560.1129, averaged 510.6808 and rose 7.99%. 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 5Y

HRK/MNT over 5Y: show the values
PointHRK/MNT
2024-08-24503.6347
2024-10-07495.2519
2024-11-06490.8573
2024-12-06481.8436
2025-01-05468.4396
2025-02-04472.6353
2025-03-06498.0789
2025-04-06510.1242
2025-05-06535.8083
2025-06-07541.9414
2025-07-07560.1129
2025-08-06551.0317
2025-09-05556.5551
2025-10-06559.6998
2025-11-050.1253
2025-12-05548.5931
2026-01-05552.4852
2026-02-04560.0501
2026-03-06550.6764
2026-04-05546.1081
2026-05-05554.7639
2026-06-06547.1491
2026-07-08543.0445
2026-08-07550.2522
2026-09-07554.5874

High

560.1129

Low

0.12528

Average

510.6808

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.