Skip to content

TOP to CVE exchange rate API

Pa’anga to Cape Verde Escudo · quoted 2026-09-25

40.9743

▲ +0.80% over 6M

1 TOP = 40.9743 CVE · 1 CVE = 0.02441 TOP · Get this rate via the API

1 TOP buys 40.9743 CVE as of 2026-09-25, so 1 CVE buys 0.02441 TOP. Over the last 6 months, TOP/CVE traded between 39.2068 and 41.4035, averaged 40.5364 and rose 0.80%. The API holds daily TOP/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/CVE over 6M

TOP/CVE over 6M: show the values
PointTOP/CVE
2026-03-2940.6483
2026-04-0540.7789
2026-04-1340.0108
2026-04-2039.8686
2026-04-2740.1435
2026-05-0440.4305
2026-05-1139.9692
2026-05-1940.5261
2026-05-2740.5959
2026-06-0340.6104
2026-06-1240.5271
2026-06-1941.1750
2026-06-2641.2135
2026-07-0340.7119
2026-07-1040.6987
2026-07-1741.3641
2026-07-2441.4035
2026-07-3140.8205
2026-08-0740.9410
2026-08-1440.5082
2026-08-2239.2068
2026-08-2940.3702
2026-09-0540.2249
2026-09-1240.1685
2026-09-1940.0552

High

41.4035

Low

39.2068

Average

40.5364

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/CVE API questions

How do I get the TOP/CVE exchange rate from an API?

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

How far back does TOP/CVE historical data go?

Daily TOP/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 TOP/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.