Skip to content

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

AZN/LSL over 1Y: show the values
PointAZN/LSL
2025-09-2510.4145
2025-10-0210.3452
2025-10-0910.3183
2025-10-1610.1828
2025-10-2310.2535
2025-10-3010.0952
2025-11-0610.2340
2025-11-1310.0616
2025-11-2010.1188
2025-11-2710.0767
2025-12-0410.0327
2025-12-129.9190
2025-12-199.8453
2025-12-269.7916
2026-01-029.7318
2026-01-099.7217
2026-01-169.6161
2026-01-239.4778
2026-01-309.3400
2026-02-069.5552
2026-02-139.3857
2026-02-209.5140
2026-02-279.3657
2026-03-069.7534
2026-03-139.8488
2026-03-209.8558
2026-03-2710.0465
2026-04-039.9621
2026-04-109.5964
2026-04-179.6703
2026-04-249.7695
2026-05-019.8250
2026-05-089.6489
2026-05-169.8195
2026-05-249.6797
2026-05-319.5399
2026-06-099.7003
2026-06-169.5360
2026-06-239.6560
2026-06-309.6806
2026-07-079.5481
2026-07-149.6848
2026-07-219.7014
2026-07-289.8714
2026-08-049.7131
2026-08-119.5228
2026-08-189.5535
2026-08-269.3747
2026-09-029.5149
2026-09-099.4060
2026-09-169.5457
2026-09-239.5271

High

10.4145

Low

9.3400

Average

9.7663

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=LSL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN&currencies=LSL");
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=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&currencies=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.