Skip to content

MXN to CNY exchange rate API

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

0.37973

▼ +1.69% over 1Y

1 MXN = 0.37973 CNY · 1 CNY = 2.6335 MXN · Get this rate via the API

1 MXN buys 0.37973 CNY as of 2026-09-25, so 1 CNY buys 2.6335 MXN. Over the last year, MXN/CNY traded between 0.37973 and 0.40501, averaged 0.39051 and fell 1.69%. The API holds daily MXN/CNY rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

MXN/CNY over 1Y

MXN/CNY over 1Y: show the values
PointMXN/CNY
2025-09-250.38626
2025-10-020.38755
2025-10-090.38883
2025-10-160.38654
2025-10-230.38678
2025-10-300.38250
2025-11-060.38333
2025-11-130.38845
2025-11-200.38722
2025-11-270.38609
2025-12-040.38704
2025-12-110.38828
2025-12-180.39114
2025-12-250.39105
2026-01-010.38844
2026-01-080.38866
2026-01-150.39167
2026-01-220.39896
2026-01-290.40501
2026-02-050.39914
2026-02-120.40182
2026-02-190.39981
2026-02-260.39829
2026-03-050.39136
2026-03-120.38780
2026-03-190.38511
2026-03-260.38782
2026-04-020.38450
2026-04-090.39199
2026-04-160.39499
2026-04-230.39391
2026-04-300.38986
2026-05-070.39540
2026-05-140.39452
2026-05-210.39203
2026-05-280.38991
2026-06-040.39194
2026-06-110.38968
2026-06-180.38936
2026-06-250.38541
2026-07-020.38664
2026-07-090.38723
2026-07-160.38831
2026-07-230.38776
2026-07-300.38822
2026-08-060.39122
2026-08-130.39541
2026-08-200.39572
2026-08-270.39594
2026-09-030.39496
2026-09-100.39580
2026-09-170.39024
2026-09-240.38174

High

0.40501

Low

0.37973

Average

0.39051

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MXN&currencies=CNY").json()

Replace YOUR_API_KEY with the key from your dashboard.

MXN/CNY API questions

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

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

How far back does MXN/CNY historical data go?

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