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: show the values
| Point | AED/MNT |
|---|---|
| 2025-09-25 | 979.1076 |
| 2025-10-02 | 979.0594 |
| 2025-10-09 | 979.1182 |
| 2025-10-16 | 979.4936 |
| 2025-10-23 | 978.7368 |
| 2025-10-30 | 0.1704 |
| 2025-11-06 | 0.2243 |
| 2025-11-13 | 0.2135 |
| 2025-11-20 | 972.3456 |
| 2025-11-27 | 970.0869 |
| 2025-12-04 | 967.0665 |
| 2025-12-12 | 966.2684 |
| 2025-12-19 | 967.1420 |
| 2025-12-26 | 968.5177 |
| 2026-01-02 | 969.1786 |
| 2026-01-09 | 969.4477 |
| 2026-01-16 | 969.9619 |
| 2026-01-23 | 973.1947 |
| 2026-01-30 | 971.1752 |
| 2026-02-06 | 971.8566 |
| 2026-02-13 | 972.0694 |
| 2026-02-20 | 971.5088 |
| 2026-02-27 | 971.8107 |
| 2026-03-06 | 972.1678 |
| 2026-03-13 | 972.4087 |
| 2026-03-20 | 972.2306 |
| 2026-03-27 | 971.8156 |
| 2026-04-03 | 973.0067 |
| 2026-04-10 | 973.3634 |
| 2026-04-17 | 977.7244 |
| 2026-04-24 | 974.4075 |
| 2026-05-01 | 974.1339 |
| 2026-05-08 | 974.8017 |
| 2026-05-16 | 974.1327 |
| 2026-05-24 | 973.7979 |
| 2026-05-31 | 973.6781 |
| 2026-06-09 | 974.5549 |
| 2026-06-16 | 975.3128 |
| 2026-06-23 | 974.0770 |
| 2026-06-30 | 975.1270 |
| 2026-07-07 | 975.3801 |
| 2026-07-14 | 976.4122 |
| 2026-07-21 | 976.6109 |
| 2026-07-28 | 979.0295 |
| 2026-08-04 | 979.6730 |
| 2026-08-11 | 979.0197 |
| 2026-08-18 | 979.5109 |
| 2026-08-26 | 979.6833 |
| 2026-09-02 | 979.4976 |
| 2026-09-09 | 979.5631 |
| 2026-09-16 | 979.8713 |
| 2026-09-23 | 979.5037 |
High
979.8713
Low
0.17040
Average
919.3930
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AED¤cies=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¤cies=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.