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: show the values
| Point | HUF/MNT |
|---|---|
| 2025-09-26 | 10.7184 |
| 2025-10-03 | 10.8532 |
| 2025-10-10 | 10.6510 |
| 2025-10-17 | 10.7792 |
| 2025-10-24 | 10.7188 |
| 2025-10-31 | 0.0021 |
| 2025-11-07 | 0.0025 |
| 2025-11-14 | 0.0025 |
| 2025-11-21 | 10.7138 |
| 2025-11-28 | 10.8106 |
| 2025-12-05 | 10.8184 |
| 2025-12-13 | 10.8108 |
| 2025-12-20 | 10.7586 |
| 2025-12-27 | 10.8216 |
| 2026-01-03 | 10.8838 |
| 2026-01-10 | 10.7377 |
| 2026-01-17 | 10.7323 |
| 2026-01-24 | 11.0301 |
| 2026-01-31 | 11.0875 |
| 2026-02-07 | 11.1628 |
| 2026-02-14 | 11.1764 |
| 2026-02-21 | 11.0520 |
| 2026-02-28 | 11.1821 |
| 2026-03-07 | 10.5708 |
| 2026-03-14 | 10.3772 |
| 2026-03-21 | 10.5025 |
| 2026-03-28 | 10.5910 |
| 2026-04-04 | 10.7011 |
| 2026-04-11 | 11.2283 |
| 2026-04-18 | 11.6350 |
| 2026-04-25 | 11.4934 |
| 2026-05-02 | 11.5517 |
| 2026-05-09 | 11.9221 |
| 2026-05-17 | 11.5045 |
| 2026-05-25 | 11.6959 |
| 2026-06-01 | 11.7428 |
| 2026-06-10 | 11.5833 |
| 2026-06-17 | 11.8638 |
| 2026-06-24 | 11.4129 |
| 2026-07-01 | 11.4608 |
| 2026-07-08 | 11.4166 |
| 2026-07-15 | 11.3774 |
| 2026-07-22 | 11.2530 |
| 2026-07-29 | 11.2999 |
| 2026-08-05 | 11.4774 |
| 2026-08-12 | 11.4078 |
| 2026-08-20 | 11.5096 |
| 2026-08-27 | 11.5124 |
| 2026-09-03 | 11.3674 |
| 2026-09-10 | 11.4509 |
| 2026-09-17 | 11.3790 |
| 2026-09-24 | 11.1766 |
High
11.9221
Low
0.002060
Average
10.5130
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=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¤cies=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.