Skip to content

CNY to MXN exchange rate API

Yuan Renminbi to Mexican Peso · quoted 2026-09-24

2.6096

▲ +1.07% over 1Y

1 CNY = 2.6096 MXN · 1 MXN = 0.38320 CNY · Get this rate via the API

1 CNY buys 2.6096 MXN as of 2026-09-24, so 1 MXN buys 0.38320 CNY. Over the last year, CNY/MXN traded between 2.4696 and 2.6167, averaged 2.5564 and rose 1.07%. The API holds daily CNY/MXN rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

CNY/MXN over 1Y

CNY/MXN over 1Y: show the values
PointCNY/MXN
2025-09-242.5821
2025-10-012.5654
2025-10-082.5830
2025-10-152.5899
2025-10-222.5823
2025-10-292.5982
2025-11-052.6167
2025-11-122.5690
2025-11-192.5775
2025-11-262.5945
2025-12-032.5839
2025-12-102.5777
2025-12-172.5533
2025-12-242.5522
2025-12-312.5672
2026-01-072.5720
2026-01-142.5542
2026-01-212.5098
2026-01-282.4696
2026-02-042.4839
2026-02-112.4813
2026-02-182.4771
2026-02-252.4963
2026-03-042.5442
2026-03-112.5705
2026-03-182.5746
2026-03-252.5749
2026-04-012.5973
2026-04-082.5479
2026-04-152.5370
2026-04-222.5378
2026-04-292.5461
2026-05-062.5341
2026-05-132.5363
2026-05-202.5531
2026-05-272.5537
2026-06-032.5543
2026-06-102.5777
2026-06-172.5461
2026-06-242.5870
2026-07-012.5806
2026-07-082.5845
2026-07-152.5730
2026-07-222.5725
2026-07-292.5827
2026-08-052.5499
2026-08-122.5302
2026-08-192.5283
2026-08-262.5193
2026-09-022.5293
2026-09-092.5198
2026-09-162.5552
2026-09-232.6000

High

2.6167

Low

2.4696

Average

2.5564

For developers

Get this rate via the API

One GET request returns the CNY/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=CNY&currencies=MXN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&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=CNY&currencies=MXN").json()

Replace YOUR_API_KEY with the key from your dashboard.

CNY/MXN API questions

How do I get the CNY/MXN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY&currencies=MXN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CNY/MXN rate in rates.MXN.

How far back does CNY/MXN historical data go?

Daily CNY/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 CNY/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.