Skip to content

AED to MNT exchange rate API

UAE Dirham to Tugrik · quoted 2026-09-25

979.5778

▲ +0.05% over 1Y

1 AED = 979.5778 MNT · 1 MNT = 0.001021 AED · Get this rate via the API

1 AED buys 979.5778 MNT as of 2026-09-25, so 1 MNT buys 0.001021 AED. Over the last year, AED/MNT traded between 0.17040 and 979.8713, averaged 919.3930 and rose 0.05%. The API holds daily AED/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AED/MNT over 1Y

AED/MNT over 1Y: show the values
PointAED/MNT
2025-09-25979.1076
2025-10-02979.0594
2025-10-09979.1182
2025-10-16979.4936
2025-10-23978.7368
2025-10-300.1704
2025-11-060.2243
2025-11-130.2135
2025-11-20972.3456
2025-11-27970.0869
2025-12-04967.0665
2025-12-12966.2684
2025-12-19967.1420
2025-12-26968.5177
2026-01-02969.1786
2026-01-09969.4477
2026-01-16969.9619
2026-01-23973.1947
2026-01-30971.1752
2026-02-06971.8566
2026-02-13972.0694
2026-02-20971.5088
2026-02-27971.8107
2026-03-06972.1678
2026-03-13972.4087
2026-03-20972.2306
2026-03-27971.8156
2026-04-03973.0067
2026-04-10973.3634
2026-04-17977.7244
2026-04-24974.4075
2026-05-01974.1339
2026-05-08974.8017
2026-05-16974.1327
2026-05-24973.7979
2026-05-31973.6781
2026-06-09974.5549
2026-06-16975.3128
2026-06-23974.0770
2026-06-30975.1270
2026-07-07975.3801
2026-07-14976.4122
2026-07-21976.6109
2026-07-28979.0295
2026-08-04979.6730
2026-08-11979.0197
2026-08-18979.5109
2026-08-26979.6833
2026-09-02979.4976
2026-09-09979.5631
2026-09-16979.8713
2026-09-23979.5037

High

979.8713

Low

0.17040

Average

919.3930

For developers

Get this rate via the API

One GET request returns the AED/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=AED&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&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=AED&currencies=MNT").json()

Replace YOUR_API_KEY with the key from your dashboard.

AED/MNT API questions

How do I get the AED/MNT exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED&currencies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AED/MNT rate in rates.MNT.

How far back does AED/MNT historical data go?

Daily AED/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 AED/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.