PGK to PYG exchange rate API
Kina to Guarani · quoted 2026-09-24
1338.67
▼ +15.70% over YTD
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 year to date, PGK/PYG traded between 1320.88 and 1587.95, averaged 1439.40 and fell 15.70%. 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 YTD: show the values
| Point | PGK/PYG |
|---|---|
| 2025-12-31 | 1587.95 |
| 2026-01-07 | 1540.34 |
| 2026-01-14 | 1553.35 |
| 2026-01-21 | 1563.57 |
| 2026-01-28 | 1556.51 |
| 2026-02-04 | 1552.86 |
| 2026-02-11 | 1535.57 |
| 2026-02-18 | 1520.30 |
| 2026-02-25 | 1501.90 |
| 2026-03-04 | 1501.84 |
| 2026-03-11 | 1512.89 |
| 2026-03-18 | 1501.27 |
| 2026-03-25 | 1511.98 |
| 2026-04-01 | 1507.42 |
| 2026-04-08 | 1491.55 |
| 2026-04-15 | 1476.13 |
| 2026-04-22 | 1463.48 |
| 2026-04-29 | 1442.68 |
| 2026-05-06 | 1391.04 |
| 2026-05-14 | 1412.08 |
| 2026-05-21 | 1415.40 |
| 2026-05-29 | 1408.44 |
| 2026-06-05 | 1389.88 |
| 2026-06-14 | 1412.61 |
| 2026-06-21 | 1394.38 |
| 2026-06-28 | 1389.78 |
| 2026-07-05 | 1377.47 |
| 2026-07-12 | 1383.67 |
| 2026-07-19 | 1376.20 |
| 2026-07-26 | 1370.44 |
| 2026-08-02 | 1347.53 |
| 2026-08-09 | 1343.67 |
| 2026-08-16 | 1371.34 |
| 2026-08-24 | 1360.04 |
| 2026-08-31 | 1320.88 |
| 2026-09-07 | 1339.08 |
| 2026-09-14 | 1325.67 |
| 2026-09-21 | 1346.86 |
High
1587.95
Low
1320.88
Average
1439.40
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.