Skip to content

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

SZL/AMD over 1Y: show the values
PointSZL/AMD
2025-09-2721.9708
2025-10-0422.2147
2025-10-1121.8330
2025-10-1822.0841
2025-10-2522.0942
2025-11-0122.0547
2025-11-0822.1193
2025-11-1522.3606
2025-11-2221.9869
2025-11-2922.2466
2025-12-0622.5321
2025-12-1422.8275
2025-12-2122.9214
2025-12-2823.0767
2026-01-0423.3179
2026-01-1123.2651
2026-01-1823.1554
2026-01-2523.7533
2026-02-0123.7011
2026-02-0823.5666
2026-02-1523.8859
2026-02-2223.5026
2026-03-0123.7115
2026-03-0822.7912
2026-03-1522.3442
2026-03-2222.2123
2026-03-2922.0629
2026-04-0522.2068
2026-04-1222.9165
2026-04-1922.8345
2026-04-2622.3719
2026-05-0322.2552
2026-05-1022.5229
2026-05-1822.2591
2026-05-2622.5311
2026-06-0222.6306
2026-06-1122.2824
2026-06-1822.5541
2026-06-2522.1722
2026-07-0222.4404
2026-07-0922.3554
2026-07-1622.3581
2026-07-2322.3547
2026-07-3021.9244
2026-08-0622.3924
2026-08-1322.6758
2026-08-2122.6434
2026-08-2822.7570
2026-09-0422.7484
2026-09-1122.4567
2026-09-1822.2483
2026-09-2522.1060

High

23.8859

Low

21.8330

Average

22.5832

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=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&currencies=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.