Skip to content

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

UAH/MNT over 1Y: show the values
PointUAH/MNT
2025-09-2686.6696
2025-10-0387.2657
2025-10-1086.5727
2025-10-1786.3296
2025-10-2485.8918
2025-10-310.0165
2025-11-070.0195
2025-11-140.0197
2025-11-2184.5239
2025-11-2884.3650
2025-12-0584.0279
2025-12-1383.9246
2025-12-2084.0281
2025-12-2784.4310
2026-01-0384.1414
2026-01-1083.5690
2026-01-1782.1954
2026-01-2482.5993
2026-01-3183.1816
2026-02-0783.3298
2026-02-1482.7811
2026-02-2182.4748
2026-02-2882.7605
2026-03-0781.7068
2026-03-1480.7322
2026-03-2181.4600
2026-03-2881.6656
2026-04-0481.7794
2026-04-1182.7812
2026-04-1881.2228
2026-04-2581.3871
2026-05-0281.4658
2026-05-0981.4849
2026-05-1781.2589
2026-05-2581.0904
2026-06-0180.7934
2026-06-1079.7183
2026-06-1779.8137
2026-06-2479.9103
2026-07-0180.2677
2026-07-0880.5675
2026-07-1580.0232
2026-07-2280.1504
2026-07-2979.9842
2026-08-0580.2782
2026-08-1280.2432
2026-08-2080.5461
2026-08-2780.7803
2026-09-0380.6070
2026-09-1080.4806
2026-09-1780.5462
2026-09-2480.1478

High

87.2657

Low

0.01648

Average

77.5162

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UAH&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=UAH&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=UAH&currencies=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&currencies=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.