Skip to content

MXN to NZD exchange rate API

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

0.09983

▲ +7.00% over 1Y

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 last year, MXN/NZD traded between 0.09330 and 0.10131, averaged 0.09738 and rose 7.00%. 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 1Y

MXN/NZD over 1Y: show the values
PointMXN/NZD
2025-09-250.09330
2025-10-020.09338
2025-10-090.09449
2025-10-160.09457
2025-10-230.09452
2025-10-300.09386
2025-11-060.09502
2025-11-130.09662
2025-11-200.09695
2025-11-270.09539
2025-12-040.09494
2025-12-110.09465
2025-12-180.09634
2025-12-250.09551
2026-01-010.09651
2026-01-080.09685
2026-01-150.09791
2026-01-220.09727
2026-01-290.09592
2026-02-050.09593
2026-02-120.09605
2026-02-190.09714
2026-02-260.09718
2026-03-050.09578
2026-03-120.09577
2026-03-190.09618
2026-03-260.09707
2026-04-020.09766
2026-04-090.09826
2026-04-160.09823
2026-04-230.09788
2026-04-300.09736
2026-05-070.09723
2026-05-140.09805
2026-05-210.09839
2026-05-280.09759
2026-06-040.09838
2026-06-110.09938
2026-06-180.09978
2026-06-250.10054
2026-07-020.10043
2026-07-090.09924
2026-07-160.09800
2026-07-230.09899
2026-07-300.09839
2026-08-060.09853
2026-08-130.10033
2026-08-200.09904
2026-08-270.09899
2026-09-030.10010
2026-09-100.10131
2026-09-170.10131
2026-09-240.10031

High

0.10131

Low

0.09330

Average

0.09738

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.