Skip to content

TOP to CVE exchange rate API

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

40.9743

▲ +1.98% over 1Y

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 year, TOP/CVE traded between 38.8257 and 41.1998, averaged 40.2118 and rose 1.98%. 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 1Y

TOP/CVE over 1Y: show the values
PointTOP/CVE
2025-09-2540.1786
2025-10-0239.7430
2025-10-0940.0457
2025-10-1640.0446
2025-10-2340.2903
2025-10-3039.9841
2025-11-0640.6253
2025-11-1340.3865
2025-11-2039.9591
2025-11-2739.5979
2025-12-0439.5717
2025-12-1239.2154
2025-12-1939.3403
2025-12-2639.6514
2026-01-0239.2039
2026-01-0939.5365
2026-01-1640.3003
2026-01-2339.6849
2026-01-3039.5184
2026-02-0639.7731
2026-02-1339.7624
2026-02-2040.0270
2026-02-2739.9608
2026-03-0640.4013
2026-03-1340.8387
2026-03-2040.6214
2026-03-2740.9574
2026-04-0340.4857
2026-04-1040.2672
2026-04-1838.8257
2026-04-2539.1962
2026-05-0239.2275
2026-05-0939.0614
2026-05-1740.2723
2026-05-2540.5973
2026-06-0140.6635
2026-06-1040.6192
2026-06-1740.8076
2026-06-2441.0897
2026-07-0140.7994
2026-07-0841.1998
2026-07-1540.8159
2026-07-2240.8833
2026-07-2941.1127
2026-08-0540.5840
2026-08-1240.5757
2026-08-2040.2876
2026-08-2740.5343
2026-09-0340.6818
2026-09-1040.5006
2026-09-1740.8874
2026-09-2441.0572

High

41.1998

Low

38.8257

Average

40.2118

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.