Skip to content

PGK to PYG exchange rate API

Kina to Guarani · quoted 2026-09-24

1338.67

▼ +21.95% over 1Y

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 year, PGK/PYG traded between 1336.17 and 1715.10, averaged 1497.28 and fell 21.95%. 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 1Y

PGK/PYG over 1Y: show the values
PointPGK/PYG
2025-09-241715.10
2025-10-011708.30
2025-10-081676.56
2025-10-151673.45
2025-10-221705.26
2025-10-291690.77
2025-11-051685.89
2025-11-121670.93
2025-11-191664.17
2025-11-261644.73
2025-12-031631.48
2025-12-111631.18
2025-12-181577.90
2025-12-251571.59
2026-01-011583.39
2026-01-081542.90
2026-01-151551.56
2026-01-221566.01
2026-01-291569.16
2026-02-051549.82
2026-02-121543.34
2026-02-191525.76
2026-02-261493.48
2026-03-051513.77
2026-03-121510.62
2026-03-191507.10
2026-03-261515.39
2026-04-021505.07
2026-04-091500.44
2026-04-161468.96
2026-04-231452.24
2026-04-301433.00
2026-05-071411.96
2026-05-151407.46
2026-05-231409.91
2026-05-301386.35
2026-06-061396.20
2026-06-151402.39
2026-06-221401.80
2026-06-291388.54
2026-07-061378.83
2026-07-131381.65
2026-07-201370.69
2026-07-271361.07
2026-08-031337.51
2026-08-101343.93
2026-08-171339.81
2026-08-251349.98
2026-09-011336.17
2026-09-081342.74
2026-09-151346.05
2026-09-221345.07

High

1715.10

Low

1336.17

Average

1497.28

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK&currencies=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&currencies=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.