AZN to SZL exchange rate API
Azerbaijanian Manat to Lilangeni · quoted 2026-09-26
9.5944
▼ +8.62% over 1Y
1 AZN = 9.5944 SZL · 1 SZL = 0.10423 AZN · Get this rate via the API
1 AZN buys 9.5944 SZL as of 2026-09-26, so 1 SZL buys 0.10423 AZN. Over the last year, AZN/SZL traded between 9.3643 and 10.4994, averaged 9.7686 and fell 8.62%. The API holds daily AZN/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
AZN/SZL over 1Y: show the values
| Point | AZN/SZL |
|---|---|
| 2025-09-26 | 10.4994 |
| 2025-10-03 | 10.4080 |
| 2025-10-10 | 10.3430 |
| 2025-10-17 | 10.2115 |
| 2025-10-24 | 10.1960 |
| 2025-10-31 | 10.1537 |
| 2025-11-07 | 10.2239 |
| 2025-11-14 | 10.0151 |
| 2025-11-21 | 10.1347 |
| 2025-11-28 | 10.0893 |
| 2025-12-05 | 9.9911 |
| 2025-12-13 | 9.9257 |
| 2025-12-20 | 9.8629 |
| 2025-12-27 | 9.8040 |
| 2026-01-03 | 9.7000 |
| 2026-01-10 | 9.6981 |
| 2026-01-17 | 9.6525 |
| 2026-01-24 | 9.4837 |
| 2026-01-31 | 9.4962 |
| 2026-02-07 | 9.4300 |
| 2026-02-14 | 9.3864 |
| 2026-02-21 | 9.4347 |
| 2026-02-28 | 9.3643 |
| 2026-03-07 | 9.7348 |
| 2026-03-14 | 9.9642 |
| 2026-03-21 | 10.0693 |
| 2026-03-28 | 10.0708 |
| 2026-04-04 | 9.9841 |
| 2026-04-11 | 9.6451 |
| 2026-04-18 | 9.5865 |
| 2026-04-25 | 9.7388 |
| 2026-05-02 | 9.7774 |
| 2026-05-09 | 9.6072 |
| 2026-05-17 | 9.8040 |
| 2026-05-25 | 9.6124 |
| 2026-06-01 | 9.5480 |
| 2026-06-10 | 9.7324 |
| 2026-06-17 | 9.5206 |
| 2026-06-24 | 9.7543 |
| 2026-07-01 | 9.6630 |
| 2026-07-08 | 9.5635 |
| 2026-07-15 | 9.6157 |
| 2026-07-22 | 9.6761 |
| 2026-07-29 | 9.8380 |
| 2026-08-05 | 9.6180 |
| 2026-08-12 | 9.5271 |
| 2026-08-20 | 9.4712 |
| 2026-08-27 | 9.3946 |
| 2026-09-03 | 9.4377 |
| 2026-09-10 | 9.4356 |
| 2026-09-17 | 9.6135 |
| 2026-09-24 | 9.6354 |
High
10.4994
Low
9.3643
Average
9.7686
Get this rate via the API
One GET request returns the AZN/SZL 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=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=SZL").json()Replace YOUR_API_KEY with the key from your dashboard.
AZN/SZL API questions
How do I get the AZN/SZL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AZN¤cies=SZL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest AZN/SZL rate in rates.SZL.
How far back does AZN/SZL historical data go?
Daily AZN/SZL 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/SZL 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.