Skip to content

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

AMD/MNT over 30D: show the values
PointAMD/MNT
2026-08-289.8927
2026-08-299.8581
2026-08-309.8543
2026-08-319.8166
2026-09-019.8796
2026-09-029.8834
2026-09-039.8776
2026-09-049.8971
2026-09-059.8617
2026-09-069.8669
2026-09-079.8917
2026-09-089.8881
2026-09-099.9114
2026-09-109.8908
2026-09-119.8799
2026-09-129.9101
2026-09-139.8990
2026-09-149.9078
2026-09-159.9133
2026-09-169.8938
2026-09-179.8659
2026-09-189.9161
2026-09-199.9005
2026-09-209.8934
2026-09-219.9243
2026-09-229.8974
2026-09-239.8956
2026-09-249.8921
2026-09-259.9078
2026-09-269.8948
2026-09-279.8913

High

9.9243

Low

9.8166

Average

9.8889

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AMD&currencies=MNT"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AMD&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=AMD&currencies=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&currencies=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.