HUF to MNT exchange rate API
Forint to Tugrik · quoted 2026-09-26
11.2194
▼ +2.55% over 30D
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 30 days, HUF/MNT traded between 11.1766 and 11.5270, averaged 11.3960 and fell 2.55%. 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 30D: show the values
| Point | HUF/MNT |
|---|---|
| 2026-08-27 | 11.5124 |
| 2026-08-28 | 11.4917 |
| 2026-08-29 | 11.4125 |
| 2026-08-30 | 11.4022 |
| 2026-08-31 | 11.4461 |
| 2026-09-01 | 11.3710 |
| 2026-09-02 | 11.3129 |
| 2026-09-03 | 11.3674 |
| 2026-09-04 | 11.5144 |
| 2026-09-05 | 11.5259 |
| 2026-09-06 | 11.5270 |
| 2026-09-07 | 11.5163 |
| 2026-09-08 | 11.4818 |
| 2026-09-09 | 11.5189 |
| 2026-09-10 | 11.4509 |
| 2026-09-11 | 11.4456 |
| 2026-09-12 | 11.4765 |
| 2026-09-13 | 11.4738 |
| 2026-09-14 | 11.3774 |
| 2026-09-15 | 11.3384 |
| 2026-09-16 | 11.3931 |
| 2026-09-17 | 11.3790 |
| 2026-09-18 | 11.3233 |
| 2026-09-19 | 11.3453 |
| 2026-09-20 | 11.3298 |
| 2026-09-21 | 11.4145 |
| 2026-09-22 | 11.4082 |
| 2026-09-23 | 11.2694 |
| 2026-09-24 | 11.1766 |
| 2026-09-25 | 11.2317 |
| 2026-09-26 | 11.2194 |
High
11.5270
Low
11.1766
Average
11.3960
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.