SZL to VUV exchange rate API
Lilangeni to Vatu · quoted 2026-09-26
7.2632
▲ +8.35% over 1Y
1 SZL = 7.2632 VUV · 1 VUV = 0.13768 SZL · Get this rate via the API
1 SZL buys 7.2632 VUV as of 2026-09-26, so 1 VUV buys 0.13768 SZL. Over the last year, SZL/VUV traded between 6.7034 and 7.4728, averaged 7.2138 and rose 8.35%. The API holds daily SZL/VUV rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/VUV over 1Y: show the values
| Point | SZL/VUV |
|---|---|
| 2025-09-26 | 6.7034 |
| 2025-10-03 | 6.9467 |
| 2025-10-10 | 7.0867 |
| 2025-10-17 | 7.0531 |
| 2025-10-24 | 7.0460 |
| 2025-10-31 | 7.0513 |
| 2025-11-07 | 7.0265 |
| 2025-11-14 | 7.1584 |
| 2025-11-21 | 7.1085 |
| 2025-11-28 | 7.1508 |
| 2025-12-05 | 7.1922 |
| 2025-12-13 | 7.1675 |
| 2025-12-20 | 7.2282 |
| 2025-12-27 | 7.2372 |
| 2026-01-03 | 7.3151 |
| 2026-01-10 | 7.3125 |
| 2026-01-17 | 7.3632 |
| 2026-01-24 | 7.4414 |
| 2026-01-31 | 7.3561 |
| 2026-02-07 | 7.4728 |
| 2026-02-14 | 7.4603 |
| 2026-02-21 | 7.4059 |
| 2026-02-28 | 7.4155 |
| 2026-03-07 | 7.1951 |
| 2026-03-14 | 6.9798 |
| 2026-03-21 | 6.9584 |
| 2026-03-28 | 6.9758 |
| 2026-04-04 | 7.0235 |
| 2026-04-11 | 7.2534 |
| 2026-04-18 | 7.2377 |
| 2026-04-25 | 7.1005 |
| 2026-05-02 | 7.1311 |
| 2026-05-09 | 7.2097 |
| 2026-05-17 | 7.0718 |
| 2026-05-25 | 7.2419 |
| 2026-06-01 | 7.2679 |
| 2026-06-10 | 7.2032 |
| 2026-06-17 | 7.3382 |
| 2026-06-24 | 7.2013 |
| 2026-07-01 | 7.3153 |
| 2026-07-08 | 7.3906 |
| 2026-07-15 | 7.3119 |
| 2026-07-22 | 7.2540 |
| 2026-07-29 | 7.1465 |
| 2026-08-05 | 7.2907 |
| 2026-08-12 | 7.3287 |
| 2026-08-20 | 7.3472 |
| 2026-08-27 | 7.3913 |
| 2026-09-03 | 7.3645 |
| 2026-09-10 | 7.3495 |
| 2026-09-17 | 7.2509 |
| 2026-09-24 | 7.2379 |
High
7.4728
Low
6.7034
Average
7.2138
Get this rate via the API
One GET request returns the SZL/VUV 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=VUV"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=VUV");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=VUV").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/VUV API questions
How do I get the SZL/VUV exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=VUV, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/VUV rate in rates.VUV.
How far back does SZL/VUV historical data go?
Daily SZL/VUV 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/VUV 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.