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: show the values
| Point | SZL/PYG |
|---|---|
| 2025-09-26 | 408.3587 |
| 2025-10-03 | 409.2237 |
| 2025-10-10 | 407.6432 |
| 2025-10-17 | 405.5909 |
| 2025-10-24 | 407.7028 |
| 2025-10-31 | 410.3859 |
| 2025-11-07 | 407.6905 |
| 2025-11-14 | 414.2749 |
| 2025-11-21 | 408.1557 |
| 2025-11-28 | 407.1519 |
| 2025-12-05 | 409.2587 |
| 2025-12-13 | 405.8843 |
| 2025-12-20 | 399.9213 |
| 2025-12-27 | 407.5714 |
| 2026-01-03 | 397.4806 |
| 2026-01-10 | 399.0606 |
| 2026-01-17 | 412.6929 |
| 2026-01-24 | 414.3556 |
| 2026-01-31 | 415.4305 |
| 2026-02-07 | 411.2419 |
| 2026-02-14 | 411.2791 |
| 2026-02-21 | 403.1148 |
| 2026-02-28 | 404.1096 |
| 2026-03-07 | 395.2599 |
| 2026-03-14 | 380.5152 |
| 2026-03-21 | 381.1559 |
| 2026-03-28 | 381.0440 |
| 2026-04-04 | 381.1708 |
| 2026-04-11 | 393.3615 |
| 2026-04-18 | 389.9830 |
| 2026-04-25 | 381.4836 |
| 2026-05-02 | 369.2371 |
| 2026-05-09 | 373.0941 |
| 2026-05-17 | 365.1997 |
| 2026-05-25 | 374.9082 |
| 2026-06-01 | 377.8485 |
| 2026-06-10 | 370.9588 |
| 2026-06-17 | 377.5354 |
| 2026-06-24 | 368.4216 |
| 2026-07-01 | 369.7351 |
| 2026-07-08 | 375.2529 |
| 2026-07-15 | 369.9315 |
| 2026-07-22 | 369.1123 |
| 2026-07-29 | 358.4243 |
| 2026-08-05 | 364.2002 |
| 2026-08-12 | 367.4090 |
| 2026-08-20 | 371.6362 |
| 2026-08-27 | 374.8025 |
| 2026-09-03 | 368.1243 |
| 2026-09-10 | 367.9752 |
| 2026-09-17 | 365.2405 |
| 2026-09-24 | 362.5828 |
High
415.4305
Low
358.4243
Average
388.4209
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.