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: show the values
| Point | PGK/STD |
|---|---|
| 2026-08-25 | 4746.96 |
| 2026-08-26 | 4774.97 |
| 2026-08-27 | 4800.93 |
| 2026-08-28 | 4808.72 |
| 2026-08-29 | 4893.94 |
| 2026-08-30 | 4860.49 |
| 2026-08-31 | 4748.84 |
| 2026-09-01 | 4802.87 |
| 2026-09-02 | 4815.02 |
| 2026-09-03 | 4777.36 |
| 2026-09-04 | 4722.44 |
| 2026-09-05 | 4667.24 |
| 2026-09-06 | 4717.12 |
| 2026-09-07 | 4760.03 |
| 2026-09-08 | 4772.48 |
| 2026-09-09 | 4809.82 |
| 2026-09-10 | 4706.86 |
| 2026-09-11 | 4761.90 |
| 2026-09-12 | 4880.84 |
| 2026-09-13 | 4796.09 |
| 2026-09-14 | 4770.87 |
| 2026-09-15 | 4775.38 |
| 2026-09-16 | 4785.63 |
| 2026-09-17 | 4789.52 |
| 2026-09-18 | 4628.45 |
| 2026-09-19 | 4804.64 |
| 2026-09-20 | 4843.39 |
| 2026-09-21 | 4841.54 |
| 2026-09-22 | 4867.94 |
| 2026-09-23 | 4833.97 |
| 2026-09-24 | 4862.29 |
High
4893.94
Low
4628.45
Average
4791.08
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.