Skip to content

AZN to MDL exchange rate API

Azerbaijanian Manat to Moldovan Leu · quoted 2026-09-24

10.3460

▲ +4.77% over YTD

1 AZN = 10.3460 MDL · 1 MDL = 0.09666 AZN · Get this rate via the API

1 AZN buys 10.3460 MDL as of 2026-09-24, so 1 MDL buys 0.09666 AZN. Over the year to date, AZN/MDL traded between 9.8750 and 10.4087, averaged 10.1666 and rose 4.77%. The API holds daily AZN/MDL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/MDL over YTD

AZN/MDL over YTD: show the values
PointAZN/MDL
2025-12-319.8750
2026-01-079.9304
2026-01-149.9385
2026-01-2110.0255
2026-01-289.8934
2026-02-049.9257
2026-02-119.9598
2026-02-189.9972
2026-02-2510.0514
2026-03-0410.1780
2026-03-1110.1187
2026-03-1810.2312
2026-03-2510.2624
2026-04-0110.4087
2026-04-0810.2155
2026-04-1510.0674
2026-04-2210.1384
2026-04-2910.1679
2026-05-0610.1691
2026-05-1410.0871
2026-05-2110.2250
2026-05-2910.1723
2026-06-0510.1932
2026-06-1410.2308
2026-06-2110.3228
2026-06-2810.4037
2026-07-0510.3668
2026-07-1210.3268
2026-07-1910.3095
2026-07-2610.3416
2026-08-0210.2863
2026-08-0910.2131
2026-08-1610.1691
2026-08-2410.1406
2026-08-3110.1572
2026-09-0710.1340
2026-09-1410.1928
2026-09-2110.3249

High

10.4087

Low

9.8750

Average

10.1666

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/MDL API questions

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

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

How far back does AZN/MDL historical data go?

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