Skip to content

AWG to SZL exchange rate API

Aruban Florin to Lilangeni · quoted 2026-09-26

9.1120

▼ +1.74% over YTD

1 AWG = 9.1120 SZL · 1 SZL = 0.10975 AWG · Get this rate via the API

1 AWG buys 9.1120 SZL as of 2026-09-26, so 1 SZL buys 0.10975 AWG. Over the year to date, AWG/SZL traded between 8.8832 and 9.4571, averaged 9.1282 and fell 1.74%. The API holds daily AWG/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AWG/SZL over YTD

AWG/SZL over YTD: show the values
PointAWG/SZL
2025-12-319.2733
2026-01-079.1359
2026-01-149.1440
2026-01-219.1625
2026-01-288.8861
2026-02-048.9075
2026-02-118.8832
2026-02-188.9480
2026-02-258.9081
2026-03-049.2336
2026-03-119.0874
2026-03-189.3187
2026-03-259.4571
2026-04-019.4292
2026-04-089.2190
2026-04-159.1248
2026-04-229.0922
2026-04-299.1882
2026-05-069.2760
2026-05-149.1741
2026-05-219.2196
2026-05-299.0725
2026-06-059.1233
2026-06-149.0983
2026-06-219.1884
2026-06-289.2036
2026-07-059.0654
2026-07-129.1239
2026-07-199.2193
2026-07-269.4049
2026-08-029.2434
2026-08-099.0171
2026-08-169.0390
2026-08-248.9448
2026-08-319.0350
2026-09-078.9300
2026-09-149.0469
2026-09-219.0645

High

9.4571

Low

8.8832

Average

9.1282

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AWG/SZL API questions

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

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

How far back does AWG/SZL historical data go?

Daily AWG/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 AWG/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.