NZD to MXN exchange rate API
New Zealand Dollar to Mexican Peso · quoted 2026-09-24
9.9415
▼ +7.46% over 1Y
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 year, NZD/MXN traded between 9.8758 and 10.7424, averaged 10.2586 and fell 7.46%. 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 1Y: show the values
| Point | NZD/MXN |
|---|---|
| 2025-09-24 | 10.7424 |
| 2025-10-01 | 10.6092 |
| 2025-10-08 | 10.6219 |
| 2025-10-15 | 10.5618 |
| 2025-10-22 | 10.5643 |
| 2025-10-29 | 10.6682 |
| 2025-11-05 | 10.5324 |
| 2025-11-12 | 10.3580 |
| 2025-11-19 | 10.3125 |
| 2025-11-26 | 10.4263 |
| 2025-12-03 | 10.4951 |
| 2025-12-10 | 10.5234 |
| 2025-12-17 | 10.3886 |
| 2025-12-24 | 10.4478 |
| 2025-12-31 | 10.3621 |
| 2026-01-07 | 10.4005 |
| 2026-01-14 | 10.2211 |
| 2026-01-21 | 10.2490 |
| 2026-01-28 | 10.3436 |
| 2026-02-04 | 10.3973 |
| 2026-02-11 | 10.4049 |
| 2026-02-18 | 10.2742 |
| 2026-02-25 | 10.2438 |
| 2026-03-04 | 10.3901 |
| 2026-03-11 | 10.4442 |
| 2026-03-18 | 10.3194 |
| 2026-03-25 | 10.3376 |
| 2026-04-01 | 10.3068 |
| 2026-04-08 | 10.1569 |
| 2026-04-15 | 10.2042 |
| 2026-04-22 | 10.2289 |
| 2026-04-29 | 10.1932 |
| 2026-05-06 | 10.2986 |
| 2026-05-13 | 10.2169 |
| 2026-05-20 | 10.1543 |
| 2026-05-27 | 10.1924 |
| 2026-06-03 | 10.1964 |
| 2026-06-10 | 10.1458 |
| 2026-06-17 | 9.9983 |
| 2026-06-24 | 9.9426 |
| 2026-07-01 | 9.9452 |
| 2026-07-08 | 10.0119 |
| 2026-07-15 | 10.1392 |
| 2026-07-22 | 10.1370 |
| 2026-07-29 | 10.0904 |
| 2026-08-05 | 10.1050 |
| 2026-08-12 | 10.0114 |
| 2026-08-19 | 10.0167 |
| 2026-08-26 | 10.0892 |
| 2026-09-02 | 9.9071 |
| 2026-09-09 | 9.8954 |
| 2026-09-16 | 9.8758 |
| 2026-09-23 | 9.9256 |
High
10.7424
Low
9.8758
Average
10.2586
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NZD¤cies=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¤cies=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.