Skip to content

TWD to CNY exchange rate API

New Taiwan Dollar to Yuan Renminbi · quoted 2026-09-24

0.21131

▼ +11.48% over 1Y

1 TWD = 0.21131 CNY · 1 CNY = 4.7324 TWD · Get this rate via the API

1 TWD buys 0.21131 CNY as of 2026-09-24, so 1 CNY buys 4.7324 TWD. Over the last year, TWD/CNY traded between 0.20816 and 0.23871, averaged 0.21895 and fell 11.48%. The API holds daily TWD/CNY rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/CNY over 1Y

TWD/CNY over 1Y: show the values
PointTWD/CNY
2025-09-240.23871
2025-10-010.23806
2025-10-080.23678
2025-10-150.23249
2025-10-220.23188
2025-10-290.23219
2025-11-050.23025
2025-11-120.22915
2025-11-190.22797
2025-11-260.22580
2025-12-030.22565
2025-12-100.22629
2025-12-170.22368
2025-12-240.22306
2025-12-310.22312
2026-01-070.22215
2026-01-140.22033
2026-01-210.22008
2026-01-280.22163
2026-02-040.21975
2026-02-110.21979
2026-02-180.21989
2026-02-250.21940
2026-03-040.21746
2026-03-110.21588
2026-03-180.21594
2026-03-250.21614
2026-04-010.21518
2026-04-080.21504
2026-04-150.21561
2026-04-220.21666
2026-04-290.21635
2026-05-060.21636
2026-05-130.21534
2026-05-200.21503
2026-05-270.21591
2026-06-030.21547
2026-06-110.21402
2026-06-180.21433
2026-06-250.21354
2026-07-020.21273
2026-07-090.21132
2026-07-160.21016
2026-07-230.20958
2026-07-300.20816
2026-08-060.20940
2026-08-130.20968
2026-08-200.21093
2026-08-270.21186
2026-09-030.21192
2026-09-100.21239
2026-09-170.21039
2026-09-240.21100

High

0.23871

Low

0.20816

Average

0.21895

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/CNY API questions

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

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

How far back does TWD/CNY historical data go?

Daily TWD/CNY rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/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.