Skip to content

PGK to STD exchange rate API

Kina to Dobra · quoted 2026-09-24

4886.02

▲ +1.72% over 6M

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 6 months, PGK/STD traded between 4702.17 and 4969.61, averaged 4838.36 and rose 1.72%. 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 6M

PGK/STD over 6M: show the values
PointPGK/STD
2026-03-284803.39
2026-04-044969.61
2026-04-114800.64
2026-04-184790.05
2026-04-254776.22
2026-05-024770.49
2026-05-094757.75
2026-05-174859.88
2026-05-254858.26
2026-06-014849.97
2026-06-104883.83
2026-06-174863.16
2026-06-244936.15
2026-07-014912.14
2026-07-084937.72
2026-07-154906.27
2026-07-224901.29
2026-07-294876.04
2026-08-054853.30
2026-08-124804.37
2026-08-204702.17
2026-08-274800.93
2026-09-034777.36
2026-09-104706.86
2026-09-174789.52
2026-09-244862.29

High

4969.61

Low

4702.17

Average

4838.36

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.