AZN to LSL exchange rate API
Azerbaijanian Manat to Loti · quoted 2026-09-25
9.6631
▼ +7.22% over 1Y
1 AZN = 9.6631 LSL · 1 LSL = 0.10349 AZN · Get this rate via the API
1 AZN buys 9.6631 LSL as of 2026-09-25, so 1 LSL buys 0.10349 AZN. Over the last year, AZN/LSL traded between 9.3400 and 10.4145, averaged 9.7663 and fell 7.22%. The API holds daily AZN/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/LSL over 1Y: show the values
| Point | AZN/LSL |
|---|---|
| 2025-09-25 | 10.4145 |
| 2025-10-02 | 10.3452 |
| 2025-10-09 | 10.3183 |
| 2025-10-16 | 10.1828 |
| 2025-10-23 | 10.2535 |
| 2025-10-30 | 10.0952 |
| 2025-11-06 | 10.2340 |
| 2025-11-13 | 10.0616 |
| 2025-11-20 | 10.1188 |
| 2025-11-27 | 10.0767 |
| 2025-12-04 | 10.0327 |
| 2025-12-12 | 9.9190 |
| 2025-12-19 | 9.8453 |
| 2025-12-26 | 9.7916 |
| 2026-01-02 | 9.7318 |
| 2026-01-09 | 9.7217 |
| 2026-01-16 | 9.6161 |
| 2026-01-23 | 9.4778 |
| 2026-01-30 | 9.3400 |
| 2026-02-06 | 9.5552 |
| 2026-02-13 | 9.3857 |
| 2026-02-20 | 9.5140 |
| 2026-02-27 | 9.3657 |
| 2026-03-06 | 9.7534 |
| 2026-03-13 | 9.8488 |
| 2026-03-20 | 9.8558 |
| 2026-03-27 | 10.0465 |
| 2026-04-03 | 9.9621 |
| 2026-04-10 | 9.5964 |
| 2026-04-17 | 9.6703 |
| 2026-04-24 | 9.7695 |
| 2026-05-01 | 9.8250 |
| 2026-05-08 | 9.6489 |
| 2026-05-16 | 9.8195 |
| 2026-05-24 | 9.6797 |
| 2026-05-31 | 9.5399 |
| 2026-06-09 | 9.7003 |
| 2026-06-16 | 9.5360 |
| 2026-06-23 | 9.6560 |
| 2026-06-30 | 9.6806 |
| 2026-07-07 | 9.5481 |
| 2026-07-14 | 9.6848 |
| 2026-07-21 | 9.7014 |
| 2026-07-28 | 9.8714 |
| 2026-08-04 | 9.7131 |
| 2026-08-11 | 9.5228 |
| 2026-08-18 | 9.5535 |
| 2026-08-26 | 9.3747 |
| 2026-09-02 | 9.5149 |
| 2026-09-09 | 9.4060 |
| 2026-09-16 | 9.5457 |
| 2026-09-23 | 9.5271 |
High
10.4145
Low
9.3400
Average
9.7663
Get this rate via the API
One GET request returns the AZN/LSL 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=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LSL").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/LSL API questions
How do I get the AZN/LSL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=LSL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/LSL rate in rates.LSL.
How far back does AZN/LSL historical data go?
Daily AZN/LSL 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/LSL 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.