USD to CNY exchange rate API
US Dollar to Yuan Renminbi · quoted 2026-09-26
6.7130
▲ +3.86% over 5Y
1 USD = 6.7130 CNY · 1 CNY = 0.14897 USD · Get this rate via the API
1 USD buys 6.7130 CNY as of 2026-09-26, so 1 CNY buys 0.14897 USD. Over the last 5 years, USD/CNY traded between 6.3610 and 7.3158, averaged 6.9791 and rose 3.86%. The API holds daily USD/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
USD/CNY over 5Y: show the values
| Point | USD/CNY |
|---|---|
| 2021-09-27 | 6.4634 |
| 2021-11-08 | 6.3950 |
| 2021-12-20 | 6.3765 |
| 2022-01-31 | 6.3610 |
| 2022-03-14 | 6.3630 |
| 2022-04-27 | 6.5555 |
| 2022-06-08 | 6.6845 |
| 2022-07-20 | 6.7548 |
| 2022-08-31 | 6.8947 |
| 2022-10-12 | 7.1711 |
| 2022-11-23 | 7.1653 |
| 2023-01-05 | 6.8732 |
| 2023-02-16 | 6.8552 |
| 2023-03-30 | 6.8802 |
| 2023-05-16 | 6.9656 |
| 2023-06-27 | 7.2118 |
| 2023-08-08 | 7.2140 |
| 2023-09-19 | 7.2912 |
| 2023-10-31 | 7.3158 |
| 2023-12-12 | 7.1684 |
| 2024-01-26 | 7.1745 |
| 2024-03-08 | 7.1894 |
| 2024-04-23 | 7.2469 |
| 2024-06-05 | 7.2475 |
| 2024-07-17 | 7.2592 |
| 2024-08-27 | 7.1266 |
| 2024-10-01 | 6.9027 |
| 2024-10-31 | 7.1160 |
| 2024-11-30 | 7.2423 |
| 2024-12-30 | 7.2993 |
| 2025-01-29 | 7.2513 |
| 2025-02-28 | 7.2790 |
| 2025-03-30 | 7.1862 |
| 2025-04-29 | 7.2729 |
| 2025-05-29 | 7.1885 |
| 2025-06-28 | 7.1714 |
| 2025-07-28 | 7.1739 |
| 2025-08-27 | 7.1618 |
| 2025-09-26 | 7.1374 |
| 2025-10-26 | 7.1312 |
| 2025-11-25 | 7.0855 |
| 2025-12-25 | 7.0103 |
| 2026-01-24 | 6.9641 |
| 2026-02-23 | 6.9087 |
| 2026-03-25 | 6.8995 |
| 2026-04-24 | 6.8363 |
| 2026-05-24 | 6.8023 |
| 2026-06-23 | 6.7857 |
| 2026-07-23 | 6.7703 |
| 2026-08-22 | 6.7218 |
| 2026-09-21 | 6.6954 |
High
7.3158
Low
6.3610
Average
6.9791
Get this rate via the API
One GET request returns the USD/CNY 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=USD¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CNY").json()Replace YOUR_API_KEY with the key from your dashboard.
USD/CNY API questions
How do I get the USD/CNY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=CNY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/CNY rate in rates.CNY.
How far back does USD/CNY historical data go?
Daily USD/CNY 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 USD/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.