Skip to content

MXN to AZN exchange rate API

Mexican Peso to Azerbaijanian Manat · quoted 2026-09-26

0.09615

▲ +1.65% over YTD

1 MXN = 0.09615 AZN · 1 AZN = 10.4008 MXN · Get this rate via the API

1 MXN buys 0.09615 AZN as of 2026-09-26, so 1 AZN buys 10.4008 MXN. Over the year to date, MXN/AZN traded between 0.09454 and 0.10056, averaged 0.09787 and rose 1.65%. The API holds daily MXN/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MXN/AZN over YTD

MXN/AZN over YTD: show the values
PointMXN/AZN
2025-12-310.09459
2026-01-070.09454
2026-01-140.09545
2026-01-210.09726
2026-01-280.09910
2026-02-040.09859
2026-02-110.09896
2026-02-180.09934
2026-02-250.09914
2026-03-040.09688
2026-03-110.09632
2026-03-180.09589
2026-03-250.09569
2026-04-010.09522
2026-04-080.09770
2026-04-150.09834
2026-04-220.09808
2026-04-290.09774
2026-05-060.09813
2026-05-140.09885
2026-05-210.09798
2026-05-290.09804
2026-06-050.09843
2026-06-140.09903
2026-06-210.09815
2026-06-280.09719
2026-07-050.09730
2026-07-120.09715
2026-07-190.09699
2026-07-260.09738
2026-08-020.09812
2026-08-090.09924
2026-08-160.09998
2026-08-240.10042
2026-08-310.10056
2026-09-070.10052
2026-09-140.09958
2026-09-210.09888

High

0.10056

Low

0.09454

Average

0.09787

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MXN/AZN API questions

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

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

How far back does MXN/AZN historical data go?

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