AZN to CVE exchange rate API
Azerbaijanian Manat to Cape Verde Escudo · quoted 2026-09-26
56.9425
▲ +3.07% over YTD
1 AZN = 56.9425 CVE · 1 CVE = 0.01756 AZN · Get this rate via the API
1 AZN buys 56.9425 CVE as of 2026-09-26, so 1 CVE buys 0.01756 AZN. Over the year to date, AZN/CVE traded between 54.0881 and 57.0064, averaged 55.7989 and rose 3.07%. The API holds daily AZN/CVE rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/CVE over YTD: show the values
| Point | AZN/CVE |
|---|---|
| 2025-12-31 | 55.2459 |
| 2026-01-07 | 55.4344 |
| 2026-01-14 | 55.7314 |
| 2026-01-21 | 55.3061 |
| 2026-01-28 | 54.0881 |
| 2026-02-04 | 54.8538 |
| 2026-02-11 | 54.4650 |
| 2026-02-18 | 54.7595 |
| 2026-02-25 | 55.0284 |
| 2026-03-04 | 55.9243 |
| 2026-03-11 | 55.8197 |
| 2026-03-18 | 56.2137 |
| 2026-03-25 | 55.8865 |
| 2026-04-01 | 56.0787 |
| 2026-04-08 | 55.5785 |
| 2026-04-15 | 54.9489 |
| 2026-04-22 | 55.5571 |
| 2026-04-29 | 55.5088 |
| 2026-05-06 | 55.5755 |
| 2026-05-14 | 55.3726 |
| 2026-05-21 | 55.8192 |
| 2026-05-29 | 55.7307 |
| 2026-06-05 | 55.8460 |
| 2026-06-14 | 55.9727 |
| 2026-06-21 | 56.4474 |
| 2026-06-28 | 56.8895 |
| 2026-07-05 | 56.6814 |
| 2026-07-12 | 56.8043 |
| 2026-07-19 | 56.6791 |
| 2026-07-26 | 57.0064 |
| 2026-08-02 | 56.2121 |
| 2026-08-09 | 56.0820 |
| 2026-08-16 | 56.0398 |
| 2026-08-24 | 55.5454 |
| 2026-08-31 | 55.6247 |
| 2026-09-07 | 55.8680 |
| 2026-09-14 | 56.0739 |
| 2026-09-21 | 56.5149 |
High
57.0064
Low
54.0881
Average
55.7989
Get this rate via the API
One GET request returns the AZN/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=AZN¤cies=CVE"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=CVE");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=CVE").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/CVE API questions
How do I get the AZN/CVE exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=CVE, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/CVE rate in rates.CVE.
How far back does AZN/CVE historical data go?
Daily AZN/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 AZN/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.