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: show the values
| Point | CNY/BRL |
|---|---|
| 2025-09-25 | 0.74659 |
| 2025-10-02 | 0.74617 |
| 2025-10-09 | 0.74823 |
| 2025-10-16 | 0.76454 |
| 2025-10-23 | 0.75592 |
| 2025-10-30 | 0.75804 |
| 2025-11-06 | 0.74982 |
| 2025-11-13 | 0.74449 |
| 2025-11-20 | 0.74940 |
| 2025-11-27 | 0.75496 |
| 2025-12-04 | 0.75022 |
| 2025-12-11 | 0.77153 |
| 2025-12-18 | 0.78786 |
| 2025-12-25 | 0.78784 |
| 2026-01-01 | 0.78833 |
| 2026-01-08 | 0.77056 |
| 2026-01-15 | 0.77242 |
| 2026-01-22 | 0.76193 |
| 2026-01-29 | 0.74593 |
| 2026-02-05 | 0.75803 |
| 2026-02-12 | 0.75004 |
| 2026-02-19 | 0.75765 |
| 2026-02-26 | 0.74924 |
| 2026-03-05 | 0.76052 |
| 2026-03-12 | 0.75151 |
| 2026-03-19 | 0.76788 |
| 2026-03-26 | 0.75780 |
| 2026-04-02 | 0.75124 |
| 2026-04-09 | 0.74608 |
| 2026-04-16 | 0.73127 |
| 2026-04-23 | 0.72611 |
| 2026-04-30 | 0.72947 |
| 2026-05-07 | 0.72285 |
| 2026-05-14 | 0.73646 |
| 2026-05-21 | 0.73681 |
| 2026-05-28 | 0.74818 |
| 2026-06-04 | 0.74765 |
| 2026-06-12 | 0.75525 |
| 2026-06-19 | 0.76230 |
| 2026-06-26 | 0.76136 |
| 2026-07-03 | 0.76624 |
| 2026-07-10 | 0.75556 |
| 2026-07-17 | 0.75482 |
| 2026-07-24 | 0.75053 |
| 2026-07-31 | 0.74923 |
| 2026-08-07 | 0.75579 |
| 2026-08-14 | 0.76783 |
| 2026-08-21 | 0.76971 |
| 2026-08-28 | 0.76837 |
| 2026-09-04 | 0.76166 |
| 2026-09-11 | 0.76186 |
| 2026-09-18 | 0.76682 |
| 2026-09-25 | 0.77192 |
High
0.78833
Low
0.72285
Average
0.75623
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=BRL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=BRL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CNY¤cies=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¤cies=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.