Skip to content

CAD to TWD exchange rate API

Canadian Dollar to New Taiwan Dollar · quoted 2026-09-26

22.4335

▲ +2.46% over 5Y

1 CAD = 22.4335 TWD · 1 TWD = 0.04458 CAD · Get this rate via the API

1 CAD buys 22.4335 TWD as of 2026-09-26, so 1 TWD buys 0.04458 CAD. Over the last 5 years, CAD/TWD traded between 21.1562 and 23.7000, averaged 22.7314 and rose 2.46%. The API holds daily CAD/TWD rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

CAD/TWD over 5Y

CAD/TWD over 5Y: show the values
PointCAD/TWD
2021-09-2721.8957
2021-11-0822.3696
2021-12-2021.5871
2022-02-0121.8897
2022-03-1522.2742
2022-04-2923.1215
2022-06-1522.9477
2022-07-2723.3198
2022-09-0723.4505
2022-10-1923.3079
2022-11-3022.8225
2023-01-1222.6957
2023-02-2322.4406
2023-04-1122.5825
2023-05-2622.5890
2023-07-1023.6301
2023-08-2123.6335
2023-10-0223.7000
2023-11-1323.3917
2023-12-2723.3822
2024-02-0823.2839
2024-03-2123.5925
2024-05-0823.5429
2024-06-2423.6612
2024-08-0523.5588
2024-09-1323.1355
2024-10-1622.9788
2024-11-1522.7796
2024-12-1522.5423
2025-01-1422.5767
2025-02-1322.5652
2025-03-1522.9154
2025-04-1422.9752
2025-05-1421.3381
2025-06-1321.3023
2025-07-1321.1562
2025-08-1221.3033
2025-09-1121.4641
2025-10-1121.9291
2025-11-1022.1171
2025-12-1022.5414
2026-01-0922.7731
2026-02-0823.1243
2026-03-1023.4575
2026-04-0922.9754
2026-05-0922.9077
2026-06-0922.6741
2026-07-0922.6975
2026-08-0823.1128
2026-09-0722.8540

High

23.7000

Low

21.1562

Average

22.7314

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=TWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

CAD/TWD API questions

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

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

How far back does CAD/TWD historical data go?

Daily CAD/TWD 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 CAD/TWD 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.