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: show the values
| Point | MXN/NZD |
|---|---|
| 2025-09-25 | 0.09330 |
| 2025-10-02 | 0.09338 |
| 2025-10-09 | 0.09449 |
| 2025-10-16 | 0.09457 |
| 2025-10-23 | 0.09452 |
| 2025-10-30 | 0.09386 |
| 2025-11-06 | 0.09502 |
| 2025-11-13 | 0.09662 |
| 2025-11-20 | 0.09695 |
| 2025-11-27 | 0.09539 |
| 2025-12-04 | 0.09494 |
| 2025-12-11 | 0.09465 |
| 2025-12-18 | 0.09634 |
| 2025-12-25 | 0.09551 |
| 2026-01-01 | 0.09651 |
| 2026-01-08 | 0.09685 |
| 2026-01-15 | 0.09791 |
| 2026-01-22 | 0.09727 |
| 2026-01-29 | 0.09592 |
| 2026-02-05 | 0.09593 |
| 2026-02-12 | 0.09605 |
| 2026-02-19 | 0.09714 |
| 2026-02-26 | 0.09718 |
| 2026-03-05 | 0.09578 |
| 2026-03-12 | 0.09577 |
| 2026-03-19 | 0.09618 |
| 2026-03-26 | 0.09707 |
| 2026-04-02 | 0.09766 |
| 2026-04-09 | 0.09826 |
| 2026-04-16 | 0.09823 |
| 2026-04-23 | 0.09788 |
| 2026-04-30 | 0.09736 |
| 2026-05-07 | 0.09723 |
| 2026-05-14 | 0.09805 |
| 2026-05-21 | 0.09839 |
| 2026-05-28 | 0.09759 |
| 2026-06-04 | 0.09838 |
| 2026-06-11 | 0.09938 |
| 2026-06-18 | 0.09978 |
| 2026-06-25 | 0.10054 |
| 2026-07-02 | 0.10043 |
| 2026-07-09 | 0.09924 |
| 2026-07-16 | 0.09800 |
| 2026-07-23 | 0.09899 |
| 2026-07-30 | 0.09839 |
| 2026-08-06 | 0.09853 |
| 2026-08-13 | 0.10033 |
| 2026-08-20 | 0.09904 |
| 2026-08-27 | 0.09899 |
| 2026-09-03 | 0.10010 |
| 2026-09-10 | 0.10131 |
| 2026-09-17 | 0.10131 |
| 2026-09-24 | 0.10031 |
High
0.10131
Low
0.09330
Average
0.09738
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN¤cies=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¤cies=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.