ALL to MNT exchange rate API
Lek to Tugrik · quoted 2026-09-26
44.5722
▼ +1.96% over 30D
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 30 days, ALL/MNT traded between 44.5722 and 45.4610, averaged 45.1928 and fell 1.96%. 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 30D: show the values
| Point | ALL/MNT |
|---|---|
| 2026-08-27 | 45.4610 |
| 2026-08-28 | 45.4204 |
| 2026-08-29 | 45.2024 |
| 2026-08-30 | 45.1824 |
| 2026-08-31 | 45.2199 |
| 2026-09-01 | 45.1761 |
| 2026-09-02 | 45.1402 |
| 2026-09-03 | 45.2393 |
| 2026-09-04 | 45.4147 |
| 2026-09-05 | 45.3032 |
| 2026-09-06 | 45.3421 |
| 2026-09-07 | 45.3730 |
| 2026-09-08 | 45.3819 |
| 2026-09-09 | 45.4314 |
| 2026-09-10 | 45.4524 |
| 2026-09-11 | 45.3676 |
| 2026-09-12 | 45.4027 |
| 2026-09-13 | 45.4131 |
| 2026-09-14 | 45.4344 |
| 2026-09-15 | 45.2159 |
| 2026-09-16 | 45.2748 |
| 2026-09-17 | 45.2520 |
| 2026-09-18 | 45.0173 |
| 2026-09-19 | 45.1296 |
| 2026-09-20 | 45.0941 |
| 2026-09-21 | 45.1310 |
| 2026-09-22 | 45.1198 |
| 2026-09-23 | 44.9664 |
| 2026-09-24 | 44.7743 |
| 2026-09-25 | 44.6918 |
| 2026-09-26 | 44.5722 |
High
45.4610
Low
44.5722
Average
45.1928
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.