UAH to MNT exchange rate API
Hryvnia to Tugrik · quoted 2026-09-26
80.3471
▼ +7.30% over 1Y
1 UAH = 80.3471 MNT · 1 MNT = 0.01245 UAH · Get this rate via the API
1 UAH buys 80.3471 MNT as of 2026-09-26, so 1 MNT buys 0.01245 UAH. Over the last year, UAH/MNT traded between 0.01648 and 87.2657, averaged 77.5162 and fell 7.30%. The API holds daily UAH/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
UAH/MNT over 1Y: show the values
| Point | UAH/MNT |
|---|---|
| 2025-09-26 | 86.6696 |
| 2025-10-03 | 87.2657 |
| 2025-10-10 | 86.5727 |
| 2025-10-17 | 86.3296 |
| 2025-10-24 | 85.8918 |
| 2025-10-31 | 0.0165 |
| 2025-11-07 | 0.0195 |
| 2025-11-14 | 0.0197 |
| 2025-11-21 | 84.5239 |
| 2025-11-28 | 84.3650 |
| 2025-12-05 | 84.0279 |
| 2025-12-13 | 83.9246 |
| 2025-12-20 | 84.0281 |
| 2025-12-27 | 84.4310 |
| 2026-01-03 | 84.1414 |
| 2026-01-10 | 83.5690 |
| 2026-01-17 | 82.1954 |
| 2026-01-24 | 82.5993 |
| 2026-01-31 | 83.1816 |
| 2026-02-07 | 83.3298 |
| 2026-02-14 | 82.7811 |
| 2026-02-21 | 82.4748 |
| 2026-02-28 | 82.7605 |
| 2026-03-07 | 81.7068 |
| 2026-03-14 | 80.7322 |
| 2026-03-21 | 81.4600 |
| 2026-03-28 | 81.6656 |
| 2026-04-04 | 81.7794 |
| 2026-04-11 | 82.7812 |
| 2026-04-18 | 81.2228 |
| 2026-04-25 | 81.3871 |
| 2026-05-02 | 81.4658 |
| 2026-05-09 | 81.4849 |
| 2026-05-17 | 81.2589 |
| 2026-05-25 | 81.0904 |
| 2026-06-01 | 80.7934 |
| 2026-06-10 | 79.7183 |
| 2026-06-17 | 79.8137 |
| 2026-06-24 | 79.9103 |
| 2026-07-01 | 80.2677 |
| 2026-07-08 | 80.5675 |
| 2026-07-15 | 80.0232 |
| 2026-07-22 | 80.1504 |
| 2026-07-29 | 79.9842 |
| 2026-08-05 | 80.2782 |
| 2026-08-12 | 80.2432 |
| 2026-08-20 | 80.5461 |
| 2026-08-27 | 80.7803 |
| 2026-09-03 | 80.6070 |
| 2026-09-10 | 80.4806 |
| 2026-09-17 | 80.5462 |
| 2026-09-24 | 80.1478 |
High
87.2657
Low
0.01648
Average
77.5162
Get this rate via the API
One GET request returns the UAH/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=UAH¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UAH¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UAH¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
UAH/MNT API questions
How do I get the UAH/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UAH¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest UAH/MNT rate in rates.MNT.
How far back does UAH/MNT historical data go?
Daily UAH/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 UAH/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.