Skip to content

TOP to CNY exchange rate API

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

2.8183

▼ +7.54% over 1Y

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 year, TOP/CNY traded between 2.8183 and 3.0480, averaged 2.9285 and fell 7.54%. 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 1Y

TOP/CNY over 1Y: show the values
PointTOP/CNY
2025-09-253.0480
2025-10-023.0119
2025-10-093.0106
2025-10-163.0209
2025-10-233.0202
2025-10-302.9961
2025-11-063.0186
2025-11-133.0120
2025-11-202.9709
2025-11-272.9535
2025-12-042.9598
2025-12-112.9573
2025-12-182.9337
2025-12-252.9109
2026-01-012.9243
2026-01-082.9172
2026-01-152.9333
2026-01-222.9471
2026-01-292.9538
2026-02-052.9589
2026-02-122.9547
2026-02-192.9512
2026-02-262.9257
2026-03-052.9408
2026-03-122.9396
2026-03-192.9384
2026-03-262.9588
2026-04-022.9322
2026-04-092.9032
2026-04-172.9046
2026-04-242.9089
2026-05-012.9596
2026-05-082.9007
2026-05-152.9596
2026-05-222.9097
2026-05-292.9247
2026-06-052.8969
2026-06-122.8763
2026-06-192.8887
2026-06-262.8895
2026-07-032.8643
2026-07-102.8635
2026-07-172.9081
2026-07-242.8934
2026-07-312.8765
2026-08-072.8869
2026-08-142.8567
2026-08-212.8692
2026-08-282.8796
2026-09-042.8699
2026-09-112.8632
2026-09-182.8374

High

3.0480

Low

2.8183

Average

2.9285

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.