ALL to MNT exchange rate API
Lek to Tugrik · quoted 2026-09-26
44.5722
▲ +3.06% over YTD
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 year to date, ALL/MNT traded between 42.8690 and 45.4344, averaged 43.8861 and rose 3.06%. 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 YTD: show the values
| Point | ALL/MNT |
|---|---|
| 2025-12-31 | 43.2505 |
| 2026-01-07 | 43.1168 |
| 2026-01-14 | 42.9802 |
| 2026-01-21 | 43.3574 |
| 2026-01-28 | 44.2373 |
| 2026-02-04 | 43.6618 |
| 2026-02-11 | 44.1196 |
| 2026-02-18 | 43.9330 |
| 2026-02-25 | 43.7360 |
| 2026-03-04 | 43.0132 |
| 2026-03-11 | 43.1757 |
| 2026-03-18 | 42.8690 |
| 2026-03-25 | 43.1961 |
| 2026-04-01 | 43.0677 |
| 2026-04-08 | 43.2339 |
| 2026-04-15 | 44.0759 |
| 2026-04-22 | 43.9741 |
| 2026-04-29 | 44.1000 |
| 2026-05-06 | 43.8492 |
| 2026-05-14 | 43.8834 |
| 2026-05-21 | 43.5873 |
| 2026-05-29 | 43.6600 |
| 2026-06-05 | 43.6448 |
| 2026-06-14 | 43.6031 |
| 2026-06-21 | 43.4461 |
| 2026-06-28 | 43.3555 |
| 2026-07-05 | 43.6624 |
| 2026-07-12 | 43.6422 |
| 2026-07-19 | 43.7229 |
| 2026-07-26 | 43.6120 |
| 2026-08-02 | 44.2711 |
| 2026-08-09 | 44.5713 |
| 2026-08-16 | 44.8248 |
| 2026-08-24 | 45.3930 |
| 2026-08-31 | 45.2199 |
| 2026-09-07 | 45.3730 |
| 2026-09-14 | 45.4344 |
| 2026-09-21 | 45.1310 |
High
45.4344
Low
42.8690
Average
43.8861
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.