Skip to content

USD to SZL exchange rate API

US Dollar to Lilangeni · quoted 2026-09-24

16.3804

▼ +5.07% over 1Y

1 USD = 16.3804 SZL · 1 SZL = 0.06105 USD · Get this rate via the API

1 USD buys 16.3804 SZL as of 2026-09-24, so 1 SZL buys 0.06105 USD. Over the last year, USD/SZL traded between 15.7404 and 17.5497, averaged 16.5782 and fell 5.07%. The API holds daily USD/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/SZL over 1Y

USD/SZL over 1Y: show the values
PointUSD/SZL
2025-09-2417.2562
2025-10-0117.2663
2025-10-0817.2541
2025-10-1517.3515
2025-10-2217.4104
2025-10-2917.1506
2025-11-0517.5497
2025-11-1217.1668
2025-11-1917.2049
2025-11-2617.1842
2025-12-0317.0993
2025-12-1116.9527
2025-12-1816.7841
2025-12-2516.6627
2026-01-0116.5261
2026-01-0816.4577
2026-01-1516.4040
2026-01-2216.2597
2026-01-2915.7404
2026-02-0516.0894
2026-02-1215.9093
2026-02-1916.0321
2026-02-2615.8540
2026-03-0516.3663
2026-03-1216.6228
2026-03-1916.9265
2026-03-2617.0086
2026-04-0216.9633
2026-04-0916.6150
2026-04-1616.3558
2026-04-2316.4886
2026-04-3016.8496
2026-05-0716.3533
2026-05-1516.4782
2026-05-2316.4575
2026-05-3016.2351
2026-06-0616.5643
2026-06-1516.1508
2026-06-2216.4391
2026-06-2916.4707
2026-07-0616.2538
2026-07-1316.3932
2026-07-2016.5167
2026-07-2716.7231
2026-08-0316.4786
2026-08-1016.1625
2026-08-1716.1793
2026-08-2516.0108
2026-09-0116.1142
2026-09-0815.9928
2026-09-1516.2757
2026-09-2216.2506

High

17.5497

Low

15.7404

Average

16.5782

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

USD/SZL API questions

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

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

How far back does USD/SZL historical data go?

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