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: show the values
| Point | SZL/AFN |
|---|---|
| 2025-09-26 | 3.9504 |
| 2025-10-03 | 3.8952 |
| 2025-10-10 | 3.8825 |
| 2025-10-17 | 3.8320 |
| 2025-10-24 | 3.8298 |
| 2025-10-31 | 3.8649 |
| 2025-11-07 | 3.8248 |
| 2025-11-14 | 3.8995 |
| 2025-11-21 | 3.8533 |
| 2025-11-28 | 3.8558 |
| 2025-12-05 | 3.8656 |
| 2025-12-13 | 3.9178 |
| 2025-12-20 | 3.9514 |
| 2025-12-27 | 3.9740 |
| 2026-01-03 | 4.0213 |
| 2026-01-10 | 4.0030 |
| 2026-01-17 | 3.9616 |
| 2026-01-24 | 4.0371 |
| 2026-01-31 | 4.0819 |
| 2026-02-07 | 4.0917 |
| 2026-02-14 | 4.0892 |
| 2026-02-21 | 3.9523 |
| 2026-02-28 | 3.9852 |
| 2026-03-07 | 3.7734 |
| 2026-03-14 | 3.6863 |
| 2026-03-21 | 3.7364 |
| 2026-03-28 | 3.7006 |
| 2026-04-04 | 3.8287 |
| 2026-04-11 | 3.9248 |
| 2026-04-18 | 3.9488 |
| 2026-04-25 | 3.7362 |
| 2026-05-02 | 3.8415 |
| 2026-05-09 | 3.9095 |
| 2026-05-17 | 3.8152 |
| 2026-05-25 | 3.8578 |
| 2026-06-01 | 3.8816 |
| 2026-06-10 | 3.7738 |
| 2026-06-17 | 3.8993 |
| 2026-06-24 | 3.8294 |
| 2026-07-01 | 3.8890 |
| 2026-07-08 | 3.9356 |
| 2026-07-15 | 4.0609 |
| 2026-07-22 | 4.0511 |
| 2026-07-29 | 3.9204 |
| 2026-08-05 | 4.0055 |
| 2026-08-12 | 4.0389 |
| 2026-08-20 | 4.0651 |
| 2026-08-27 | 4.0910 |
| 2026-09-03 | 4.1001 |
| 2026-09-10 | 4.0936 |
| 2026-09-17 | 3.9688 |
| 2026-09-24 | 3.9061 |
High
4.1001
Low
3.6863
Average
3.9217
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.