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: show the values
| Point | CAD/TWD |
|---|---|
| 2021-09-27 | 21.8957 |
| 2021-11-08 | 22.3696 |
| 2021-12-20 | 21.5871 |
| 2022-02-01 | 21.8897 |
| 2022-03-15 | 22.2742 |
| 2022-04-29 | 23.1215 |
| 2022-06-15 | 22.9477 |
| 2022-07-27 | 23.3198 |
| 2022-09-07 | 23.4505 |
| 2022-10-19 | 23.3079 |
| 2022-11-30 | 22.8225 |
| 2023-01-12 | 22.6957 |
| 2023-02-23 | 22.4406 |
| 2023-04-11 | 22.5825 |
| 2023-05-26 | 22.5890 |
| 2023-07-10 | 23.6301 |
| 2023-08-21 | 23.6335 |
| 2023-10-02 | 23.7000 |
| 2023-11-13 | 23.3917 |
| 2023-12-27 | 23.3822 |
| 2024-02-08 | 23.2839 |
| 2024-03-21 | 23.5925 |
| 2024-05-08 | 23.5429 |
| 2024-06-24 | 23.6612 |
| 2024-08-05 | 23.5588 |
| 2024-09-13 | 23.1355 |
| 2024-10-16 | 22.9788 |
| 2024-11-15 | 22.7796 |
| 2024-12-15 | 22.5423 |
| 2025-01-14 | 22.5767 |
| 2025-02-13 | 22.5652 |
| 2025-03-15 | 22.9154 |
| 2025-04-14 | 22.9752 |
| 2025-05-14 | 21.3381 |
| 2025-06-13 | 21.3023 |
| 2025-07-13 | 21.1562 |
| 2025-08-12 | 21.3033 |
| 2025-09-11 | 21.4641 |
| 2025-10-11 | 21.9291 |
| 2025-11-10 | 22.1171 |
| 2025-12-10 | 22.5414 |
| 2026-01-09 | 22.7731 |
| 2026-02-08 | 23.1243 |
| 2026-03-10 | 23.4575 |
| 2026-04-09 | 22.9754 |
| 2026-05-09 | 22.9077 |
| 2026-06-09 | 22.6741 |
| 2026-07-09 | 22.6975 |
| 2026-08-08 | 23.1128 |
| 2026-09-07 | 22.8540 |
High
23.7000
Low
21.1562
Average
22.7314
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.