Skip to content

AZN to ALL exchange rate API

Azerbaijanian Manat to Lek · quoted 2026-09-26

47.4733

▼ +4.82% over 1Y

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 last year, AZN/ALL traded between 46.5343 and 50.2547, averaged 48.2792 and fell 4.82%. 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 1Y

AZN/ALL over 1Y: show the values
PointAZN/ALL
2025-09-2649.8798
2025-10-0349.6164
2025-10-1050.2547
2025-10-1748.6307
2025-10-2448.9424
2025-10-3149.2244
2025-11-0749.2828
2025-11-1448.8839
2025-11-2149.2527
2025-11-2849.0603
2025-12-0548.7036
2025-12-1348.4060
2025-12-2048.4897
2025-12-2748.0882
2026-01-0348.4829
2026-01-1048.8028
2026-01-1748.9122
2026-01-2448.0424
2026-01-3147.9223
2026-02-0748.0052
2026-02-1447.8114
2026-02-2148.0882
2026-02-2847.9004
2026-03-0748.6582
2026-03-1449.3771
2026-03-2148.8955
2026-03-2848.9299
2026-04-0448.9171
2026-04-1148.0202
2026-04-1847.4210
2026-04-2547.7702
2026-05-0247.8004
2026-05-0947.5069
2026-05-1748.2107
2026-05-2548.3684
2026-06-0148.1488
2026-06-1048.4770
2026-06-1748.0764
2026-06-2448.7279
2026-07-0148.4527
2026-07-0848.3817
2026-07-1548.2223
2026-07-2248.3167
2026-07-2948.3552
2026-08-0547.5940
2026-08-1247.4291
2026-08-2046.6742
2026-08-2746.5573
2026-09-0346.7568
2026-09-1046.5343
2026-09-1746.7648
2026-09-2447.2977

High

50.2547

Low

46.5343

Average

48.2792

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.