Skip to content

MNT to AMD exchange rate API

Tugrik to Armenian Dram · quoted 2026-09-27

0.10110

▼ +4.93% over 1Y

1 MNT = 0.10110 AMD · 1 AMD = 9.8914 MNT · Get this rate via the API

1 MNT buys 0.10110 AMD as of 2026-09-27, so 1 AMD buys 9.8914 MNT. Over the last year, MNT/AMD traded between 0.10085 and 629.5538, averaged 40.1420 and fell 4.93%. The API holds daily MNT/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MNT/AMD over 1Y

MNT/AMD over 1Y: show the values
PointMNT/AMD
2025-09-270.10634
2025-10-040.10644
2025-10-110.10621
2025-10-180.10669
2025-10-25629.55382
2025-11-01551.58430
2025-11-08484.38260
2025-11-15456.88255
2025-11-220.10710
2025-11-290.10706
2025-12-060.10764
2025-12-140.10851
2025-12-210.10830
2025-12-280.10811
2026-01-040.10806
2026-01-110.10797
2026-01-180.10666
2026-01-250.10733
2026-02-010.10738
2026-02-080.10587
2026-02-150.10679
2026-02-220.10566
2026-03-010.10569
2026-03-080.10580
2026-03-150.10575
2026-03-220.10583
2026-03-290.10565
2026-04-050.10559
2026-04-120.10491
2026-04-190.10482
2026-04-260.10334
2026-05-030.10359
2026-05-100.10283
2026-05-180.10325
2026-05-260.10283
2026-06-020.10296
2026-06-110.10293
2026-06-180.10284
2026-06-250.10250
2026-07-020.10272
2026-07-090.10216
2026-07-160.10190
2026-07-230.10191
2026-07-300.10165
2026-08-060.10160
2026-08-130.10175
2026-08-210.10131
2026-08-280.10108
2026-09-040.10104
2026-09-110.10121
2026-09-180.10085
2026-09-250.10093

High

629.5538

Low

0.10085

Average

40.1420

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MNT&currencies=AMD").json()

Replace YOUR_API_KEY with the key from your dashboard.

MNT/AMD API questions

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

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

How far back does MNT/AMD historical data go?

Daily MNT/AMD 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 MNT/AMD 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.