Skip to content

PGK to STD exchange rate API

Kina to Dobra · quoted 2026-09-24

4886.02

▼ +3.60% over 1Y

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 year, PGK/STD traded between 4746.96 and 5114.51, averaged 4908.60 and fell 3.60%. 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 1Y

PGK/STD over 1Y: show the values
PointPGK/STD
2025-09-245068.59
2025-10-015051.38
2025-10-085073.40
2025-10-155094.79
2025-10-225109.75
2025-10-295070.84
2025-11-055114.51
2025-11-125045.32
2025-11-195041.90
2025-11-265028.08
2025-12-034957.78
2025-12-114995.59
2025-12-184934.76
2025-12-254883.22
2026-01-014922.28
2026-01-084952.73
2026-01-154964.61
2026-01-224943.49
2026-01-294839.04
2026-02-054892.49
2026-02-124826.38
2026-02-194876.76
2026-02-264883.03
2026-03-054952.92
2026-03-124980.92
2026-03-194976.45
2026-03-264950.57
2026-04-024959.86
2026-04-094790.71
2026-04-164769.34
2026-04-234762.13
2026-04-304765.82
2026-05-074758.59
2026-05-154758.81
2026-05-234868.50
2026-05-304872.08
2026-06-064886.50
2026-06-154866.10
2026-06-224915.48
2026-06-294920.20
2026-07-064893.84
2026-07-134899.19
2026-07-204881.97
2026-07-274888.17
2026-08-034815.77
2026-08-104837.11
2026-08-174762.52
2026-08-254746.96
2026-09-014802.87
2026-09-084772.48
2026-09-154775.38
2026-09-224867.94

High

5114.51

Low

4746.96

Average

4908.60

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.