ALL to MNT exchange rate API
Lek to Tugrik · quoted 2026-09-26
44.5722
▲ +4.03% over 6M
1 ALL = 44.5722 MNT · 1 MNT = 0.02244 ALL · Get this rate via the API
1 ALL buys 44.5722 MNT as of 2026-09-26, so 1 MNT buys 0.02244 ALL. Over the last 6 months, ALL/MNT traded between 42.8447 and 45.4260, averaged 44.0899 and rose 4.03%. The API holds daily ALL/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ALL/MNT over 6M: show the values
| Point | ALL/MNT |
|---|---|
| 2026-03-30 | 42.8447 |
| 2026-04-06 | 42.9712 |
| 2026-04-13 | 43.7858 |
| 2026-04-20 | 43.9069 |
| 2026-04-27 | 43.9456 |
| 2026-05-04 | 43.9271 |
| 2026-05-11 | 44.2233 |
| 2026-05-19 | 43.6086 |
| 2026-05-27 | 43.6775 |
| 2026-06-03 | 43.6439 |
| 2026-06-12 | 43.5046 |
| 2026-06-19 | 43.3462 |
| 2026-06-26 | 43.2844 |
| 2026-07-03 | 43.5734 |
| 2026-07-10 | 43.7108 |
| 2026-07-17 | 43.8286 |
| 2026-07-24 | 43.7003 |
| 2026-07-31 | 44.1894 |
| 2026-08-07 | 44.4921 |
| 2026-08-14 | 44.6543 |
| 2026-08-22 | 45.4260 |
| 2026-08-29 | 45.2024 |
| 2026-09-05 | 45.3032 |
| 2026-09-12 | 45.4027 |
| 2026-09-19 | 45.1296 |
| 2026-09-26 | 44.5722 |
High
45.4260
Low
42.8447
Average
44.0899
Get this rate via the API
One GET request returns the ALL/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=ALL¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ALL¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ALL¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
ALL/MNT API questions
How do I get the ALL/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ALL¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ALL/MNT rate in rates.MNT.
How far back does ALL/MNT historical data go?
Daily ALL/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 ALL/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.