NIO to MXN exchange rate API
Cordoba Oro to Mexican Peso · quoted 2026-09-27
0.48252
▼ +3.51% over 1Y
1 NIO = 0.48252 MXN · 1 MXN = 2.0725 NIO · Get this rate via the API
1 NIO buys 0.48252 MXN as of 2026-09-27, so 1 MXN buys 2.0725 NIO. Over the last year, NIO/MXN traded between 0.45892 and 0.50813, averaged 0.48094 and fell 3.51%. The API holds daily NIO/MXN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
NIO/MXN over 1Y: show the values
| Point | NIO/MXN |
|---|---|
| 2025-09-27 | 0.50008 |
| 2025-10-04 | 0.50213 |
| 2025-10-11 | 0.50813 |
| 2025-10-18 | 0.49937 |
| 2025-10-25 | 0.50439 |
| 2025-11-01 | 0.50553 |
| 2025-11-08 | 0.50147 |
| 2025-11-15 | 0.49789 |
| 2025-11-22 | 0.50377 |
| 2025-11-29 | 0.49784 |
| 2025-12-06 | 0.49456 |
| 2025-12-14 | 0.49064 |
| 2025-12-21 | 0.49049 |
| 2025-12-28 | 0.48746 |
| 2026-01-04 | 0.48874 |
| 2026-01-11 | 0.48895 |
| 2026-01-18 | 0.48015 |
| 2026-01-25 | 0.47210 |
| 2026-02-01 | 0.47516 |
| 2026-02-08 | 0.46995 |
| 2026-02-15 | 0.46719 |
| 2026-02-22 | 0.46623 |
| 2026-03-01 | 0.47045 |
| 2026-03-08 | 0.48818 |
| 2026-03-15 | 0.48813 |
| 2026-03-22 | 0.48930 |
| 2026-03-29 | 0.49342 |
| 2026-04-05 | 0.48705 |
| 2026-04-12 | 0.47313 |
| 2026-04-19 | 0.47035 |
| 2026-04-26 | 0.47341 |
| 2026-05-03 | 0.47522 |
| 2026-05-10 | 0.46862 |
| 2026-05-18 | 0.46896 |
| 2026-05-26 | 0.47037 |
| 2026-06-02 | 0.47009 |
| 2026-06-11 | 0.47328 |
| 2026-06-18 | 0.47252 |
| 2026-06-25 | 0.47980 |
| 2026-07-02 | 0.47968 |
| 2026-07-09 | 0.47728 |
| 2026-07-16 | 0.47474 |
| 2026-07-23 | 0.47477 |
| 2026-07-30 | 0.47338 |
| 2026-08-06 | 0.46917 |
| 2026-08-13 | 0.46332 |
| 2026-08-21 | 0.45892 |
| 2026-08-28 | 0.46100 |
| 2026-09-04 | 0.45935 |
| 2026-09-11 | 0.46196 |
| 2026-09-18 | 0.46843 |
| 2026-09-25 | 0.48100 |
High
0.50813
Low
0.45892
Average
0.48094
Get this rate via the API
One GET request returns the NIO/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=NIO¤cies=MXN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=MXN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=MXN").json()Replace YOUR_API_KEY with the key from your dashboard.
NIO/MXN API questions
How do I get the NIO/MXN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO¤cies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest NIO/MXN rate in rates.MXN.
How far back does NIO/MXN historical data go?
Daily NIO/MXN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free NIO/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.