PGK to PYG exchange rate API
Kina to Guarani · quoted 2026-09-24
1338.67
▼ +11.78% over 6M
1 PGK = 1338.67 PYG · 1 PYG = 0.000747 PGK · Get this rate via the API
1 PGK buys 1338.67 PYG as of 2026-09-24, so 1 PYG buys 0.000747 PGK. Over the last 6 months, PGK/PYG traded between 1310.29 and 1517.47, averaged 1390.95 and fell 11.78%. The API holds daily PGK/PYG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
PGK/PYG over 6M: show the values
| Point | PGK/PYG |
|---|---|
| 2026-03-28 | 1517.47 |
| 2026-04-04 | 1499.04 |
| 2026-04-11 | 1499.46 |
| 2026-04-18 | 1474.27 |
| 2026-04-25 | 1460.83 |
| 2026-05-02 | 1417.83 |
| 2026-05-09 | 1403.95 |
| 2026-05-17 | 1398.35 |
| 2026-05-25 | 1402.45 |
| 2026-06-01 | 1403.62 |
| 2026-06-10 | 1398.42 |
| 2026-06-17 | 1398.45 |
| 2026-06-24 | 1394.34 |
| 2026-07-01 | 1379.96 |
| 2026-07-08 | 1389.41 |
| 2026-07-15 | 1373.93 |
| 2026-07-22 | 1374.73 |
| 2026-07-29 | 1350.89 |
| 2026-08-05 | 1350.31 |
| 2026-08-12 | 1336.73 |
| 2026-08-20 | 1332.80 |
| 2026-08-27 | 1356.15 |
| 2026-09-03 | 1325.15 |
| 2026-09-10 | 1310.29 |
| 2026-09-17 | 1335.99 |
| 2026-09-24 | 1332.17 |
High
1517.47
Low
1310.29
Average
1390.95
Get this rate via the API
One GET request returns the PGK/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=PGK¤cies=PYG"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PYG");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PYG").json()Replace YOUR_API_KEY with the key from your dashboard.
PGK/PYG API questions
How do I get the PGK/PYG exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=PYG, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest PGK/PYG rate in rates.PYG.
How far back does PGK/PYG historical data go?
Daily PGK/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 PGK/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.