Skip to content

SZL to PYG exchange rate API

Lilangeni to Guarani · quoted 2026-09-26

363.1223

▼ +11.08% over 1Y

1 SZL = 363.1223 PYG · 1 PYG = 0.002754 SZL · Get this rate via the API

1 SZL buys 363.1223 PYG as of 2026-09-26, so 1 PYG buys 0.002754 SZL. Over the last year, SZL/PYG traded between 358.4243 and 415.4305, averaged 388.4209 and fell 11.08%. The API holds daily SZL/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/PYG over 1Y

SZL/PYG over 1Y: show the values
PointSZL/PYG
2025-09-26408.3587
2025-10-03409.2237
2025-10-10407.6432
2025-10-17405.5909
2025-10-24407.7028
2025-10-31410.3859
2025-11-07407.6905
2025-11-14414.2749
2025-11-21408.1557
2025-11-28407.1519
2025-12-05409.2587
2025-12-13405.8843
2025-12-20399.9213
2025-12-27407.5714
2026-01-03397.4806
2026-01-10399.0606
2026-01-17412.6929
2026-01-24414.3556
2026-01-31415.4305
2026-02-07411.2419
2026-02-14411.2791
2026-02-21403.1148
2026-02-28404.1096
2026-03-07395.2599
2026-03-14380.5152
2026-03-21381.1559
2026-03-28381.0440
2026-04-04381.1708
2026-04-11393.3615
2026-04-18389.9830
2026-04-25381.4836
2026-05-02369.2371
2026-05-09373.0941
2026-05-17365.1997
2026-05-25374.9082
2026-06-01377.8485
2026-06-10370.9588
2026-06-17377.5354
2026-06-24368.4216
2026-07-01369.7351
2026-07-08375.2529
2026-07-15369.9315
2026-07-22369.1123
2026-07-29358.4243
2026-08-05364.2002
2026-08-12367.4090
2026-08-20371.6362
2026-08-27374.8025
2026-09-03368.1243
2026-09-10367.9752
2026-09-17365.2405
2026-09-24362.5828

High

415.4305

Low

358.4243

Average

388.4209

For developers

Get this rate via the API

One GET request returns the SZL/PYG 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=PYG"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=PYG");
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=PYG").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/PYG API questions

How do I get the SZL/PYG exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/PYG rate in rates.PYG.

How far back does SZL/PYG historical data go?

Daily SZL/PYG 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/PYG 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.