Skip to content

TOP to CNY exchange rate API

Pa’anga to Yuan Renminbi · quoted 2026-09-25

2.8183

▼ +8.15% over 5Y

1 TOP = 2.8183 CNY · 1 CNY = 0.35482 TOP · Get this rate via the API

1 TOP buys 2.8183 CNY as of 2026-09-25, so 1 CNY buys 0.35482 TOP. Over the last 5 years, TOP/CNY traded between 2.8183 and 3.1124, averaged 2.9848 and fell 8.15%. The API holds daily TOP/CNY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/CNY over 5Y

TOP/CNY over 5Y: show the values
PointTOP/CNY
2024-08-243.0685
2024-10-012.9972
2024-10-313.1017
2024-11-303.0675
2024-12-303.1091
2025-01-293.0299
2025-02-283.0788
2025-03-303.0199
2025-04-293.1124
2025-05-293.0985
2025-06-282.9737
2025-07-283.0946
2025-08-273.0217
2025-09-263.0170
2025-10-263.0254
2025-11-252.9503
2025-12-252.9109
2026-01-242.9253
2026-02-232.9613
2026-03-252.9389
2026-04-252.8393
2026-05-252.9066
2026-06-242.8842
2026-07-242.8934
2026-08-232.8716
2026-09-222.8739

High

3.1124

Low

2.8183

Average

2.9848

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/CNY API questions

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

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

How far back does TOP/CNY historical data go?

Daily TOP/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 TOP/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.