Skip to content

PYG to SZL exchange rate API

Guarani to Lilangeni · quoted 2026-09-26

0.002753

▲ +12.28% over YTD

1 PYG = 0.002753 SZL · 1 SZL = 363.2401 PYG · Get this rate via the API

1 PYG buys 0.002753 SZL as of 2026-09-26, so 1 SZL buys 363.2401 PYG. Over the year to date, PYG/SZL traded between 0.002390 and 0.002784, averaged 0.002614 and rose 12.28%. The API holds daily PYG/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PYG/SZL over YTD

PYG/SZL over YTD: show the values
PointPYG/SZL
2025-12-310.002452
2026-01-070.002488
2026-01-140.002470
2026-01-210.002456
2026-01-280.002390
2026-02-040.002402
2026-02-110.002412
2026-02-180.002453
2026-02-250.002471
2026-03-040.002559
2026-03-110.002498
2026-03-180.002579
2026-03-250.002597
2026-04-010.002591
2026-04-080.002557
2026-04-150.002558
2026-04-220.002573
2026-04-290.002640
2026-05-060.002761
2026-05-140.002686
2026-05-210.002675
2026-05-290.002645
2026-06-050.002681
2026-06-140.002653
2026-06-210.002695
2026-06-280.002700
2026-07-050.002670
2026-07-120.002683
2026-07-190.002723
2026-07-260.002784
2026-08-020.002779
2026-08-090.002714
2026-08-160.002690
2026-08-240.002653
2026-08-310.002717
2026-09-070.002671
2026-09-140.002735
2026-09-210.002713

High

0.002784

Low

0.002390

Average

0.002614

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PYG&currencies=SZL").json()

Replace YOUR_API_KEY with the key from your dashboard.

PYG/SZL API questions

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

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

How far back does PYG/SZL historical data go?

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