Skip to content

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

ALL/MNT over 6M: show the values
PointALL/MNT
2026-03-3042.8447
2026-04-0642.9712
2026-04-1343.7858
2026-04-2043.9069
2026-04-2743.9456
2026-05-0443.9271
2026-05-1144.2233
2026-05-1943.6086
2026-05-2743.6775
2026-06-0343.6439
2026-06-1243.5046
2026-06-1943.3462
2026-06-2643.2844
2026-07-0343.5734
2026-07-1043.7108
2026-07-1743.8286
2026-07-2443.7003
2026-07-3144.1894
2026-08-0744.4921
2026-08-1444.6543
2026-08-2245.4260
2026-08-2945.2024
2026-09-0545.3032
2026-09-1245.4027
2026-09-1945.1296
2026-09-2644.5722

High

45.4260

Low

42.8447

Average

44.0899

For developers

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