Skip to content

NZD to MXN exchange rate API

New Zealand Dollar to Mexican Peso · quoted 2026-09-24

9.9415

▼ +29.32% over 5Y

1 NZD = 9.9415 MXN · 1 MXN = 0.10059 NZD · Get this rate via the API

1 NZD buys 9.9415 MXN as of 2026-09-24, so 1 MXN buys 0.10059 NZD. Over the last 5 years, NZD/MXN traded between 9.8594 and 14.6272, averaged 11.3583 and fell 29.32%. The API holds daily NZD/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

NZD/MXN over 5Y

NZD/MXN over 5Y: show the values
PointNZD/MXN
2021-09-2714.0652
2021-11-0814.6272
2021-12-2013.9711
2022-01-3113.6522
2022-03-1414.1544
2022-04-2713.4172
2022-06-0812.6447
2022-07-2012.8138
2022-08-3112.3786
2022-10-1211.1974
2022-11-2311.9638
2023-01-0512.2037
2023-02-1611.6668
2023-03-3011.2727
2023-05-1610.8918
2023-06-2710.5469
2023-08-0810.3873
2023-09-1910.1548
2023-10-3110.5109
2023-12-1210.6652
2024-01-2610.4816
2024-03-0810.4267
2024-04-2310.1253
2024-06-0510.9188
2024-07-1710.8142
2024-08-2712.1075
2024-10-0112.4249
2024-10-3111.9697
2024-11-3012.0056
2024-12-3011.5239
2025-01-2911.5569
2025-02-2811.4210
2025-03-3011.6466
2025-04-2911.6690
2025-05-2911.5790
2025-06-2811.3974
2025-07-2811.1427
2025-08-2710.9142
2025-09-2610.6508
2025-10-2610.6165
2025-11-2510.3423
2025-12-2510.4701
2026-01-2410.3276
2026-02-2310.2607
2026-03-2510.3376
2026-04-2410.2135
2026-05-2410.1530
2026-06-239.9278
2026-07-2310.1023
2026-08-2210.1174
2026-09-219.8594

High

14.6272

Low

9.8594

Average

11.3583

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

NZD/MXN API questions

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

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

How far back does NZD/MXN historical data go?

Daily NZD/MXN rates are available from 2008-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free NZD/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.