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: show the values
| Point | PGK/STD |
|---|---|
| 2026-03-28 | 4803.39 |
| 2026-04-04 | 4969.61 |
| 2026-04-11 | 4800.64 |
| 2026-04-18 | 4790.05 |
| 2026-04-25 | 4776.22 |
| 2026-05-02 | 4770.49 |
| 2026-05-09 | 4757.75 |
| 2026-05-17 | 4859.88 |
| 2026-05-25 | 4858.26 |
| 2026-06-01 | 4849.97 |
| 2026-06-10 | 4883.83 |
| 2026-06-17 | 4863.16 |
| 2026-06-24 | 4936.15 |
| 2026-07-01 | 4912.14 |
| 2026-07-08 | 4937.72 |
| 2026-07-15 | 4906.27 |
| 2026-07-22 | 4901.29 |
| 2026-07-29 | 4876.04 |
| 2026-08-05 | 4853.30 |
| 2026-08-12 | 4804.37 |
| 2026-08-20 | 4702.17 |
| 2026-08-27 | 4800.93 |
| 2026-09-03 | 4777.36 |
| 2026-09-10 | 4706.86 |
| 2026-09-17 | 4789.52 |
| 2026-09-24 | 4862.29 |
High
4969.61
Low
4702.17
Average
4838.36
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=PGK¤cies=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¤cies=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.