Skip to content

CNY to BRL exchange rate API

Yuan Renminbi to Brazilian Real · quoted 2026-09-25

0.77340

▲ +3.59% over 1Y

1 CNY = 0.77340 BRL · 1 BRL = 1.2930 CNY · Get this rate via the API

1 CNY buys 0.77340 BRL as of 2026-09-25, so 1 BRL buys 1.2930 CNY. Over the last year, CNY/BRL traded between 0.72285 and 0.78833, averaged 0.75623 and rose 3.59%. The API holds daily CNY/BRL rates from 2008-01-02 — 18 years of history — so any past day, or a whole series, is one request away.

CNY/BRL over 1Y

CNY/BRL over 1Y: show the values
PointCNY/BRL
2025-09-250.74659
2025-10-020.74617
2025-10-090.74823
2025-10-160.76454
2025-10-230.75592
2025-10-300.75804
2025-11-060.74982
2025-11-130.74449
2025-11-200.74940
2025-11-270.75496
2025-12-040.75022
2025-12-110.77153
2025-12-180.78786
2025-12-250.78784
2026-01-010.78833
2026-01-080.77056
2026-01-150.77242
2026-01-220.76193
2026-01-290.74593
2026-02-050.75803
2026-02-120.75004
2026-02-190.75765
2026-02-260.74924
2026-03-050.76052
2026-03-120.75151
2026-03-190.76788
2026-03-260.75780
2026-04-020.75124
2026-04-090.74608
2026-04-160.73127
2026-04-230.72611
2026-04-300.72947
2026-05-070.72285
2026-05-140.73646
2026-05-210.73681
2026-05-280.74818
2026-06-040.74765
2026-06-120.75525
2026-06-190.76230
2026-06-260.76136
2026-07-030.76624
2026-07-100.75556
2026-07-170.75482
2026-07-240.75053
2026-07-310.74923
2026-08-070.75579
2026-08-140.76783
2026-08-210.76971
2026-08-280.76837
2026-09-040.76166
2026-09-110.76186
2026-09-180.76682
2026-09-250.77192

High

0.78833

Low

0.72285

Average

0.75623

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CNY/BRL API questions

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

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

How far back does CNY/BRL historical data go?

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