AZN to MXN exchange rate API
Azerbaijanian Manat to Mexican Peso · quoted 2026-09-26
10.4008
▼ +7.38% over 5Y
1 AZN = 10.4008 MXN · 1 MXN = 0.09615 AZN · Get this rate via the API
1 AZN buys 10.4008 MXN as of 2026-09-26, so 1 MXN buys 0.09615 AZN. Over the last 5 years, AZN/MXN traded between 9.9693 and 12.3432, averaged 11.1051 and fell 7.38%. The API holds daily AZN/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/MXN over 5Y: show the values
| Point | AZN/MXN |
|---|---|
| 2024-08-24 | 11.2291 |
| 2024-10-01 | 11.8475 |
| 2024-10-31 | 12.0766 |
| 2024-11-30 | 11.9859 |
| 2024-12-30 | 12.2807 |
| 2025-01-29 | 12.3432 |
| 2025-02-28 | 12.2817 |
| 2025-03-30 | 12.1894 |
| 2025-04-29 | 11.7844 |
| 2025-05-29 | 11.6623 |
| 2025-06-28 | 11.0706 |
| 2025-07-28 | 11.2005 |
| 2025-08-27 | 11.2589 |
| 2025-09-26 | 11.1119 |
| 2025-10-26 | 10.8351 |
| 2025-11-25 | 10.8513 |
| 2025-12-26 | 10.5449 |
| 2026-01-25 | 10.2053 |
| 2026-02-24 | 10.1664 |
| 2026-03-26 | 10.4812 |
| 2026-04-25 | 10.1995 |
| 2026-05-27 | 10.1878 |
| 2026-06-28 | 10.2895 |
| 2026-07-28 | 10.2789 |
| 2026-08-28 | 9.9693 |
High
12.3432
Low
9.9693
Average
11.1051
Get this rate via the API
One GET request returns the AZN/MXN rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/MXN API questions
How do I get the AZN/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/MXN rate in rates.MXN.
How far back does AZN/MXN historical data go?
Daily AZN/MXN 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/MXN 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.