SZL to AMD exchange rate API
Lilangeni to Armenian Dram · quoted 2026-09-27
22.3172
▲ +1.58% over 1Y
1 SZL = 22.3172 AMD · 1 AMD = 0.04481 SZL · Get this rate via the API
1 SZL buys 22.3172 AMD as of 2026-09-27, so 1 AMD buys 0.04481 SZL. Over the last year, SZL/AMD traded between 21.8330 and 23.8859, averaged 22.5832 and rose 1.58%. The API holds daily SZL/AMD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/AMD over 1Y: show the values
| Point | SZL/AMD |
|---|---|
| 2025-09-27 | 21.9708 |
| 2025-10-04 | 22.2147 |
| 2025-10-11 | 21.8330 |
| 2025-10-18 | 22.0841 |
| 2025-10-25 | 22.0942 |
| 2025-11-01 | 22.0547 |
| 2025-11-08 | 22.1193 |
| 2025-11-15 | 22.3606 |
| 2025-11-22 | 21.9869 |
| 2025-11-29 | 22.2466 |
| 2025-12-06 | 22.5321 |
| 2025-12-14 | 22.8275 |
| 2025-12-21 | 22.9214 |
| 2025-12-28 | 23.0767 |
| 2026-01-04 | 23.3179 |
| 2026-01-11 | 23.2651 |
| 2026-01-18 | 23.1554 |
| 2026-01-25 | 23.7533 |
| 2026-02-01 | 23.7011 |
| 2026-02-08 | 23.5666 |
| 2026-02-15 | 23.8859 |
| 2026-02-22 | 23.5026 |
| 2026-03-01 | 23.7115 |
| 2026-03-08 | 22.7912 |
| 2026-03-15 | 22.3442 |
| 2026-03-22 | 22.2123 |
| 2026-03-29 | 22.0629 |
| 2026-04-05 | 22.2068 |
| 2026-04-12 | 22.9165 |
| 2026-04-19 | 22.8345 |
| 2026-04-26 | 22.3719 |
| 2026-05-03 | 22.2552 |
| 2026-05-10 | 22.5229 |
| 2026-05-18 | 22.2591 |
| 2026-05-26 | 22.5311 |
| 2026-06-02 | 22.6306 |
| 2026-06-11 | 22.2824 |
| 2026-06-18 | 22.5541 |
| 2026-06-25 | 22.1722 |
| 2026-07-02 | 22.4404 |
| 2026-07-09 | 22.3554 |
| 2026-07-16 | 22.3581 |
| 2026-07-23 | 22.3547 |
| 2026-07-30 | 21.9244 |
| 2026-08-06 | 22.3924 |
| 2026-08-13 | 22.6758 |
| 2026-08-21 | 22.6434 |
| 2026-08-28 | 22.7570 |
| 2026-09-04 | 22.7484 |
| 2026-09-11 | 22.4567 |
| 2026-09-18 | 22.2483 |
| 2026-09-25 | 22.1060 |
High
23.8859
Low
21.8330
Average
22.5832
Get this rate via the API
One GET request returns the SZL/AMD 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=SZL¤cies=AMD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=AMD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=AMD").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/AMD API questions
How do I get the SZL/AMD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=AMD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/AMD rate in rates.AMD.
How far back does SZL/AMD historical data go?
Daily SZL/AMD 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 SZL/AMD 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.