SZL to VEF exchange rate API
Lilangeni to Bolivar · quoted 2026-09-26
5234807.72
▲ +438.79% over 1Y
1 SZL = 5234807.72 VEF · 1 VEF = 0.000000 SZL · Get this rate via the API
1 SZL buys 5234807.72 VEF as of 2026-09-26, so 1 VEF buys 0.000000 SZL. Over the last year, SZL/VEF traded between 971587.89 and 5234807.72, averaged 2868458.13 and rose 438.79%. The API holds daily SZL/VEF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/VEF over 1Y: show the values
| Point | SZL/VEF |
|---|---|
| 2025-09-26 | 971587.89 |
| 2025-10-03 | 1042247.35 |
| 2025-10-10 | 1110711.55 |
| 2025-10-17 | 1165070.61 |
| 2025-10-24 | 1222645.45 |
| 2025-10-31 | 1279454.23 |
| 2025-11-07 | 1308783.52 |
| 2025-11-14 | 1367952.90 |
| 2025-11-21 | 1388190.88 |
| 2025-11-28 | 1420182.65 |
| 2025-12-05 | 1471117.74 |
| 2025-12-13 | 1583770.84 |
| 2025-12-20 | 1681784.27 |
| 2025-12-27 | 1736010.22 |
| 2026-01-03 | 1823048.62 |
| 2026-01-10 | 1969821.11 |
| 2026-01-17 | 2079850.43 |
| 2026-01-24 | 2192102.86 |
| 2026-01-31 | 2269653.44 |
| 2026-02-07 | 2371499.25 |
| 2026-02-15 | 2462128.80 |
| 2026-02-22 | 2506251.02 |
| 2026-03-01 | 2621607.06 |
| 2026-03-08 | 2609424.80 |
| 2026-03-15 | 2630656.33 |
| 2026-03-22 | 2674710.74 |
| 2026-03-30 | 2750193.99 |
| 2026-04-06 | 2788933.78 |
| 2026-05-19 | 3107056.44 |
| 2026-05-27 | 3282611.84 |
| 2026-06-03 | 3430202.48 |
| 2026-06-12 | 3573260.47 |
| 2026-06-19 | 3668868.70 |
| 2026-06-26 | 3758834.80 |
| 2026-07-04 | 3976330.43 |
| 2026-07-11 | 4340012.64 |
| 2026-07-18 | 4437883.92 |
| 2026-07-25 | 4387320.33 |
| 2026-08-01 | 4512244.16 |
| 2026-08-08 | 4681372.44 |
| 2026-08-15 | 4757062.39 |
| 2026-08-23 | 4854314.53 |
| 2026-08-30 | 4889501.86 |
| 2026-09-06 | 5048785.88 |
| 2026-09-13 | 5151622.26 |
| 2026-09-21 | 5226046.29 |
High
5234807.72
Low
971587.89
Average
2868458.13
Get this rate via the API
One GET request returns the SZL/VEF 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=VEF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=VEF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=VEF").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/VEF API questions
How do I get the SZL/VEF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=VEF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/VEF rate in rates.VEF.
How far back does SZL/VEF historical data go?
Daily SZL/VEF 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/VEF 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.