Skip to content

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

SZL/VUV over 1Y: show the values
PointSZL/VUV
2025-09-266.7034
2025-10-036.9467
2025-10-107.0867
2025-10-177.0531
2025-10-247.0460
2025-10-317.0513
2025-11-077.0265
2025-11-147.1584
2025-11-217.1085
2025-11-287.1508
2025-12-057.1922
2025-12-137.1675
2025-12-207.2282
2025-12-277.2372
2026-01-037.3151
2026-01-107.3125
2026-01-177.3632
2026-01-247.4414
2026-01-317.3561
2026-02-077.4728
2026-02-147.4603
2026-02-217.4059
2026-02-287.4155
2026-03-077.1951
2026-03-146.9798
2026-03-216.9584
2026-03-286.9758
2026-04-047.0235
2026-04-117.2534
2026-04-187.2377
2026-04-257.1005
2026-05-027.1311
2026-05-097.2097
2026-05-177.0718
2026-05-257.2419
2026-06-017.2679
2026-06-107.2032
2026-06-177.3382
2026-06-247.2013
2026-07-017.3153
2026-07-087.3906
2026-07-157.3119
2026-07-227.2540
2026-07-297.1465
2026-08-057.2907
2026-08-127.3287
2026-08-207.3472
2026-08-277.3913
2026-09-037.3645
2026-09-107.3495
2026-09-177.2509
2026-09-247.2379

High

7.4728

Low

6.7034

Average

7.2138

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=VUV"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=VUV");
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=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&currencies=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.