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: show the values
| Point | TOP/CVE |
|---|---|
| 2024-08-24 | 42.3810 |
| 2024-10-07 | 43.7299 |
| 2024-11-06 | 44.5979 |
| 2024-12-06 | 44.6263 |
| 2025-01-05 | 45.2659 |
| 2025-02-04 | 44.5644 |
| 2025-03-06 | 43.4181 |
| 2025-04-06 | 42.3975 |
| 2025-05-06 | 41.6821 |
| 2025-06-07 | 41.1323 |
| 2025-07-07 | 40.4902 |
| 2025-08-06 | 40.9771 |
| 2025-09-05 | 40.8290 |
| 2025-10-06 | 39.7625 |
| 2025-11-05 | 40.8314 |
| 2025-12-05 | 39.4804 |
| 2026-01-05 | 39.6069 |
| 2026-02-04 | 39.9678 |
| 2026-03-06 | 40.4013 |
| 2026-04-05 | 40.7789 |
| 2026-05-06 | 40.4341 |
| 2026-06-09 | 40.9400 |
| 2026-07-09 | 40.7403 |
| 2026-08-08 | 39.8451 |
| 2026-09-08 | 40.5983 |
High
45.2659
Low
39.4804
Average
41.5559
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.