AMD to MNT exchange rate API
Armenian Dram to Tugrik · quoted 2026-09-27
9.8913
▼ +0.01% over 30D
1 AMD = 9.8913 MNT · 1 MNT = 0.10110 AMD · Get this rate via the API
1 AMD buys 9.8913 MNT as of 2026-09-27, so 1 MNT buys 0.10110 AMD. Over the last 30 days, AMD/MNT traded between 9.8166 and 9.9243, averaged 9.8889 and fell 0.01%. The API holds daily AMD/MNT rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AMD/MNT over 30D: show the values
| Point | AMD/MNT |
|---|---|
| 2026-08-28 | 9.8927 |
| 2026-08-29 | 9.8581 |
| 2026-08-30 | 9.8543 |
| 2026-08-31 | 9.8166 |
| 2026-09-01 | 9.8796 |
| 2026-09-02 | 9.8834 |
| 2026-09-03 | 9.8776 |
| 2026-09-04 | 9.8971 |
| 2026-09-05 | 9.8617 |
| 2026-09-06 | 9.8669 |
| 2026-09-07 | 9.8917 |
| 2026-09-08 | 9.8881 |
| 2026-09-09 | 9.9114 |
| 2026-09-10 | 9.8908 |
| 2026-09-11 | 9.8799 |
| 2026-09-12 | 9.9101 |
| 2026-09-13 | 9.8990 |
| 2026-09-14 | 9.9078 |
| 2026-09-15 | 9.9133 |
| 2026-09-16 | 9.8938 |
| 2026-09-17 | 9.8659 |
| 2026-09-18 | 9.9161 |
| 2026-09-19 | 9.9005 |
| 2026-09-20 | 9.8934 |
| 2026-09-21 | 9.9243 |
| 2026-09-22 | 9.8974 |
| 2026-09-23 | 9.8956 |
| 2026-09-24 | 9.8921 |
| 2026-09-25 | 9.9078 |
| 2026-09-26 | 9.8948 |
| 2026-09-27 | 9.8913 |
High
9.9243
Low
9.8166
Average
9.8889
Get this rate via the API
One GET request returns the AMD/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=AMD¤cies=MNT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AMD¤cies=MNT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AMD¤cies=MNT").json()Replace YOUR_API_KEY with the key from your dashboard.
AMD/MNT API questions
How do I get the AMD/MNT exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AMD¤cies=MNT, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AMD/MNT rate in rates.MNT.
How far back does AMD/MNT historical data go?
Daily AMD/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 AMD/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.