Skip to content

MXN to NZD exchange rate API

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

0.09983

▲ +3.44% over YTD

1 MXN = 0.09983 NZD · 1 NZD = 10.0171 MXN · Get this rate via the API

1 MXN buys 0.09983 NZD as of 2026-09-25, so 1 NZD buys 10.0171 MXN. Over the year to date, MXN/NZD traded between 0.09575 and 0.10126, averaged 0.09835 and rose 3.44%. The API holds daily MXN/NZD rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/NZD over YTD

MXN/NZD over YTD: show the values
PointMXN/NZD
2025-12-310.09650
2026-01-070.09615
2026-01-140.09784
2026-01-210.09757
2026-01-280.09668
2026-02-040.09618
2026-02-110.09611
2026-02-180.09733
2026-02-250.09762
2026-03-040.09624
2026-03-110.09575
2026-03-180.09690
2026-03-250.09673
2026-04-010.09702
2026-04-080.09846
2026-04-150.09800
2026-04-220.09776
2026-04-290.09810
2026-05-060.09710
2026-05-130.09788
2026-05-200.09848
2026-05-270.09811
2026-06-030.09807
2026-06-100.09856
2026-06-170.10002
2026-06-240.10058
2026-07-010.10055
2026-07-080.09988
2026-07-150.09863
2026-07-220.09865
2026-07-290.09910
2026-08-050.09896
2026-08-120.09989
2026-08-190.09983
2026-08-260.09911
2026-09-020.10094
2026-09-090.10106
2026-09-160.10126
2026-09-230.10075

High

0.10126

Low

0.09575

Average

0.09835

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MXN/NZD API questions

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

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

How far back does MXN/NZD historical data go?

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