Skip to content

SZL to YER exchange rate API

Lilangeni to Yemeni Rial · quoted 2026-09-26

14.5056

▲ +1.00% over YTD

1 SZL = 14.5056 YER · 1 YER = 0.06894 SZL · Get this rate via the API

1 SZL buys 14.5056 YER as of 2026-09-26, so 1 YER buys 0.06894 SZL. Over the year to date, SZL/YER traded between 14.0942 and 14.9874, averaged 14.5683 and rose 1.00%. The API holds daily SZL/YER rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/YER over YTD

SZL/YER over YTD: show the values
PointSZL/YER
2025-12-3114.3623
2026-01-0714.5777
2026-01-1414.5643
2026-01-2114.5400
2026-01-2814.9703
2026-02-0414.9505
2026-02-1114.9874
2026-02-1814.8829
2026-02-2514.9549
2026-03-0414.3985
2026-03-1114.6672
2026-03-1814.3033
2026-03-2514.0942
2026-04-0114.1378
2026-04-0814.4582
2026-04-1514.5629
2026-04-2214.5604
2026-04-2914.4198
2026-05-0614.2901
2026-05-1414.5304
2026-05-2114.4589
2026-05-2914.6946
2026-06-0514.6126
2026-06-1414.6493
2026-06-2114.5052
2026-06-2814.4816
2026-07-0514.6689
2026-07-1214.5552
2026-07-1914.4051
2026-07-2614.1556
2026-08-0214.4015
2026-08-0914.7128
2026-08-1614.6573
2026-08-2414.8066
2026-08-3114.6320
2026-09-0714.8269
2026-09-1414.6379
2026-09-2114.5821

High

14.9874

Low

14.0942

Average

14.5683

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/YER API questions

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

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

How far back does SZL/YER historical data go?

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