Skip to content

AZN to CVE exchange rate API

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

56.9425

▼ +1.53% over 5Y

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 5 years, AZN/CVE traded between 53.9794 and 64.4409, averaged 57.8952 and fell 1.53%. 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 5Y

AZN/CVE over 5Y: show the values
PointAZN/CVE
2024-08-2457.8247
2024-10-0760.5437
2024-11-0661.3357
2024-12-0662.8698
2025-01-0563.6661
2025-02-0464.4409
2025-03-0661.2944
2025-04-0660.0521
2025-05-0658.6917
2025-06-0756.9056
2025-07-0756.3031
2025-08-0657.3001
2025-09-0556.8272
2025-10-0656.5445
2025-11-0556.4388
2025-12-0555.6597
2026-01-0555.4668
2026-02-0454.8538
2026-03-0655.8236
2026-04-0556.2976
2026-05-0553.9794
2026-06-0656.2369
2026-07-0856.8172
2026-08-0756.2903
2026-09-0755.8680

High

64.4409

Low

53.9794

Average

57.8952

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.