Skip to content

SZL to AMD exchange rate API

Lilangeni to Armenian Dram · quoted 2026-09-27

22.3172

▲ +2.39% over 5Y

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 5 years, SZL/AMD traded between 20.4702 and 23.6061, averaged 22.0056 and rose 2.39%. 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 5Y

SZL/AMD over 5Y: show the values
PointSZL/AMD
2024-08-2421.7964
2024-10-0722.0581
2024-11-0622.0102
2024-12-0622.3178
2025-01-0521.1879
2025-02-0421.1547
2025-03-0621.4153
2025-04-0620.4702
2025-05-0621.1911
2025-06-0721.5671
2025-07-0721.7360
2025-08-0621.3413
2025-09-0521.5138
2025-10-0622.1954
2025-11-0521.7503
2025-12-0522.4419
2026-01-0523.1002
2026-02-0423.6061
2026-03-0622.7396
2026-04-0522.2068
2026-05-0522.0390
2026-06-0622.2487
2026-07-0822.5890
2026-08-0722.3899
2026-09-0722.7616

High

23.6061

Low

20.4702

Average

22.0056

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.