Skip to content

AZN to CVE exchange rate API

Azerbaijanian Manat to Cape Verde Escudo · quoted 2026-09-26

56.9425

▲ +0.23% over 1Y

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 last year, AZN/CVE traded between 54.6760 and 57.3044, averaged 55.9138 and rose 0.23%. 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 1Y

AZN/CVE over 1Y: show the values
PointAZN/CVE
2025-09-2656.8105
2025-10-0356.5443
2025-10-1057.3044
2025-10-1755.4291
2025-10-2455.8645
2025-10-3156.0184
2025-11-0756.2174
2025-11-1455.7495
2025-11-2156.2286
2025-11-2855.9937
2025-12-0555.6597
2025-12-1355.2659
2025-12-2055.3751
2025-12-2755.0864
2026-01-0355.3020
2026-01-1055.7221
2026-01-1755.9452
2026-01-2454.8222
2026-01-3154.6979
2026-02-0754.9263
2026-02-1454.6760
2026-02-2155.0473
2026-02-2854.9109
2026-03-0755.8355
2026-03-1456.6416
2026-03-2155.9588
2026-03-2856.4124
2026-04-0456.3324
2026-04-1155.4734
2026-04-1854.8618
2026-04-2555.3854
2026-05-0255.4296
2026-05-0955.1949
2026-05-1755.7359
2026-05-2555.7408
2026-06-0155.6907
2026-06-1056.1678
2026-06-1755.8600
2026-06-2457.0772
2026-07-0156.8769
2026-07-0856.8172
2026-07-1556.6943
2026-07-2256.8655
2026-07-2956.9168
2026-08-0556.2218
2026-08-1256.2265
2026-08-2055.5296
2026-08-2755.6820
2026-09-0355.9286
2026-09-1055.7352
2026-09-1756.5854
2026-09-2457.0142

High

57.3044

Low

54.6760

Average

55.9138

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.