Skip to content

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

USD/CNY over 5Y: show the values
PointUSD/CNY
2021-09-276.4634
2021-11-086.3950
2021-12-206.3765
2022-01-316.3610
2022-03-146.3630
2022-04-276.5555
2022-06-086.6845
2022-07-206.7548
2022-08-316.8947
2022-10-127.1711
2022-11-237.1653
2023-01-056.8732
2023-02-166.8552
2023-03-306.8802
2023-05-166.9656
2023-06-277.2118
2023-08-087.2140
2023-09-197.2912
2023-10-317.3158
2023-12-127.1684
2024-01-267.1745
2024-03-087.1894
2024-04-237.2469
2024-06-057.2475
2024-07-177.2592
2024-08-277.1266
2024-10-016.9027
2024-10-317.1160
2024-11-307.2423
2024-12-307.2993
2025-01-297.2513
2025-02-287.2790
2025-03-307.1862
2025-04-297.2729
2025-05-297.1885
2025-06-287.1714
2025-07-287.1739
2025-08-277.1618
2025-09-267.1374
2025-10-267.1312
2025-11-257.0855
2025-12-257.0103
2026-01-246.9641
2026-02-236.9087
2026-03-256.8995
2026-04-246.8363
2026-05-246.8023
2026-06-236.7857
2026-07-236.7703
2026-08-226.7218
2026-09-216.6954

High

7.3158

Low

6.3610

Average

6.9791

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=CNY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=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&currencies=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.