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: show the values
| Point | TOP/CVE |
|---|---|
| 2026-03-29 | 40.6483 |
| 2026-04-05 | 40.7789 |
| 2026-04-13 | 40.0108 |
| 2026-04-20 | 39.8686 |
| 2026-04-27 | 40.1435 |
| 2026-05-04 | 40.4305 |
| 2026-05-11 | 39.9692 |
| 2026-05-19 | 40.5261 |
| 2026-05-27 | 40.5959 |
| 2026-06-03 | 40.6104 |
| 2026-06-12 | 40.5271 |
| 2026-06-19 | 41.1750 |
| 2026-06-26 | 41.2135 |
| 2026-07-03 | 40.7119 |
| 2026-07-10 | 40.6987 |
| 2026-07-17 | 41.3641 |
| 2026-07-24 | 41.4035 |
| 2026-07-31 | 40.8205 |
| 2026-08-07 | 40.9410 |
| 2026-08-14 | 40.5082 |
| 2026-08-22 | 39.2068 |
| 2026-08-29 | 40.3702 |
| 2026-09-05 | 40.2249 |
| 2026-09-12 | 40.1685 |
| 2026-09-19 | 40.0552 |
High
41.4035
Low
39.2068
Average
40.5364
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.