Skip to content

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

ALL/MNT over YTD: show the values
PointALL/MNT
2025-12-3143.2505
2026-01-0743.1168
2026-01-1442.9802
2026-01-2143.3574
2026-01-2844.2373
2026-02-0443.6618
2026-02-1144.1196
2026-02-1843.9330
2026-02-2543.7360
2026-03-0443.0132
2026-03-1143.1757
2026-03-1842.8690
2026-03-2543.1961
2026-04-0143.0677
2026-04-0843.2339
2026-04-1544.0759
2026-04-2243.9741
2026-04-2944.1000
2026-05-0643.8492
2026-05-1443.8834
2026-05-2143.5873
2026-05-2943.6600
2026-06-0543.6448
2026-06-1443.6031
2026-06-2143.4461
2026-06-2843.3555
2026-07-0543.6624
2026-07-1243.6422
2026-07-1943.7229
2026-07-2643.6120
2026-08-0244.2711
2026-08-0944.5713
2026-08-1644.8248
2026-08-2445.3930
2026-08-3145.2199
2026-09-0745.3730
2026-09-1445.4344
2026-09-2145.1310

High

45.4344

Low

42.8690

Average

43.8861

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.