PGK to PYG exchange rate API
Kina to Guarani · quoted 2026-09-24
1338.67
▼ +0.84% over 30D
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 30 days, PGK/PYG traded between 1310.29 and 1363.20, averaged 1337.95 and fell 0.84%. 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 30D: show the values
| Point | PGK/PYG |
|---|---|
| 2026-08-25 | 1349.98 |
| 2026-08-26 | 1352.94 |
| 2026-08-27 | 1356.15 |
| 2026-08-28 | 1339.33 |
| 2026-08-29 | 1361.22 |
| 2026-08-30 | 1351.92 |
| 2026-08-31 | 1320.88 |
| 2026-09-01 | 1336.17 |
| 2026-09-02 | 1335.89 |
| 2026-09-03 | 1325.15 |
| 2026-09-04 | 1319.56 |
| 2026-09-05 | 1326.72 |
| 2026-09-06 | 1326.85 |
| 2026-09-07 | 1339.08 |
| 2026-09-08 | 1342.74 |
| 2026-09-09 | 1340.10 |
| 2026-09-10 | 1310.29 |
| 2026-09-11 | 1321.05 |
| 2026-09-12 | 1363.20 |
| 2026-09-13 | 1347.81 |
| 2026-09-14 | 1325.67 |
| 2026-09-15 | 1346.05 |
| 2026-09-16 | 1342.29 |
| 2026-09-17 | 1335.99 |
| 2026-09-18 | 1322.62 |
| 2026-09-19 | 1335.67 |
| 2026-09-20 | 1343.05 |
| 2026-09-21 | 1346.86 |
| 2026-09-22 | 1345.07 |
| 2026-09-23 | 1333.43 |
| 2026-09-24 | 1332.17 |
High
1363.20
Low
1310.29
Average
1337.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.