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: show the values
| Point | TOP/CNY |
|---|---|
| 2024-08-24 | 3.0685 |
| 2024-10-01 | 2.9972 |
| 2024-10-31 | 3.1017 |
| 2024-11-30 | 3.0675 |
| 2024-12-30 | 3.1091 |
| 2025-01-29 | 3.0299 |
| 2025-02-28 | 3.0788 |
| 2025-03-30 | 3.0199 |
| 2025-04-29 | 3.1124 |
| 2025-05-29 | 3.0985 |
| 2025-06-28 | 2.9737 |
| 2025-07-28 | 3.0946 |
| 2025-08-27 | 3.0217 |
| 2025-09-26 | 3.0170 |
| 2025-10-26 | 3.0254 |
| 2025-11-25 | 2.9503 |
| 2025-12-25 | 2.9109 |
| 2026-01-24 | 2.9253 |
| 2026-02-23 | 2.9613 |
| 2026-03-25 | 2.9389 |
| 2026-04-25 | 2.8393 |
| 2026-05-25 | 2.9066 |
| 2026-06-24 | 2.8842 |
| 2026-07-24 | 2.8934 |
| 2026-08-23 | 2.8716 |
| 2026-09-22 | 2.8739 |
High
3.1124
Low
2.8183
Average
2.9848
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CNY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CNY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.