Skip to content

AZN to ALL exchange rate API

Azerbaijanian Manat to Lek · quoted 2026-09-26

47.4733

▼ +1.96% over YTD

1 AZN = 47.4733 ALL · 1 ALL = 0.02106 AZN · Get this rate via the API

1 AZN buys 47.4733 ALL as of 2026-09-26, so 1 ALL buys 0.02106 AZN. Over the year to date, AZN/ALL traded between 46.5022 and 48.9581, averaged 47.9820 and fell 1.96%. The API holds daily AZN/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/ALL over YTD

AZN/ALL over YTD: show the values
PointAZN/ALL
2025-12-3148.4223
2026-01-0748.5872
2026-01-1448.7702
2026-01-2148.3850
2026-01-2847.4580
2026-02-0448.0761
2026-02-1147.6013
2026-02-1847.7981
2026-02-2548.0195
2026-03-0448.8234
2026-03-1148.6356
2026-03-1848.9581
2026-03-2548.6143
2026-04-0148.8035
2026-04-0848.6257
2026-04-1547.6659
2026-04-2247.8874
2026-04-2947.9532
2026-05-0648.1843
2026-05-1447.9681
2026-05-2148.2915
2026-05-2948.2197
2026-06-0548.2359
2026-06-1448.1948
2026-06-2148.3733
2026-06-2848.5074
2026-07-0548.2491
2026-07-1248.2992
2026-07-1948.1947
2026-07-2648.4160
2026-08-0247.7315
2026-08-0947.4123
2026-08-1647.1670
2026-08-2446.6217
2026-08-3146.5022
2026-09-0746.6587
2026-09-1446.5881
2026-09-2146.9247

High

48.9581

Low

46.5022

Average

47.9820

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/ALL API questions

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

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

How far back does AZN/ALL historical data go?

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