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: show the values
| Point | SZL/YER |
|---|---|
| 2025-12-31 | 14.3623 |
| 2026-01-07 | 14.5777 |
| 2026-01-14 | 14.5643 |
| 2026-01-21 | 14.5400 |
| 2026-01-28 | 14.9703 |
| 2026-02-04 | 14.9505 |
| 2026-02-11 | 14.9874 |
| 2026-02-18 | 14.8829 |
| 2026-02-25 | 14.9549 |
| 2026-03-04 | 14.3985 |
| 2026-03-11 | 14.6672 |
| 2026-03-18 | 14.3033 |
| 2026-03-25 | 14.0942 |
| 2026-04-01 | 14.1378 |
| 2026-04-08 | 14.4582 |
| 2026-04-15 | 14.5629 |
| 2026-04-22 | 14.5604 |
| 2026-04-29 | 14.4198 |
| 2026-05-06 | 14.2901 |
| 2026-05-14 | 14.5304 |
| 2026-05-21 | 14.4589 |
| 2026-05-29 | 14.6946 |
| 2026-06-05 | 14.6126 |
| 2026-06-14 | 14.6493 |
| 2026-06-21 | 14.5052 |
| 2026-06-28 | 14.4816 |
| 2026-07-05 | 14.6689 |
| 2026-07-12 | 14.5552 |
| 2026-07-19 | 14.4051 |
| 2026-07-26 | 14.1556 |
| 2026-08-02 | 14.4015 |
| 2026-08-09 | 14.7128 |
| 2026-08-16 | 14.6573 |
| 2026-08-24 | 14.8066 |
| 2026-08-31 | 14.6320 |
| 2026-09-07 | 14.8269 |
| 2026-09-14 | 14.6379 |
| 2026-09-21 | 14.5821 |
High
14.9874
Low
14.0942
Average
14.5683
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=YER"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=YER");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.