Skip to content

USD to CNY exchange rate API

US Dollar to Yuan Renminbi · quoted 2026-09-26

6.7130

▼ +5.95% over 1Y

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 year, USD/CNY traded between 6.6976 and 7.1374, averaged 6.8930 and fell 5.95%. 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 1Y

USD/CNY over 1Y: show the values
PointUSD/CNY
2025-09-267.1374
2025-10-037.1196
2025-10-107.1228
2025-10-177.1223
2025-10-247.1225
2025-10-317.1162
2025-11-077.1208
2025-11-147.0961
2025-11-217.1098
2025-11-287.0756
2025-12-057.0702
2025-12-127.0547
2025-12-197.0411
2025-12-267.0188
2026-01-026.9937
2026-01-096.9823
2026-01-166.9697
2026-01-236.9646
2026-01-306.9497
2026-02-066.9390
2026-02-136.9086
2026-02-206.9086
2026-02-276.8582
2026-03-066.9047
2026-03-136.8966
2026-03-206.8943
2026-03-276.9138
2026-04-036.8937
2026-04-106.8284
2026-04-176.8223
2026-04-246.8363
2026-05-016.8281
2026-05-086.8012
2026-05-156.8106
2026-05-226.7953
2026-05-296.7668
2026-06-056.7656
2026-06-126.7623
2026-06-196.7693
2026-06-266.7982
2026-07-036.7814
2026-07-106.7745
2026-07-176.7775
2026-07-246.7722
2026-07-316.7513
2026-08-076.7476
2026-08-146.7413
2026-08-216.7206
2026-08-286.7209
2026-09-046.7109
2026-09-116.7082
2026-09-186.6976
2026-09-256.7132

High

7.1374

Low

6.6976

Average

6.8930

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.