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: show the values
| Point | AWG/SZL |
|---|---|
| 2025-09-26 | 9.7574 |
| 2025-10-03 | 9.6724 |
| 2025-10-10 | 9.6121 |
| 2025-10-17 | 9.6980 |
| 2025-10-24 | 9.6834 |
| 2025-10-31 | 9.6500 |
| 2025-11-07 | 9.7099 |
| 2025-11-14 | 9.5115 |
| 2025-11-21 | 9.6251 |
| 2025-11-28 | 9.5820 |
| 2025-12-05 | 9.4888 |
| 2025-12-13 | 9.4266 |
| 2025-12-20 | 9.3670 |
| 2025-12-27 | 9.3110 |
| 2026-01-03 | 9.2123 |
| 2026-01-10 | 9.2105 |
| 2026-01-17 | 9.1672 |
| 2026-01-24 | 9.0135 |
| 2026-01-31 | 9.0187 |
| 2026-02-07 | 8.9559 |
| 2026-02-14 | 8.9145 |
| 2026-02-21 | 8.9603 |
| 2026-02-28 | 8.8987 |
| 2026-03-07 | 9.2454 |
| 2026-03-14 | 9.4632 |
| 2026-03-21 | 9.5630 |
| 2026-03-28 | 9.5335 |
| 2026-04-04 | 9.4821 |
| 2026-04-11 | 9.1306 |
| 2026-04-18 | 9.0687 |
| 2026-04-25 | 9.2192 |
| 2026-05-02 | 9.2558 |
| 2026-05-09 | 9.0820 |
| 2026-05-17 | 9.3214 |
| 2026-05-25 | 9.1291 |
| 2026-06-01 | 9.0680 |
| 2026-06-10 | 9.2430 |
| 2026-06-17 | 9.0419 |
| 2026-06-24 | 9.2639 |
| 2026-07-01 | 9.1772 |
| 2026-07-08 | 9.0826 |
| 2026-07-15 | 9.1322 |
| 2026-07-22 | 9.1896 |
| 2026-07-29 | 9.3433 |
| 2026-08-05 | 9.1344 |
| 2026-08-12 | 9.0481 |
| 2026-08-20 | 8.9948 |
| 2026-08-27 | 8.9221 |
| 2026-09-03 | 8.9633 |
| 2026-09-10 | 8.9612 |
| 2026-09-17 | 9.1302 |
| 2026-09-24 | 9.1511 |
High
9.7574
Low
8.8987
Average
9.2623
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=SZL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=SZL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=AWG¤cies=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¤cies=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.