Skip to content

MXN to NZD exchange rate API

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

0.09983

▲ +40.41% over 5Y

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 5 years, MXN/NZD traded between 0.06836 and 0.10143, averaged 0.08897 and rose 40.41%. 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 5Y

MXN/NZD over 5Y: show the values
PointMXN/NZD
2021-09-270.07110
2021-11-080.06836
2021-12-200.07158
2022-01-310.07325
2022-03-140.07065
2022-04-270.07453
2022-06-080.07908
2022-07-200.07804
2022-08-310.08078
2022-10-120.08931
2022-11-230.08359
2023-01-050.08194
2023-02-160.08571
2023-03-300.08871
2023-05-160.09181
2023-06-270.09481
2023-08-080.09627
2023-09-190.09847
2023-10-310.09514
2023-12-120.09376
2024-01-260.09541
2024-03-080.09591
2024-04-230.09876
2024-06-050.09158
2024-07-170.09247
2024-08-270.08259
2024-10-010.08048
2024-10-310.08354
2024-11-300.08329
2024-12-300.08678
2025-01-290.08653
2025-02-280.08756
2025-03-300.08586
2025-04-290.08570
2025-05-290.08636
2025-06-280.08774
2025-07-280.08975
2025-08-270.09162
2025-09-260.09389
2025-10-260.09419
2025-11-250.09669
2025-12-250.09551
2026-01-240.09683
2026-02-230.09746
2026-03-250.09673
2026-04-240.09791
2026-05-240.09849
2026-06-230.10073
2026-07-230.09899
2026-08-220.09884
2026-09-210.10143

High

0.10143

Low

0.06836

Average

0.08897

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.