TWD to CVE exchange rate API
New Taiwan Dollar to Cape Verde Escudo · quoted 2026-09-25
3.0516
▼ +2.57% over 1Y
1 TWD = 3.0516 CVE · 1 CVE = 0.32770 TWD · Get this rate via the API
1 TWD buys 3.0516 CVE as of 2026-09-25, so 1 CVE buys 0.32770 TWD. Over the last year, TWD/CVE traded between 2.9443 and 3.1571, averaged 3.0136 and fell 2.57%. The API holds daily TWD/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TWD/CVE over 1Y: show the values
| Point | TWD/CVE |
|---|---|
| 2025-09-25 | 3.1322 |
| 2025-10-02 | 3.1422 |
| 2025-10-09 | 3.1571 |
| 2025-10-16 | 3.0850 |
| 2025-10-23 | 3.0834 |
| 2025-10-30 | 3.0898 |
| 2025-11-06 | 3.1008 |
| 2025-11-13 | 3.0601 |
| 2025-11-20 | 3.0618 |
| 2025-11-27 | 3.0317 |
| 2025-12-04 | 3.0193 |
| 2025-12-12 | 3.0101 |
| 2025-12-19 | 2.9824 |
| 2025-12-26 | 2.9754 |
| 2026-01-02 | 2.9840 |
| 2026-01-09 | 2.9939 |
| 2026-01-16 | 3.0065 |
| 2026-01-23 | 2.9709 |
| 2026-01-30 | 2.9443 |
| 2026-02-06 | 2.9533 |
| 2026-02-13 | 2.9538 |
| 2026-02-20 | 2.9743 |
| 2026-02-27 | 2.9819 |
| 2026-03-06 | 2.9895 |
| 2026-03-13 | 2.9948 |
| 2026-03-20 | 2.9827 |
| 2026-03-27 | 2.9879 |
| 2026-04-03 | 2.9900 |
| 2026-04-10 | 2.9755 |
| 2026-04-17 | 2.9665 |
| 2026-04-24 | 3.0017 |
| 2026-05-01 | 2.9957 |
| 2026-05-08 | 2.9939 |
| 2026-05-16 | 3.0039 |
| 2026-05-24 | 3.0197 |
| 2026-05-31 | 3.0081 |
| 2026-06-09 | 3.0278 |
| 2026-06-16 | 3.0180 |
| 2026-06-23 | 3.0486 |
| 2026-06-30 | 3.0377 |
| 2026-07-07 | 3.0044 |
| 2026-07-14 | 3.0077 |
| 2026-07-21 | 2.9908 |
| 2026-07-28 | 2.9901 |
| 2026-08-04 | 2.9576 |
| 2026-08-11 | 2.9632 |
| 2026-08-18 | 2.9902 |
| 2026-08-26 | 2.9671 |
| 2026-09-02 | 2.9976 |
| 2026-09-09 | 3.0131 |
| 2026-09-16 | 3.0066 |
| 2026-09-23 | 3.0441 |
High
3.1571
Low
2.9443
Average
3.0136
Get this rate via the API
One GET request returns the TWD/CVE 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=TWD¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=CVE").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/CVE API questions
How do I get the TWD/CVE exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=CVE, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/CVE rate in rates.CVE.
How far back does TWD/CVE historical data go?
Daily TWD/CVE 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 TWD/CVE 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.