Skip to content

AMD to MNT exchange rate API

Armenian Dram to Tugrik · quoted 2026-09-27

9.8913

▲ +5.18% over 1Y

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 year, AMD/MNT traded between 0.001588 and 9.9161, averaged 8.8522 and rose 5.18%. 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 1Y

AMD/MNT over 1Y: show the values
PointAMD/MNT
2025-09-279.4041
2025-10-049.3950
2025-10-119.4155
2025-10-189.3724
2025-10-250.0016
2025-11-010.0018
2025-11-080.0021
2025-11-150.0022
2025-11-229.3368
2025-11-299.3404
2025-12-069.2900
2025-12-149.2162
2025-12-219.2334
2025-12-289.2496
2026-01-049.2544
2026-01-119.2620
2026-01-189.3759
2026-01-259.3173
2026-02-019.3127
2026-02-089.4452
2026-02-159.3642
2026-02-229.4643
2026-03-019.4615
2026-03-089.4515
2026-03-159.4563
2026-03-229.4492
2026-03-299.4647
2026-04-059.4708
2026-04-129.5316
2026-04-199.5400
2026-04-269.6768
2026-05-039.6531
2026-05-109.7247
2026-05-189.6849
2026-05-269.7245
2026-06-029.7121
2026-06-119.7151
2026-06-189.7241
2026-06-259.7561
2026-07-029.7350
2026-07-099.7884
2026-07-169.8135
2026-07-239.8127
2026-07-309.8373
2026-08-069.8424
2026-08-139.8279
2026-08-219.8708
2026-08-289.8927
2026-09-049.8971
2026-09-119.8799
2026-09-189.9161
2026-09-259.9078

High

9.9161

Low

0.001588

Average

8.8522

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.