TWD to CVE exchange rate API
New Taiwan Dollar to Cape Verde Escudo · quoted 2026-09-25
3.0516
▲ +1.95% over YTD
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 year to date, TWD/CVE traded between 2.9337 and 3.0516, averaged 2.9907 and rose 1.95%. 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 YTD: show the values
| Point | TWD/CVE |
|---|---|
| 2025-12-31 | 2.9931 |
| 2026-01-07 | 2.9946 |
| 2026-01-14 | 2.9935 |
| 2026-01-21 | 2.9713 |
| 2026-01-28 | 2.9337 |
| 2026-02-04 | 2.9521 |
| 2026-02-11 | 2.9393 |
| 2026-02-18 | 2.9629 |
| 2026-02-25 | 2.9880 |
| 2026-03-04 | 2.9975 |
| 2026-03-11 | 2.9835 |
| 2026-03-18 | 2.9968 |
| 2026-03-25 | 2.9762 |
| 2026-04-01 | 2.9844 |
| 2026-04-08 | 2.9750 |
| 2026-04-15 | 2.9560 |
| 2026-04-22 | 2.9962 |
| 2026-04-29 | 2.9887 |
| 2026-05-06 | 2.9901 |
| 2026-05-14 | 2.9856 |
| 2026-05-21 | 3.0051 |
| 2026-05-29 | 3.0180 |
| 2026-06-05 | 3.0129 |
| 2026-06-14 | 3.0130 |
| 2026-06-21 | 3.0314 |
| 2026-06-28 | 3.0390 |
| 2026-07-05 | 3.0174 |
| 2026-07-12 | 3.0109 |
| 2026-07-19 | 2.9737 |
| 2026-07-26 | 2.9979 |
| 2026-08-02 | 2.9604 |
| 2026-08-09 | 2.9613 |
| 2026-08-16 | 2.9785 |
| 2026-08-24 | 2.9676 |
| 2026-08-31 | 3.0026 |
| 2026-09-07 | 3.0070 |
| 2026-09-14 | 3.0035 |
| 2026-09-21 | 3.0257 |
High
3.0516
Low
2.9337
Average
2.9907
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.