Skip to content

TOP to CVE exchange rate API

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

40.9743

▼ +3.32% over 5Y

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 5 years, TOP/CVE traded between 39.4804 and 45.2659, averaged 41.5559 and fell 3.32%. 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 5Y

TOP/CVE over 5Y: show the values
PointTOP/CVE
2024-08-2442.3810
2024-10-0743.7299
2024-11-0644.5979
2024-12-0644.6263
2025-01-0545.2659
2025-02-0444.5644
2025-03-0643.4181
2025-04-0642.3975
2025-05-0641.6821
2025-06-0741.1323
2025-07-0740.4902
2025-08-0640.9771
2025-09-0540.8290
2025-10-0639.7625
2025-11-0540.8314
2025-12-0539.4804
2026-01-0539.6069
2026-02-0439.9678
2026-03-0640.4013
2026-04-0540.7789
2026-05-0640.4341
2026-06-0940.9400
2026-07-0940.7403
2026-08-0839.8451
2026-09-0840.5983

High

45.2659

Low

39.4804

Average

41.5559

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.