Skip to content

HUF to MNT exchange rate API

Forint to Tugrik · quoted 2026-09-26

11.2194

▲ +4.67% over 1Y

1 HUF = 11.2194 MNT · 1 MNT = 0.08913 HUF · Get this rate via the API

1 HUF buys 11.2194 MNT as of 2026-09-26, so 1 MNT buys 0.08913 HUF. Over the last year, HUF/MNT traded between 0.002060 and 11.9221, averaged 10.5130 and rose 4.67%. The API holds daily HUF/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HUF/MNT over 1Y

HUF/MNT over 1Y: show the values
PointHUF/MNT
2025-09-2610.7184
2025-10-0310.8532
2025-10-1010.6510
2025-10-1710.7792
2025-10-2410.7188
2025-10-310.0021
2025-11-070.0025
2025-11-140.0025
2025-11-2110.7138
2025-11-2810.8106
2025-12-0510.8184
2025-12-1310.8108
2025-12-2010.7586
2025-12-2710.8216
2026-01-0310.8838
2026-01-1010.7377
2026-01-1710.7323
2026-01-2411.0301
2026-01-3111.0875
2026-02-0711.1628
2026-02-1411.1764
2026-02-2111.0520
2026-02-2811.1821
2026-03-0710.5708
2026-03-1410.3772
2026-03-2110.5025
2026-03-2810.5910
2026-04-0410.7011
2026-04-1111.2283
2026-04-1811.6350
2026-04-2511.4934
2026-05-0211.5517
2026-05-0911.9221
2026-05-1711.5045
2026-05-2511.6959
2026-06-0111.7428
2026-06-1011.5833
2026-06-1711.8638
2026-06-2411.4129
2026-07-0111.4608
2026-07-0811.4166
2026-07-1511.3774
2026-07-2211.2530
2026-07-2911.2999
2026-08-0511.4774
2026-08-1211.4078
2026-08-2011.5096
2026-08-2711.5124
2026-09-0311.3674
2026-09-1011.4509
2026-09-1711.3790
2026-09-2411.1766

High

11.9221

Low

0.002060

Average

10.5130

For developers

Get this rate via the API

One GET request returns the HUF/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=HUF&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&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=HUF&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

HUF/MNT API questions

How do I get the HUF/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HUF/MNT rate in rates.MNT.

How far back does HUF/MNT historical data go?

Daily HUF/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 HUF/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.