PGK to STD exchange rate API
Kina to Dobra · quoted 2026-09-24
4886.02
▼ +1.25% over YTD
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 year to date, PGK/STD traded between 4748.84 and 4968.80, averaged 4867.23 and fell 1.25%. 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 YTD: show the values
| Point | PGK/STD |
|---|---|
| 2025-12-31 | 4947.79 |
| 2026-01-07 | 4944.64 |
| 2026-01-14 | 4967.34 |
| 2026-01-21 | 4940.97 |
| 2026-01-28 | 4825.09 |
| 2026-02-04 | 4894.60 |
| 2026-02-11 | 4858.54 |
| 2026-02-18 | 4857.01 |
| 2026-02-25 | 4869.10 |
| 2026-03-04 | 4946.53 |
| 2026-03-11 | 4933.96 |
| 2026-03-18 | 4968.80 |
| 2026-03-25 | 4947.09 |
| 2026-04-01 | 4950.21 |
| 2026-04-08 | 4908.28 |
| 2026-04-15 | 4772.72 |
| 2026-04-22 | 4757.33 |
| 2026-04-29 | 4764.61 |
| 2026-05-06 | 4761.60 |
| 2026-05-14 | 4867.69 |
| 2026-05-21 | 4868.24 |
| 2026-05-29 | 4865.25 |
| 2026-06-05 | 4842.44 |
| 2026-06-14 | 4894.63 |
| 2026-06-21 | 4904.25 |
| 2026-06-28 | 4933.86 |
| 2026-07-05 | 4877.83 |
| 2026-07-12 | 4885.25 |
| 2026-07-19 | 4868.41 |
| 2026-07-26 | 4902.61 |
| 2026-08-02 | 4838.53 |
| 2026-08-09 | 4813.23 |
| 2026-08-16 | 4848.45 |
| 2026-08-24 | 4787.62 |
| 2026-08-31 | 4748.84 |
| 2026-09-07 | 4760.03 |
| 2026-09-14 | 4770.87 |
| 2026-09-21 | 4841.54 |
High
4968.80
Low
4748.84
Average
4867.23
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.