Skip to content

PGK to STD exchange rate API

Kina to Dobra · quoted 2026-09-24

4886.02

▲ +2.93% over 30D

1 PGK = 4886.02 STD · 1 STD = 0.000205 PGK · Get this rate via the API

1 PGK buys 4886.02 STD as of 2026-09-24, so 1 STD buys 0.000205 PGK. Over the last 30 days, PGK/STD traded between 4628.45 and 4893.94, averaged 4791.08 and rose 2.93%. The API holds daily PGK/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

PGK/STD over 30D

PGK/STD over 30D: show the values
PointPGK/STD
2026-08-254746.96
2026-08-264774.97
2026-08-274800.93
2026-08-284808.72
2026-08-294893.94
2026-08-304860.49
2026-08-314748.84
2026-09-014802.87
2026-09-024815.02
2026-09-034777.36
2026-09-044722.44
2026-09-054667.24
2026-09-064717.12
2026-09-074760.03
2026-09-084772.48
2026-09-094809.82
2026-09-104706.86
2026-09-114761.90
2026-09-124880.84
2026-09-134796.09
2026-09-144770.87
2026-09-154775.38
2026-09-164785.63
2026-09-174789.52
2026-09-184628.45
2026-09-194804.64
2026-09-204843.39
2026-09-214841.54
2026-09-224867.94
2026-09-234833.97
2026-09-244862.29

High

4893.94

Low

4628.45

Average

4791.08

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

PGK/STD API questions

How do I get the PGK/STD exchange rate from an API?

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

How far back does PGK/STD historical data go?

Daily PGK/STD 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/STD 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.