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: show the values
| Point | AZN/ALL |
|---|---|
| 2025-12-31 | 48.4223 |
| 2026-01-07 | 48.5872 |
| 2026-01-14 | 48.7702 |
| 2026-01-21 | 48.3850 |
| 2026-01-28 | 47.4580 |
| 2026-02-04 | 48.0761 |
| 2026-02-11 | 47.6013 |
| 2026-02-18 | 47.7981 |
| 2026-02-25 | 48.0195 |
| 2026-03-04 | 48.8234 |
| 2026-03-11 | 48.6356 |
| 2026-03-18 | 48.9581 |
| 2026-03-25 | 48.6143 |
| 2026-04-01 | 48.8035 |
| 2026-04-08 | 48.6257 |
| 2026-04-15 | 47.6659 |
| 2026-04-22 | 47.8874 |
| 2026-04-29 | 47.9532 |
| 2026-05-06 | 48.1843 |
| 2026-05-14 | 47.9681 |
| 2026-05-21 | 48.2915 |
| 2026-05-29 | 48.2197 |
| 2026-06-05 | 48.2359 |
| 2026-06-14 | 48.1948 |
| 2026-06-21 | 48.3733 |
| 2026-06-28 | 48.5074 |
| 2026-07-05 | 48.2491 |
| 2026-07-12 | 48.2992 |
| 2026-07-19 | 48.1947 |
| 2026-07-26 | 48.4160 |
| 2026-08-02 | 47.7315 |
| 2026-08-09 | 47.4123 |
| 2026-08-16 | 47.1670 |
| 2026-08-24 | 46.6217 |
| 2026-08-31 | 46.5022 |
| 2026-09-07 | 46.6587 |
| 2026-09-14 | 46.5881 |
| 2026-09-21 | 46.9247 |
High
48.9581
Low
46.5022
Average
47.9820
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.