Skip to content

SZL to YER exchange rate API

Lilangeni to Yemeni Rial · quoted 2026-09-26

14.5056

▲ +5.87% over 1Y

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 last year, SZL/YER traded between 13.7011 and 14.9777, averaged 14.3684 and rose 5.87%. 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 1Y

SZL/YER over 1Y: show the values
PointSZL/YER
2025-09-2613.7011
2025-10-0313.8152
2025-10-1013.8905
2025-10-1713.7600
2025-10-2413.7840
2025-10-3113.8088
2025-11-0713.7389
2025-11-1414.0080
2025-11-2113.8432
2025-11-2813.9050
2025-12-0514.0349
2025-12-1314.1342
2025-12-2014.2184
2025-12-2714.3045
2026-01-0314.4570
2026-01-1014.4598
2026-01-1714.5328
2026-01-2414.7696
2026-01-3114.7637
2026-02-0714.8697
2026-02-1414.9400
2026-02-2114.8635
2026-02-2814.9777
2026-03-0714.4055
2026-03-1414.0830
2026-03-2113.9371
2026-03-2813.9043
2026-04-0414.0605
2026-04-1114.4296
2026-04-1814.6069
2026-04-2514.3812
2026-05-0214.3216
2026-05-0914.5766
2026-05-1714.2999
2026-05-2514.6035
2026-06-0114.7022
2026-06-1014.4234
2026-06-1714.7430
2026-06-2414.3916
2026-07-0114.5245
2026-07-0814.5766
2026-07-1514.5060
2026-07-2214.4598
2026-07-2914.2419
2026-08-0514.5804
2026-08-1214.6450
2026-08-2014.7242
2026-08-2714.8392
2026-09-0314.7733
2026-09-1014.7776
2026-09-1714.4764
2026-09-2414.4441

High

14.9777

Low

13.7011

Average

14.3684

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.