Skip to content

AZN to CUP exchange rate API

Azerbaijanian Manat to Cuban Peso · quoted 2026-09-25

14.1181

▼ +0.07% over YTD

1 AZN = 14.1181 CUP · 1 CUP = 0.07083 AZN · Get this rate via the API

1 AZN buys 14.1181 CUP as of 2026-09-25, so 1 CUP buys 0.07083 AZN. Over the year to date, AZN/CUP traded between 14.0403 and 15.6458, averaged 14.8997 and fell 0.07%. The API holds daily AZN/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/CUP over YTD

AZN/CUP over YTD: show the values
PointAZN/CUP
2025-12-3114.1285
2026-01-0714.1098
2026-01-1414.1303
2026-01-2114.1179
2026-01-2814.0634
2026-02-0414.0732
2026-02-1114.1215
2026-02-1814.0986
2026-02-2514.1044
2026-03-0414.1132
2026-03-1114.1233
2026-03-1814.0794
2026-03-2514.0921
2026-04-0114.1093
2026-04-0814.0403
2026-04-1515.5708
2026-04-2215.6001
2026-04-2915.5826
2026-05-0615.6458
2026-05-1414.1152
2026-05-2114.1200
2026-05-2915.5911
2026-06-0515.5894
2026-06-1415.5704
2026-06-2115.5588
2026-06-2815.5766
2026-07-0515.5871
2026-07-1215.5870
2026-07-1915.5829
2026-07-2615.5849
2026-08-0215.5847
2026-08-0915.5819
2026-08-1615.5782
2026-08-2415.5958
2026-08-3115.4957
2026-09-0715.5868
2026-09-1415.5912
2026-09-2115.5871

High

15.6458

Low

14.0403

Average

14.8997

For developers

Get this rate via the API

One GET request returns the AZN/CUP 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=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=CUP");
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=CUP").json()

Replace YOUR_API_KEY with the key from your dashboard.

AZN/CUP API questions

How do I get the AZN/CUP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/CUP rate in rates.CUP.

How far back does AZN/CUP historical data go?

Daily AZN/CUP 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/CUP 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.