Skip to content

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

AZN/CVE over YTD: show the values
PointAZN/CVE
2025-12-3155.2459
2026-01-0755.4344
2026-01-1455.7314
2026-01-2155.3061
2026-01-2854.0881
2026-02-0454.8538
2026-02-1154.4650
2026-02-1854.7595
2026-02-2555.0284
2026-03-0455.9243
2026-03-1155.8197
2026-03-1856.2137
2026-03-2555.8865
2026-04-0156.0787
2026-04-0855.5785
2026-04-1554.9489
2026-04-2255.5571
2026-04-2955.5088
2026-05-0655.5755
2026-05-1455.3726
2026-05-2155.8192
2026-05-2955.7307
2026-06-0555.8460
2026-06-1455.9727
2026-06-2156.4474
2026-06-2856.8895
2026-07-0556.6814
2026-07-1256.8043
2026-07-1956.6791
2026-07-2657.0064
2026-08-0256.2121
2026-08-0956.0820
2026-08-1656.0398
2026-08-2455.5454
2026-08-3155.6247
2026-09-0755.8680
2026-09-1456.0739
2026-09-2156.5149

High

57.0064

Low

54.0881

Average

55.7989

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=CVE"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&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=AZN&currencies=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&currencies=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.