Skip to content

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

NIO/MXN over 1Y: show the values
PointNIO/MXN
2025-09-270.50008
2025-10-040.50213
2025-10-110.50813
2025-10-180.49937
2025-10-250.50439
2025-11-010.50553
2025-11-080.50147
2025-11-150.49789
2025-11-220.50377
2025-11-290.49784
2025-12-060.49456
2025-12-140.49064
2025-12-210.49049
2025-12-280.48746
2026-01-040.48874
2026-01-110.48895
2026-01-180.48015
2026-01-250.47210
2026-02-010.47516
2026-02-080.46995
2026-02-150.46719
2026-02-220.46623
2026-03-010.47045
2026-03-080.48818
2026-03-150.48813
2026-03-220.48930
2026-03-290.49342
2026-04-050.48705
2026-04-120.47313
2026-04-190.47035
2026-04-260.47341
2026-05-030.47522
2026-05-100.46862
2026-05-180.46896
2026-05-260.47037
2026-06-020.47009
2026-06-110.47328
2026-06-180.47252
2026-06-250.47980
2026-07-020.47968
2026-07-090.47728
2026-07-160.47474
2026-07-230.47477
2026-07-300.47338
2026-08-060.46917
2026-08-130.46332
2026-08-210.45892
2026-08-280.46100
2026-09-040.45935
2026-09-110.46196
2026-09-180.46843
2026-09-250.48100

High

0.50813

Low

0.45892

Average

0.48094

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=MXN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=NIO&currencies=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&currencies=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.