Skip to content

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

TWD/CVE over YTD: show the values
PointTWD/CVE
2025-12-312.9931
2026-01-072.9946
2026-01-142.9935
2026-01-212.9713
2026-01-282.9337
2026-02-042.9521
2026-02-112.9393
2026-02-182.9629
2026-02-252.9880
2026-03-042.9975
2026-03-112.9835
2026-03-182.9968
2026-03-252.9762
2026-04-012.9844
2026-04-082.9750
2026-04-152.9560
2026-04-222.9962
2026-04-292.9887
2026-05-062.9901
2026-05-142.9856
2026-05-213.0051
2026-05-293.0180
2026-06-053.0129
2026-06-143.0130
2026-06-213.0314
2026-06-283.0390
2026-07-053.0174
2026-07-123.0109
2026-07-192.9737
2026-07-262.9979
2026-08-022.9604
2026-08-092.9613
2026-08-162.9785
2026-08-242.9676
2026-08-313.0026
2026-09-073.0070
2026-09-143.0035
2026-09-213.0257

High

3.0516

Low

2.9337

Average

2.9907

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=CVE"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=CVE");
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=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&currencies=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.