Skip to content

ALL to MNT exchange rate API

Lek to Tugrik · quoted 2026-09-26

44.5722

▲ +2.85% over 1Y

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 year, ALL/MNT traded between 0.008263 and 45.4610, averaged 41.2379 and rose 2.85%. 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 1Y

ALL/MNT over 1Y: show the values
PointALL/MNT
2025-09-2643.3390
2025-10-0343.5794
2025-10-1043.0071
2025-10-1743.5022
2025-10-2443.2185
2025-10-310.0083
2025-11-070.0098
2025-11-140.0100
2025-11-2142.5891
2025-11-2842.7466
2025-12-0542.8378
2025-12-1343.0880
2025-12-2043.0947
2025-12-2743.4985
2026-01-0343.1782
2026-01-1042.8967
2026-01-1742.8645
2026-01-2443.6113
2026-01-3143.7764
2026-02-0743.7294
2026-02-1443.9246
2026-02-2143.6737
2026-02-2843.7711
2026-03-0743.1678
2026-03-1442.5203
2026-03-2142.9199
2026-03-2842.9384
2026-04-0442.9722
2026-04-1143.9393
2026-04-1844.2499
2026-04-2543.9862
2026-05-0243.9577
2026-05-0944.2111
2026-05-1743.6064
2026-05-2543.5345
2026-06-0143.7061
2026-06-1043.4345
2026-06-1743.7918
2026-06-2443.2739
2026-07-0143.4942
2026-07-0843.5743
2026-07-1543.7614
2026-07-2243.7012
2026-07-2943.7486
2026-08-0544.4543
2026-08-1244.6206
2026-08-2045.3393
2026-08-2745.4610
2026-09-0345.2393
2026-09-1045.4524
2026-09-1745.2520
2026-09-2444.7743

High

45.4610

Low

0.008263

Average

41.2379

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.