Skip to content

MDL to AMD exchange rate API

Moldovan Leu to Armenian Dram · quoted 2026-09-27

20.5358

▼ +10.34% over 1Y

1 MDL = 20.5358 AMD · 1 AMD = 0.04870 MDL · Get this rate via the API

1 MDL buys 20.5358 AMD as of 2026-09-27, so 1 AMD buys 0.04870 MDL. Over the last year, MDL/AMD traded between 20.5358 and 22.9256, averaged 21.7854 and fell 10.34%. The API holds daily MDL/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MDL/AMD over 1Y

MDL/AMD over 1Y: show the values
PointMDL/AMD
2025-09-2722.9033
2025-10-0422.8780
2025-10-1122.5394
2025-10-1822.7200
2025-10-2522.5958
2025-11-0122.4681
2025-11-0822.4345
2025-11-1522.5418
2025-11-2222.3206
2025-11-2922.3959
2025-12-0622.4420
2025-12-1422.7552
2025-12-2122.7653
2025-12-2822.9256
2026-01-0422.8537
2026-01-1122.7841
2026-01-1822.2528
2026-01-2522.4854
2026-02-0122.8003
2026-02-0822.2367
2026-02-1522.4830
2026-02-2222.0259
2026-03-0122.0512
2026-03-0821.8471
2026-03-1521.7725
2026-03-2221.5895
2026-03-2921.4799
2026-04-0521.4364
2026-04-1221.8275
2026-04-1921.7657
2026-04-2621.3836
2026-05-0321.5151
2026-05-1021.5937
2026-05-1821.3169
2026-05-2621.2275
2026-06-0221.3445
2026-06-1121.1714
2026-06-1821.1276
2026-06-2520.7837
2026-07-0220.8046
2026-07-0920.8609
2026-07-1620.8967
2026-07-2320.8126
2026-07-3020.7428
2026-08-0621.0783
2026-08-1321.1175
2026-08-2121.2135
2026-08-2821.2731
2026-09-0421.0568
2026-09-1121.0644
2026-09-1820.6790
2026-09-2520.6474

High

22.9256

Low

20.5358

Average

21.7854

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MDL/AMD API questions

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

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

How far back does MDL/AMD historical data go?

Daily MDL/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 MDL/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.