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: show the values
| Point | SZL/YER |
|---|---|
| 2025-09-26 | 13.7011 |
| 2025-10-03 | 13.8152 |
| 2025-10-10 | 13.8905 |
| 2025-10-17 | 13.7600 |
| 2025-10-24 | 13.7840 |
| 2025-10-31 | 13.8088 |
| 2025-11-07 | 13.7389 |
| 2025-11-14 | 14.0080 |
| 2025-11-21 | 13.8432 |
| 2025-11-28 | 13.9050 |
| 2025-12-05 | 14.0349 |
| 2025-12-13 | 14.1342 |
| 2025-12-20 | 14.2184 |
| 2025-12-27 | 14.3045 |
| 2026-01-03 | 14.4570 |
| 2026-01-10 | 14.4598 |
| 2026-01-17 | 14.5328 |
| 2026-01-24 | 14.7696 |
| 2026-01-31 | 14.7637 |
| 2026-02-07 | 14.8697 |
| 2026-02-14 | 14.9400 |
| 2026-02-21 | 14.8635 |
| 2026-02-28 | 14.9777 |
| 2026-03-07 | 14.4055 |
| 2026-03-14 | 14.0830 |
| 2026-03-21 | 13.9371 |
| 2026-03-28 | 13.9043 |
| 2026-04-04 | 14.0605 |
| 2026-04-11 | 14.4296 |
| 2026-04-18 | 14.6069 |
| 2026-04-25 | 14.3812 |
| 2026-05-02 | 14.3216 |
| 2026-05-09 | 14.5766 |
| 2026-05-17 | 14.2999 |
| 2026-05-25 | 14.6035 |
| 2026-06-01 | 14.7022 |
| 2026-06-10 | 14.4234 |
| 2026-06-17 | 14.7430 |
| 2026-06-24 | 14.3916 |
| 2026-07-01 | 14.5245 |
| 2026-07-08 | 14.5766 |
| 2026-07-15 | 14.5060 |
| 2026-07-22 | 14.4598 |
| 2026-07-29 | 14.2419 |
| 2026-08-05 | 14.5804 |
| 2026-08-12 | 14.6450 |
| 2026-08-20 | 14.7242 |
| 2026-08-27 | 14.8392 |
| 2026-09-03 | 14.7733 |
| 2026-09-10 | 14.7776 |
| 2026-09-17 | 14.4764 |
| 2026-09-24 | 14.4441 |
High
14.9777
Low
13.7011
Average
14.3684
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.