Skip to content

AWG to SZL exchange rate API

Aruban Florin to Lilangeni · quoted 2026-09-26

9.1120

▼ +6.61% over 1Y

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 last year, AWG/SZL traded between 8.8987 and 9.7574, averaged 9.2623 and fell 6.61%. 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 1Y

AWG/SZL over 1Y: show the values
PointAWG/SZL
2025-09-269.7574
2025-10-039.6724
2025-10-109.6121
2025-10-179.6980
2025-10-249.6834
2025-10-319.6500
2025-11-079.7099
2025-11-149.5115
2025-11-219.6251
2025-11-289.5820
2025-12-059.4888
2025-12-139.4266
2025-12-209.3670
2025-12-279.3110
2026-01-039.2123
2026-01-109.2105
2026-01-179.1672
2026-01-249.0135
2026-01-319.0187
2026-02-078.9559
2026-02-148.9145
2026-02-218.9603
2026-02-288.8987
2026-03-079.2454
2026-03-149.4632
2026-03-219.5630
2026-03-289.5335
2026-04-049.4821
2026-04-119.1306
2026-04-189.0687
2026-04-259.2192
2026-05-029.2558
2026-05-099.0820
2026-05-179.3214
2026-05-259.1291
2026-06-019.0680
2026-06-109.2430
2026-06-179.0419
2026-06-249.2639
2026-07-019.1772
2026-07-089.0826
2026-07-159.1322
2026-07-229.1896
2026-07-299.3433
2026-08-059.1344
2026-08-129.0481
2026-08-208.9948
2026-08-278.9221
2026-09-038.9633
2026-09-108.9612
2026-09-179.1302
2026-09-249.1511

High

9.7574

Low

8.8987

Average

9.2623

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.