Skip to content

AZN to MXN exchange rate API

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

10.4008

▼ +6.40% over 1Y

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 year, AZN/MXN traded between 9.9668 and 11.1119, averaged 10.4010 and fell 6.40%. 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 1Y

AZN/MXN over 1Y: show the values
PointAZN/MXN
2025-09-2611.1119
2025-10-0311.0655
2025-10-1011.0461
2025-10-1710.8298
2025-10-2410.8265
2025-10-3110.9020
2025-11-0710.9185
2025-11-1410.8081
2025-11-2110.8538
2025-11-2810.7907
2025-12-0510.7045
2025-12-1310.5905
2025-12-2010.6094
2025-12-2710.5323
2026-01-0310.5294
2026-01-1010.5735
2026-01-1710.3665
2026-01-2410.2042
2026-01-3110.2748
2026-02-0710.1550
2026-02-1410.0970
2026-02-2110.0779
2026-02-2810.1245
2026-03-0710.4662
2026-03-1410.5603
2026-03-2110.5286
2026-03-2810.6346
2026-04-0410.5206
2026-04-1110.1538
2026-04-1810.1593
2026-04-2510.1995
2026-05-0210.2450
2026-05-0910.0809
2026-05-1710.1871
2026-05-2510.1577
2026-06-0110.1925
2026-06-1010.2817
2026-06-1710.1238
2026-06-2410.3645
2026-07-0110.3141
2026-07-0810.3384
2026-07-1510.2531
2026-07-2210.2491
2026-07-2910.2797
2026-08-0510.1247
2026-08-1210.0361
2026-08-209.9947
2026-08-279.9844
2026-09-0310.0069
2026-09-109.9668
2026-09-1710.1107
2026-09-2410.3434

High

11.1119

Low

9.9668

Average

10.4010

For developers

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