Skip to content

MAD to AZN exchange rate API

Moroccan Dirham to Azerbaijanian Manat · quoted 2026-09-26

0.17697

▼ +4.95% over YTD

1 MAD = 0.17697 AZN · 1 AZN = 5.6506 MAD · Get this rate via the API

1 MAD buys 0.17697 AZN as of 2026-09-26, so 1 AZN buys 5.6506 MAD. Over the year to date, MAD/AZN traded between 0.17697 and 0.18777, averaged 0.18316 and fell 4.95%. The API holds daily MAD/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MAD/AZN over YTD

MAD/AZN over YTD: show the values
PointMAD/AZN
2025-12-310.18619
2026-01-070.18458
2026-01-140.18428
2026-01-210.18502
2026-01-280.18777
2026-02-040.18537
2026-02-110.18626
2026-02-180.18583
2026-02-250.18521
2026-03-040.18286
2026-03-110.18168
2026-03-180.18132
2026-03-250.18225
2026-04-010.18212
2026-04-080.18251
2026-04-150.18412
2026-04-220.18354
2026-04-290.18368
2026-05-060.18392
2026-05-140.18506
2026-05-210.18403
2026-05-290.18513
2026-06-050.18426
2026-06-140.18363
2026-06-210.18271
2026-06-280.18124
2026-07-050.18152
2026-07-120.18198
2026-07-190.18215
2026-07-260.18146
2026-08-020.18224
2026-08-090.18255
2026-08-160.18318
2026-08-240.18371
2026-08-310.18392
2026-09-070.18106
2026-09-140.17984
2026-09-210.17828

High

0.18777

Low

0.17697

Average

0.18316

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

MAD/AZN API questions

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

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

How far back does MAD/AZN historical data go?

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