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: show the values
| Point | PGK/STD |
|---|---|
| 2025-09-24 | 5068.59 |
| 2025-10-01 | 5051.38 |
| 2025-10-08 | 5073.40 |
| 2025-10-15 | 5094.79 |
| 2025-10-22 | 5109.75 |
| 2025-10-29 | 5070.84 |
| 2025-11-05 | 5114.51 |
| 2025-11-12 | 5045.32 |
| 2025-11-19 | 5041.90 |
| 2025-11-26 | 5028.08 |
| 2025-12-03 | 4957.78 |
| 2025-12-11 | 4995.59 |
| 2025-12-18 | 4934.76 |
| 2025-12-25 | 4883.22 |
| 2026-01-01 | 4922.28 |
| 2026-01-08 | 4952.73 |
| 2026-01-15 | 4964.61 |
| 2026-01-22 | 4943.49 |
| 2026-01-29 | 4839.04 |
| 2026-02-05 | 4892.49 |
| 2026-02-12 | 4826.38 |
| 2026-02-19 | 4876.76 |
| 2026-02-26 | 4883.03 |
| 2026-03-05 | 4952.92 |
| 2026-03-12 | 4980.92 |
| 2026-03-19 | 4976.45 |
| 2026-03-26 | 4950.57 |
| 2026-04-02 | 4959.86 |
| 2026-04-09 | 4790.71 |
| 2026-04-16 | 4769.34 |
| 2026-04-23 | 4762.13 |
| 2026-04-30 | 4765.82 |
| 2026-05-07 | 4758.59 |
| 2026-05-15 | 4758.81 |
| 2026-05-23 | 4868.50 |
| 2026-05-30 | 4872.08 |
| 2026-06-06 | 4886.50 |
| 2026-06-15 | 4866.10 |
| 2026-06-22 | 4915.48 |
| 2026-06-29 | 4920.20 |
| 2026-07-06 | 4893.84 |
| 2026-07-13 | 4899.19 |
| 2026-07-20 | 4881.97 |
| 2026-07-27 | 4888.17 |
| 2026-08-03 | 4815.77 |
| 2026-08-10 | 4837.11 |
| 2026-08-17 | 4762.52 |
| 2026-08-25 | 4746.96 |
| 2026-09-01 | 4802.87 |
| 2026-09-08 | 4772.48 |
| 2026-09-15 | 4775.38 |
| 2026-09-22 | 4867.94 |
High
5114.51
Low
4746.96
Average
4908.60
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.