Skip to content

SZL to AFN exchange rate API

Lilangeni to Afghani · quoted 2026-09-26

3.9598

▲ +0.24% over 1Y

1 SZL = 3.9598 AFN · 1 AFN = 0.25254 SZL · Get this rate via the API

1 SZL buys 3.9598 AFN as of 2026-09-26, so 1 AFN buys 0.25254 SZL. Over the last year, SZL/AFN traded between 3.6863 and 4.1001, averaged 3.9217 and rose 0.24%. The API holds daily SZL/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/AFN over 1Y

SZL/AFN over 1Y: show the values
PointSZL/AFN
2025-09-263.9504
2025-10-033.8952
2025-10-103.8825
2025-10-173.8320
2025-10-243.8298
2025-10-313.8649
2025-11-073.8248
2025-11-143.8995
2025-11-213.8533
2025-11-283.8558
2025-12-053.8656
2025-12-133.9178
2025-12-203.9514
2025-12-273.9740
2026-01-034.0213
2026-01-104.0030
2026-01-173.9616
2026-01-244.0371
2026-01-314.0819
2026-02-074.0917
2026-02-144.0892
2026-02-213.9523
2026-02-283.9852
2026-03-073.7734
2026-03-143.6863
2026-03-213.7364
2026-03-283.7006
2026-04-043.8287
2026-04-113.9248
2026-04-183.9488
2026-04-253.7362
2026-05-023.8415
2026-05-093.9095
2026-05-173.8152
2026-05-253.8578
2026-06-013.8816
2026-06-103.7738
2026-06-173.8993
2026-06-243.8294
2026-07-013.8890
2026-07-083.9356
2026-07-154.0609
2026-07-224.0511
2026-07-293.9204
2026-08-054.0055
2026-08-124.0389
2026-08-204.0651
2026-08-274.0910
2026-09-034.1001
2026-09-104.0936
2026-09-173.9688
2026-09-243.9061

High

4.1001

Low

3.6863

Average

3.9217

For developers

Get this rate via the API

One GET request returns the SZL/AFN 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=AFN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=AFN");
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=AFN").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/AFN API questions

How do I get the SZL/AFN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=AFN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/AFN rate in rates.AFN.

How far back does SZL/AFN historical data go?

Daily SZL/AFN 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/AFN 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.