Skip to content

ANG to SZL exchange rate API

Netherlands Antillean Guilder to Lilangeni · quoted 2026-09-26

9.0666

▼ +1.51% over YTD

1 ANG = 9.0666 SZL · 1 SZL = 0.11030 ANG · Get this rate via the API

1 ANG buys 9.0666 SZL as of 2026-09-26, so 1 SZL buys 0.11030 ANG. Over the year to date, ANG/SZL traded between 8.8213 and 9.4138, averaged 9.0947 and fell 1.51%. The API holds daily ANG/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ANG/SZL over YTD

ANG/SZL over YTD: show the values
PointANG/SZL
2025-12-319.2055
2026-01-079.0699
2026-01-149.0784
2026-01-219.1026
2026-01-288.8597
2026-02-048.8770
2026-02-118.8213
2026-02-188.9004
2026-02-258.8567
2026-03-049.1704
2026-03-119.0228
2026-03-189.2790
2026-03-259.4138
2026-04-019.3721
2026-04-089.2055
2026-04-199.1701
2026-04-269.2713
2026-05-039.3081
2026-05-109.1353
2026-05-189.2714
2026-05-269.0734
2026-06-029.0282
2026-06-119.1762
2026-06-189.0536
2026-06-259.1934
2026-07-029.1606
2026-07-099.1099
2026-07-169.1137
2026-07-239.0874
2026-07-309.2846
2026-08-069.0756
2026-08-138.9571
2026-08-218.9262
2026-08-288.8852
2026-09-048.8906
2026-09-118.9916
2026-09-189.1126
2026-09-259.1152

High

9.4138

Low

8.8213

Average

9.0947

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

ANG/SZL API questions

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

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

How far back does ANG/SZL historical data go?

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