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: show the values
| Point | AZN/ALL |
|---|---|
| 2025-09-26 | 49.8798 |
| 2025-10-03 | 49.6164 |
| 2025-10-10 | 50.2547 |
| 2025-10-17 | 48.6307 |
| 2025-10-24 | 48.9424 |
| 2025-10-31 | 49.2244 |
| 2025-11-07 | 49.2828 |
| 2025-11-14 | 48.8839 |
| 2025-11-21 | 49.2527 |
| 2025-11-28 | 49.0603 |
| 2025-12-05 | 48.7036 |
| 2025-12-13 | 48.4060 |
| 2025-12-20 | 48.4897 |
| 2025-12-27 | 48.0882 |
| 2026-01-03 | 48.4829 |
| 2026-01-10 | 48.8028 |
| 2026-01-17 | 48.9122 |
| 2026-01-24 | 48.0424 |
| 2026-01-31 | 47.9223 |
| 2026-02-07 | 48.0052 |
| 2026-02-14 | 47.8114 |
| 2026-02-21 | 48.0882 |
| 2026-02-28 | 47.9004 |
| 2026-03-07 | 48.6582 |
| 2026-03-14 | 49.3771 |
| 2026-03-21 | 48.8955 |
| 2026-03-28 | 48.9299 |
| 2026-04-04 | 48.9171 |
| 2026-04-11 | 48.0202 |
| 2026-04-18 | 47.4210 |
| 2026-04-25 | 47.7702 |
| 2026-05-02 | 47.8004 |
| 2026-05-09 | 47.5069 |
| 2026-05-17 | 48.2107 |
| 2026-05-25 | 48.3684 |
| 2026-06-01 | 48.1488 |
| 2026-06-10 | 48.4770 |
| 2026-06-17 | 48.0764 |
| 2026-06-24 | 48.7279 |
| 2026-07-01 | 48.4527 |
| 2026-07-08 | 48.3817 |
| 2026-07-15 | 48.2223 |
| 2026-07-22 | 48.3167 |
| 2026-07-29 | 48.3552 |
| 2026-08-05 | 47.5940 |
| 2026-08-12 | 47.4291 |
| 2026-08-20 | 46.6742 |
| 2026-08-27 | 46.5573 |
| 2026-09-03 | 46.7568 |
| 2026-09-10 | 46.5343 |
| 2026-09-17 | 46.7648 |
| 2026-09-24 | 47.2977 |
High
50.2547
Low
46.5343
Average
48.2792
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=ALL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=ALL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=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¤cies=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.