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: show the values
| Point | TOP/CVE |
|---|---|
| 2025-09-25 | 40.1786 |
| 2025-10-02 | 39.7430 |
| 2025-10-09 | 40.0457 |
| 2025-10-16 | 40.0446 |
| 2025-10-23 | 40.2903 |
| 2025-10-30 | 39.9841 |
| 2025-11-06 | 40.6253 |
| 2025-11-13 | 40.3865 |
| 2025-11-20 | 39.9591 |
| 2025-11-27 | 39.5979 |
| 2025-12-04 | 39.5717 |
| 2025-12-12 | 39.2154 |
| 2025-12-19 | 39.3403 |
| 2025-12-26 | 39.6514 |
| 2026-01-02 | 39.2039 |
| 2026-01-09 | 39.5365 |
| 2026-01-16 | 40.3003 |
| 2026-01-23 | 39.6849 |
| 2026-01-30 | 39.5184 |
| 2026-02-06 | 39.7731 |
| 2026-02-13 | 39.7624 |
| 2026-02-20 | 40.0270 |
| 2026-02-27 | 39.9608 |
| 2026-03-06 | 40.4013 |
| 2026-03-13 | 40.8387 |
| 2026-03-20 | 40.6214 |
| 2026-03-27 | 40.9574 |
| 2026-04-03 | 40.4857 |
| 2026-04-10 | 40.2672 |
| 2026-04-18 | 38.8257 |
| 2026-04-25 | 39.1962 |
| 2026-05-02 | 39.2275 |
| 2026-05-09 | 39.0614 |
| 2026-05-17 | 40.2723 |
| 2026-05-25 | 40.5973 |
| 2026-06-01 | 40.6635 |
| 2026-06-10 | 40.6192 |
| 2026-06-17 | 40.8076 |
| 2026-06-24 | 41.0897 |
| 2026-07-01 | 40.7994 |
| 2026-07-08 | 41.1998 |
| 2026-07-15 | 40.8159 |
| 2026-07-22 | 40.8833 |
| 2026-07-29 | 41.1127 |
| 2026-08-05 | 40.5840 |
| 2026-08-12 | 40.5757 |
| 2026-08-20 | 40.2876 |
| 2026-08-27 | 40.5343 |
| 2026-09-03 | 40.6818 |
| 2026-09-10 | 40.5006 |
| 2026-09-17 | 40.8874 |
| 2026-09-24 | 41.0572 |
High
41.1998
Low
38.8257
Average
40.2118
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.